summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stm32h743i-eval-u-boot.dtsi
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-12-06 11:59:42 +0100
committerPatrice Chotard <patrice.chotard@st.com>2019-04-23 15:31:11 +0200
commit105630314887e63e95590ec4db07ed3b00e77aa1 (patch)
tree4d698e8e5b3abbdba94f03ce86d678bd98a9f08e /arch/arm/dts/stm32h743i-eval-u-boot.dtsi
parentfe63d3cfb77ef5986951c04a9fa8fe73fb32fdb6 (diff)
ARM: dts: Migrate U-boot nodes to U-boot DT files for stm32h7
In order to prepare and ease future DT synchronization with kernel DT, migrate all U-boot specific nodes/properties/addons to U-boot DT files. As sdmmc is not yet supported on kernel side, sdmmc nodes are located in eval-u-boot and disco-u-boot DT files. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/dts/stm32h743i-eval-u-boot.dtsi')
-rw-r--r--arch/arm/dts/stm32h743i-eval-u-boot.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32h743i-eval-u-boot.dtsi b/arch/arm/dts/stm32h743i-eval-u-boot.dtsi
new file mode 100644
index 0000000000..220a2d706c
--- /dev/null
+++ b/arch/arm/dts/stm32h743i-eval-u-boot.dtsi
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+#include <stm32h7-u-boot.dtsi>
+
+&sdmmc1 {
+ status = "okay";
+ pinctrl-0 = <&sdmmc1_pins>,
+ <&pinctrl_sdmmc1_level_shifter>;
+ pinctrl-names = "default";
+ bus-width = <4>;
+ st,dirpol;
+};