ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible
[platform/kernel/u-boot.git] / board / dhelectronics / dh_stm32mp1 / u-boot-dhcom.its
1 /dts-v1/;
2
3 / {
4         description = "U-Boot mainline";
5         #address-cells = <1>;
6
7         images {
8                 uboot {
9                         description = "U-Boot (32-bit)";
10                         data = /incbin/("u-boot-nodtb.bin");
11                         type = "standalone";
12                         os = "U-Boot";
13                         arch = "arm";
14                         compression = "none";
15                         load = <0xc0100000>;
16                         entry = <0xc0100000>;
17                 };
18
19                 fdt-1 {
20                         description = ".dtb";
21                         data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-pdk2.dtb");
22                         type = "flat_dt";
23                         arch = "arm";
24                         compression = "none";
25                 };
26
27                 fdt-2 {
28                         description = ".dtb";
29                         data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-drc02.dtb");
30                         type = "flat_dt";
31                         arch = "arm";
32                         compression = "none";
33                 };
34         };
35
36         configurations {
37                 default = "config-1";
38
39                 config-1 {
40                         /* DT+SoM+board model */
41                         description = "dh,stm32mp15xx-dhcom-pdk2_somrev0_boardrev0";
42                         loadables = "uboot";
43                         fdt = "fdt-1";
44                 };
45
46                 config-2 {
47                         /* DT+SoM+board model */
48                         description = "dh,stm32mp15xx-dhcom-pdk2_somrev1_boardrev0";
49                         loadables = "uboot";
50                         fdt = "fdt-1";
51                 };
52
53                 config-3 {
54                         /* DT+SoM+board model */
55                         description = "dh,stm32mp15xx-dhcom-drc02_somrev0_boardrev0";
56                         loadables = "uboot";
57                         fdt = "fdt-2";
58                 };
59
60                 config-4 {
61                         /* DT+SoM+board model */
62                         description = "dh,stm32mp15xx-dhcom-drc02_somrev1_boardrev0";
63                         loadables = "uboot";
64                         fdt = "fdt-2";
65                 };
66
67                 /* Add 587-100..587-400 with fdt-2..fdt-4 here */
68         };
69 };