Marek Vasut | 47b98ba | 2020-04-22 13:18:11 +0200 | [diff] [blame] | 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 | |
| 28 | configurations { |
| 29 | default = "config-1"; |
| 30 | |
| 31 | config-1 { |
| 32 | description = "somrev0_boardrev0"; /* SoM+board model */ |
| 33 | loadables = "uboot"; |
| 34 | fdt = "fdt-1"; |
| 35 | }; |
| 36 | |
| 37 | /* Add 587-100..587-400 with fdt-2..fdt-4 here */ |
| 38 | }; |
| 39 | }; |