diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-12-12 09:49:45 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-10 08:05:48 -0500 |
commit | 45be08822fc15d34b93e6bcf69614c69dbed35b1 (patch) | |
tree | 266c563c4bd8f1203a23f87201e044e73223cf04 /arch/arm/dts/stm32f429.dtsi | |
parent | c0cdd5adc81d4b5cd0c870fe58c863ab37fd7f89 (diff) |
ARM: DTS: stm32: add SDIO controller support for stm32f469-disco
STM32F469 SoC uses an arm_pl180_mmci SDIO controller.
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32f429.dtsi')
-rw-r--r-- | arch/arm/dts/stm32f429.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32f429.dtsi b/arch/arm/dts/stm32f429.dtsi index 23b7946ac6..6bcf9863e0 100644 --- a/arch/arm/dts/stm32f429.dtsi +++ b/arch/arm/dts/stm32f429.dtsi @@ -576,6 +576,18 @@ reg = <0x40007000 0x400>; }; + sdio: sdio@40012c00 { + compatible = "st,stm32f4xx-sdio"; + reg = <0x40012c00 0x400>; + clocks = <&rcc 0 171>; + interrupts = <49>; + status = "disabled"; + pinctrl-0 = <&sdio_pins>; + pinctrl-1 = <&sdio_pins_od>; + pinctrl-names = "default", "opendrain"; + max-frequency = <48000000>; + }; + ltdc: display-controller@40016800 { compatible = "st,stm32-ltdc"; reg = <0x40016800 0x200>; |