Skip to content

Commit b94c7a9

Browse files
dts: arm: st: f1: Add support for SDMMC
Add sdmmc node to f103, this should cover all F1 series DTS files since SDIO exists on f103x(e-g) and f103xg dts file includes f103xe dtsi. Signed-off-by: Benjamin Björnsson <[email protected]>
1 parent c26526b commit b94c7a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/st/f1/stm32f103Xe.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,13 @@
4444
dma-names = "tx", "rx";
4545
status = "disabled";
4646
};
47+
48+
sdmmc1: sdmmc@40018000 {
49+
compatible = "st,stm32f1-sdmmc", "st,stm32-sdmmc";
50+
reg = <0x40018000 0x400>;
51+
clocks = <&rcc STM32_CLOCK(AHB1, 10U)>;
52+
interrupts = <49 0>;
53+
status = "disabled";
54+
};
4755
};
4856
};

0 commit comments

Comments
 (0)