summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32mp157a-dk1.dts
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2019-11-15 11:44:51 +0100
committerAlexandre Torgue <alexandre.torgue@st.com>2019-12-09 09:19:15 +0100
commit7e5d83981911f66fd0e6c110ea6a21a4f771b924 (patch)
tree0cafa51ef3994dbb972053cd3fb588bd750eecd3 /arch/arm/boot/dts/stm32mp157a-dk1.dts
parent0382bf82fe7aa050c5b3e1857e5095f76dc3ab5a (diff)
ARM: dts: stm32: add sdmmc3 node for STM32MP1 boards
On STM32MP1 EVAL and DISCOVERY boards, the SDMMC3 internal peripheral can be used through the GPIO extension connector. The sdmmc3 node is then added in the boards DT files, and the required pins are also added. The node status is disabled as there is no device connected by default. Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157a-dk1.dts')
-rw-r--r--arch/arm/boot/dts/stm32mp157a-dk1.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157a-dk1.dts b/arch/arm/boot/dts/stm32mp157a-dk1.dts
index d4e37ab0752a..2f9f8cf94b02 100644
--- a/arch/arm/boot/dts/stm32mp157a-dk1.dts
+++ b/arch/arm/boot/dts/stm32mp157a-dk1.dts
@@ -502,6 +502,18 @@
status = "okay";
};
+&sdmmc3 {
+ pinctrl-names = "default", "opendrain", "sleep";
+ pinctrl-0 = <&sdmmc3_b4_pins_a>;
+ pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
+ pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
+ broken-cd;
+ st,neg-edge;
+ bus-width = <4>;
+ vmmc-supply = <&v3v3>;
+ status = "disabled";
+};
+
&timers1 {
/* spare dmas for other usage */
/delete-property/dmas;