Skip to content

Commit a927852

Browse files
committed
dts: stm32: stm32h7rs: Add sdmmc1 and sdmmc2 configuration
Provide the soc configuration for sdmmc1 and sdmmc2 controllers. This includes registers address, clocks, resets and interrupt line details. Signed-off-by: Shan Pen <[email protected]>
1 parent 3d5e9cd commit a927852

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/arm/st/h7rs/stm32h7rs.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,26 @@
908908
resets = <&rctl STM32_RESET(APB5, 1)>;
909909
status = "disabled";
910910
};
911+
912+
sdmmc1: sdmmc@52007000 {
913+
compatible = "st,stm32-sdmmc";
914+
reg = <0x52007000 0x400>;
915+
clocks = <&rcc STM32_CLOCK(AHB5, 8)>,
916+
<&rcc STM32_SRC_PLL2_S SDMMC_SEL(0)>;
917+
resets = <&rctl STM32_RESET(AHB5, 8)>;
918+
interrupts = <108 0>;
919+
status = "disabled";
920+
};
921+
922+
sdmmc2: sdmmc@48002400 {
923+
compatible = "st,stm32-sdmmc";
924+
reg = <0x48002400 0x400>;
925+
clocks = <&rcc STM32_CLOCK(AHB2, 9)>,
926+
<&rcc STM32_SRC_PLL2_S SDMMC_SEL(0)>;
927+
resets = <&rctl STM32_RESET(AHB2, 9)>;
928+
interrupts = <109 0>;
929+
status = "disabled";
930+
};
911931
};
912932

913933
otgfs_phy: otgfs_phy {

0 commit comments

Comments
 (0)