Skip to content

Commit

Permalink
scripts: genpinctrl: update scripts for u0 support
Browse files Browse the repository at this point in the history
Modification to support -pinctrl.dtsi files
generation for stm32u0 socs

Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
  • Loading branch information
djiatsaf-st authored and erwango committed Aug 14, 2024
1 parent 0d0890a commit 1fc577d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/genpinctrl/genpinctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"stm32l4": 0x48000000,
"stm32l5": 0x42020000,
"stm32mp1": 0x50002000,
"stm32u0": 0x50000000,
"stm32u5": 0x42020000,
"stm32wba": 0x42020000,
"stm32wb": 0x48000000,
Expand Down

0 comments on commit 1fc577d

Please sign in to comment.