scripts/genpinctrl: add STM32WL support

Update script to support STM32WL

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
This commit is contained in:
Alexandre Bourdiol 2021-02-10 12:09:30 +01:00 committed by Kumar Gala
parent 402e2ca996
commit 2bc79045f9
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ PINCTRL_ADDRESSES = {
"stm32l5": 0x42020000,
"stm32mp1": 0x50002000,
"stm32wb": 0x48000000,
"stm32wl": 0x48000000,
}
"""pinctrl peripheral addresses for each family."""