2020-04-22 11:18:11 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/ {
|
|
|
|
description = "U-Boot mainline";
|
|
|
|
#address-cells = <1>;
|
|
|
|
|
|
|
|
images {
|
|
|
|
uboot {
|
|
|
|
description = "U-Boot (32-bit)";
|
|
|
|
data = /incbin/("u-boot-nodtb.bin");
|
|
|
|
type = "standalone";
|
|
|
|
os = "U-Boot";
|
|
|
|
arch = "arm";
|
|
|
|
compression = "none";
|
|
|
|
load = <0xc0100000>;
|
|
|
|
entry = <0xc0100000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
fdt-1 {
|
|
|
|
description = ".dtb";
|
|
|
|
data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-pdk2.dtb");
|
|
|
|
type = "flat_dt";
|
|
|
|
arch = "arm";
|
|
|
|
compression = "none";
|
|
|
|
};
|
2020-07-30 23:35:33 +00:00
|
|
|
|
|
|
|
fdt-2 {
|
|
|
|
description = ".dtb";
|
|
|
|
data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-drc02.dtb");
|
|
|
|
type = "flat_dt";
|
|
|
|
arch = "arm";
|
|
|
|
compression = "none";
|
|
|
|
};
|
2020-11-03 18:14:58 +00:00
|
|
|
|
|
|
|
fdt-3 {
|
|
|
|
description = ".dtb";
|
|
|
|
data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-picoitx.dtb");
|
|
|
|
type = "flat_dt";
|
|
|
|
arch = "arm";
|
|
|
|
compression = "none";
|
|
|
|
};
|
2020-04-22 11:18:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
configurations {
|
|
|
|
default = "config-1";
|
|
|
|
|
|
|
|
config-1 {
|
2020-07-30 23:35:33 +00:00
|
|
|
/* DT+SoM+board model */
|
|
|
|
description = "dh,stm32mp15xx-dhcom-pdk2_somrev0_boardrev0";
|
2020-10-05 09:37:00 +00:00
|
|
|
firmware = "uboot";
|
2020-04-22 11:18:11 +00:00
|
|
|
fdt = "fdt-1";
|
|
|
|
};
|
|
|
|
|
2020-07-30 23:35:33 +00:00
|
|
|
config-2 {
|
2020-07-30 23:35:51 +00:00
|
|
|
/* DT+SoM+board model */
|
|
|
|
description = "dh,stm32mp15xx-dhcom-pdk2_somrev1_boardrev0";
|
2020-10-05 09:37:00 +00:00
|
|
|
firmware = "uboot";
|
2020-07-30 23:35:51 +00:00
|
|
|
fdt = "fdt-1";
|
|
|
|
};
|
|
|
|
|
|
|
|
config-3 {
|
2020-07-30 23:35:33 +00:00
|
|
|
/* DT+SoM+board model */
|
|
|
|
description = "dh,stm32mp15xx-dhcom-drc02_somrev0_boardrev0";
|
2020-10-05 09:37:00 +00:00
|
|
|
firmware = "uboot";
|
2020-07-30 23:35:33 +00:00
|
|
|
fdt = "fdt-2";
|
|
|
|
};
|
|
|
|
|
2020-07-30 23:35:51 +00:00
|
|
|
config-4 {
|
|
|
|
/* DT+SoM+board model */
|
|
|
|
description = "dh,stm32mp15xx-dhcom-drc02_somrev1_boardrev0";
|
2020-10-05 09:37:00 +00:00
|
|
|
firmware = "uboot";
|
2020-07-30 23:35:51 +00:00
|
|
|
fdt = "fdt-2";
|
|
|
|
};
|
|
|
|
|
2020-11-03 18:14:58 +00:00
|
|
|
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";
|
|
|
|
};
|
|
|
|
|
2020-04-22 11:18:11 +00:00
|
|
|
/* Add 587-100..587-400 with fdt-2..fdt-4 here */
|
|
|
|
};
|
|
|
|
};
|