summaryrefslogtreecommitdiff
path: root/board/dhelectronics/dh_stm32mp1/u-boot-dhcom.its
blob: ba48786e08dea45468c9db42361867ed6692a238 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/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";
		};

		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 {
			/* 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 */
	};
};