4 * (Bogus) example FIT image description file demonstrating the usage
5 * of multiple images loaded by the SPL.
6 * Several binaries will be loaded at their respective load addresses.
8 * For booting U-Boot, "firmware" is searched first. If not found, "loadables"
9 * is used to identify images to be loaded into memory. If falcon boot is
10 * enabled, "kernel" is searched first. If not found, it falls back to the
11 * same flow as booting U-Boot. Changing image type will result skipping
14 * Finally the one image specifying an entry point will be entered by the SPL.
18 description = "multiple firmware blobs and U-Boot, loaded by SPL";
19 #address-cells = <0x1>;
24 description = "U-Boot (64-bit)";
32 description = "ARM Trusted Firmware";
41 description = "arisc management processor firmware";
49 description = "Pine64+ DT";
57 description = "Pine64 DT";
65 description = "4.7-rc5 kernel";
73 description = "Debian installer initrd";
85 description = "sun50i-a64-pine64-plus";
86 loadables = "uboot", "atf", "kernel", "initrd";
91 description = "sun50i-a64-pine64";
92 loadables = "uboot", "atf", "mgmt-firmware";