summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-17 16:41:11 +0300
committerTom Rini <trini@konsulko.com>2022-06-17 16:41:11 +0300
commitaad77c215cdcbb11ee39db3039374be638cfcddb (patch)
tree042a4a40a08187b56ee9322e4702262f1bf35d2e /board
parentf0843e0c0ab2c05da81b89b2c0ce7955510aff8a (diff)
parent4f71c80b0d9e57d96df4462fbcd7d9c6a16f471d (diff)
downloadu-boot-aad77c215cdcbb11ee39db3039374be638cfcddb.tar.xz
Merge tag 'u-boot-stm32-20220617' of https://source.denx.de/u-boot/custodians/u-boot-stm
- Fix the stm32prog command for stm32mp platform - Add stm32mp15x DHCOR based DRC Compact board
Diffstat (limited to 'board')
-rw-r--r--board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its b/board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its
index 0ea10a1497..de7dcb317f 100644
--- a/board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its
+++ b/board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its
@@ -23,6 +23,14 @@
arch = "arm";
compression = "none";
};
+
+ fdt-2 {
+ description = ".dtb";
+ data = /incbin/("arch/arm/dts/stm32mp15xx-dhcor-drc-compact.dtb");
+ type = "flat_dt";
+ arch = "arm";
+ compression = "none";
+ };
};
configurations {
@@ -35,6 +43,13 @@
fdt = "fdt-1";
};
+ config-2 {
+ /* DT+SoM+board model */
+ description = "dh,stm32mp15xx-dhcor-drc-compact_somrev0_boardrev0";
+ firmware = "uboot";
+ fdt = "fdt-2";
+ };
+
/* Add 586-200..586-400 with fdt-2..fdt-4 here */
};
};