提交 3c475866 编写于 作者: P Patrice Chotard 提交者: Alexandre Torgue

ARM: dts: stm32: Add SDIO controller for stm32f429

stm32f429 embeds ARM_PL180 sdi IP, adds SDIO controller
node to allow MMC support.
Signed-off-by: NAndrea Merello <andrea.merello@gmail.com>
Signed-off-by: NPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: NAlexandre Torgue <alexandre.torgue@st.com>
上级 c1947fd2
...@@ -511,6 +511,17 @@ ...@@ -511,6 +511,17 @@
}; };
}; };
sdio: sdio@40012c00 {
compatible = "arm,pl180", "arm,primecell";
arm,primecell-periphid = <0x00880180>;
reg = <0x40012c00 0x400>;
clocks = <&rcc 0 STM32F4_APB2_CLOCK(SDIO)>;
clock-names = "apb_pclk";
interrupts = <49>;
max-frequency = <48000000>;
status = "disabled";
};
syscfg: system-config@40013800 { syscfg: system-config@40013800 {
compatible = "syscon"; compatible = "syscon";
reg = <0x40013800 0x400>; reg = <0x40013800 0x400>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册