ARM: dts: stm32: add sdmmc1 support on stm32mp157c
This patch adds support of sdmmc1 on stm32mp157c. Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
30a8e03a1f
commit
8d17cf7a8e
@ -1050,6 +1050,20 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sdmmc1: sdmmc@58005000 {
|
||||||
|
compatible = "arm,pl18x", "arm,primecell";
|
||||||
|
arm,primecell-periphid = <0x10153180>;
|
||||||
|
reg = <0x58005000 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
interrupt-names = "cmd_irq";
|
||||||
|
clocks = <&rcc SDMMC1_K>;
|
||||||
|
clock-names = "apb_pclk";
|
||||||
|
resets = <&rcc SDMMC1_R>;
|
||||||
|
cap-sd-highspeed;
|
||||||
|
cap-mmc-highspeed;
|
||||||
|
max-frequency = <120000000>;
|
||||||
|
};
|
||||||
|
|
||||||
crc1: crc@58009000 {
|
crc1: crc@58009000 {
|
||||||
compatible = "st,stm32f7-crc";
|
compatible = "st,stm32f7-crc";
|
||||||
reg = <0x58009000 0x400>;
|
reg = <0x58009000 0x400>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user