Commit 2bc79045 authored by Alexandre Bourdiol's avatar Alexandre Bourdiol Committed by Kumar Gala
Browse files

scripts/genpinctrl: add STM32WL support



Update script to support STM32WL

Signed-off-by: default avatarAlexandre Bourdiol <alexandre.bourdiol@st.com>
parent 402e2ca9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ PINCTRL_ADDRESSES = {
    "stm32l5": 0x42020000,
    "stm32mp1": 0x50002000,
    "stm32wb": 0x48000000,
    "stm32wl": 0x48000000,
}
"""pinctrl peripheral addresses for each family."""