summaryrefslogtreecommitdiff
path: root/board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its
blob: 8844508f1a2eaaa92bc773c64f97d6d836b976c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/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-dhcor-avenger96.dtb");
			type = "flat_dt";
			arch = "arm";
			compression = "none";
		};
	};

	configurations {
		default = "config-1";

		config-1 {
			description = "somrev0_boardrev1"; /* SoM+board model */
			loadables = "uboot";
			fdt = "fdt-1";
		};

		/* Add 586-200..586-400 with fdt-2..fdt-4 here */
	};
};