summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2022-05-20 18:24:52 +0200
committerPatrick Delaunay <patrick.delaunay@foss.st.com>2022-06-17 10:41:16 +0200
commit44abcf6060db33e1f567dead02df92fecc01f299 (patch)
tree00dfc8126797e127b45f37b0f1f388c237c71e37 /arch/arm/dts/stm32mp135f-dk-u-boot.dtsi
parent79bdcd882e6d49e81d1c4a2a09d1142431508661 (diff)
downloadu-boot-44abcf6060db33e1f567dead02df92fecc01f299.tar.gz
arm: dts: stm32mp: add stm32mp13 device tree for U-Boot
Compile the device tree of STM32MP13x boards and add the needed U-Boot add-on. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'arch/arm/dts/stm32mp135f-dk-u-boot.dtsi')
-rw-r--r--arch/arm/dts/stm32mp135f-dk-u-boot.dtsi30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi
new file mode 100644
index 0000000000..dfe5bbb2e3
--- /dev/null
+++ b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi
@@ -0,0 +1,30 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
+/*
+ * Copyright (C) 2022, STMicroelectronics - All Rights Reserved
+ */
+
+#include "stm32mp13-u-boot.dtsi"
+
+/ {
+ aliases {
+ mmc0 = &sdmmc1;
+ };
+
+ config {
+ u-boot,mmc-env-partition = "u-boot-env";
+ };
+};
+
+&uart4 {
+ u-boot,dm-pre-reloc;
+};
+
+&uart4_pins_a {
+ u-boot,dm-pre-reloc;
+ pins1 {
+ u-boot,dm-pre-reloc;
+ };
+ pins2 {
+ u-boot,dm-pre-reloc;
+ };
+};