Skip to content

Commit 2a72cf7

Browse files
gautierg-stkartben
authored andcommitted
dts: arm: st: n6: add sdmmc nodes
Add sdmmc1 and sdmmc2 nodes to STM32N6 dtsi Signed-off-by: Guillaume Gautier <[email protected]>
1 parent f9a3c54 commit 2a72cf7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,24 @@
667667
};
668668
};
669669

670+
sdmmc1: sdmmc@58027000 {
671+
compatible = "st,stm32-sdmmc";
672+
reg = <0x58027000 0x1000>;
673+
clocks = <&rcc STM32_CLOCK(AHB5, 8)>;
674+
resets = <&rctl STM32_RESET(AHB5, 8)>;
675+
interrupts = <174 0>;
676+
status = "disabled";
677+
};
678+
679+
sdmmc2: sdmmc@58026800 {
680+
compatible = "st,stm32-sdmmc";
681+
reg = <0x58026800 0x400>;
682+
clocks = <&rcc STM32_CLOCK(AHB5, 7)>;
683+
resets = <&rctl STM32_RESET(AHB5, 7)>;
684+
interrupts = <175 0>;
685+
status = "disabled";
686+
};
687+
670688
xspi1: xspi@58025000 {
671689
compatible = "st,stm32-xspi";
672690
reg = <0x58025000 0x1000>;

0 commit comments

Comments
 (0)