Skip to content

Commit 8ec0e51

Browse files
youssefz24erwango
authored andcommitted
genpinctrl.py: add stm32mp2 pinctrl address
Add the pinctrl address for stm32mp2 soc family to generate the *-pinctrl.dtsi files. Signed-off-by: Youssef Zini <[email protected]>
1 parent 46443da commit 8ec0e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/genpinctrl/genpinctrl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"stm32l4": 0x48000000,
6767
"stm32l5": 0x42020000,
6868
"stm32mp1": 0x50002000,
69+
"stm32mp2": 0x44240000,
6970
"stm32n6": 0x56020000,
7071
"stm32u0": 0x50000000,
7172
"stm32u3": 0x42020000,

0 commit comments

Comments
 (0)