Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / board / dhelectronics / dh_stm32mp1 / u-boot-dhcom.its
index 2776c41..ba48786 100644 (file)
                        arch = "arm";
                        compression = "none";
                };
+
+               fdt-2 {
+                       description = ".dtb";
+                       data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-drc02.dtb");
+                       type = "flat_dt";
+                       arch = "arm";
+                       compression = "none";
+               };
+
+               fdt-3 {
+                       description = ".dtb";
+                       data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-picoitx.dtb");
+                       type = "flat_dt";
+                       arch = "arm";
+                       compression = "none";
+               };
        };
 
        configurations {
                default = "config-1";
 
                config-1 {
-                       description = "somrev0_boardrev0"; /* SoM+board model */
+                       /* DT+SoM+board model */
+                       description = "dh,stm32mp15xx-dhcom-pdk2_somrev0_boardrev0";
+                       loadables = "uboot";
+                       fdt = "fdt-1";
+               };
+
+               config-2 {
+                       /* DT+SoM+board model */
+                       description = "dh,stm32mp15xx-dhcom-pdk2_somrev1_boardrev0";
                        loadables = "uboot";
                        fdt = "fdt-1";
                };
 
+               config-3 {
+                       /* DT+SoM+board model */
+                       description = "dh,stm32mp15xx-dhcom-drc02_somrev0_boardrev0";
+                       loadables = "uboot";
+                       fdt = "fdt-2";
+               };
+
+               config-4 {
+                       /* DT+SoM+board model */
+                       description = "dh,stm32mp15xx-dhcom-drc02_somrev1_boardrev0";
+                       loadables = "uboot";
+                       fdt = "fdt-2";
+               };
+
+               config-5 {
+                       /* DT+SoM+board model */
+                       description = "dh,stm32mp15xx-dhcom-picoitx_somrev0_boardrev0";
+                       loadables = "uboot";
+                       fdt = "fdt-3";
+               };
+
+               config-6 {
+                       /* DT+SoM+board model */
+                       description = "dh,stm32mp15xx-dhcom-picoitx_somrev1_boardrev0";
+                       loadables = "uboot";
+                       fdt = "fdt-3";
+               };
+
                /* Add 587-100..587-400 with fdt-2..fdt-4 here */
        };
 };