summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32mp157c-ev1.dts
diff options
context:
space:
mode:
authorAmelie Delaunay <amelie.delaunay@st.com>2018-05-17 16:21:00 +0200
committerAlexandre Torgue <alexandre.torgue@st.com>2018-07-13 13:57:02 +0200
commit7e29ed4a970ca563693ff0dac21a63977c184ce4 (patch)
treeb46d21be09b96d7e2e5f00f9ae7d53aa7cd75d9f /arch/arm/boot/dts/stm32mp157c-ev1.dts
parentdc3f8c86c10d9c3ed481af1cd219de7a37ebe5f0 (diff)
ARM: dts: stm32: add SPI1 support on stm32mp157c-ev1
This patch adds SPI1 support on stm32mp157c-ev1 board. SPI1 is available on GPIO expansion connector but kept disabled so these pins can be used as GPIOs by default. Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ev1.dts')
-rw-r--r--arch/arm/boot/dts/stm32mp157c-ev1.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts
index 6cad8f175cdc..28284513d886 100644
--- a/arch/arm/boot/dts/stm32mp157c-ev1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts
@@ -73,6 +73,12 @@
};
};
+&spi1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&spi1_pins_a>;
+ status = "disabled";
+};
+
&timers2 {
status = "disabled";
pwm {