/dts-v1/; / { description = "Configuration to load ATF before U-Boot"; #address-cells = <1>; images { uboot { description = "U-Boot (64-bit)"; data = /incbin/("../../u-boot-nodtb.bin"); type = "standalone"; arch = "arm64"; compression = "none"; load = <0x4a000000>; }; atf { description = "ARM Trusted Firmware"; data = /incbin/("../../bl31.bin"); type = "firmware"; arch = "arm64"; compression = "none"; load = <0x44000>; entry = <0x44000>; }; fdt { description = "A64-uQ7 Lynx DT"; data = /incbin/("../../arch/arm/dts/sun50i-a64-lynx.dtb"); type = "flat_dt"; compression = "none"; }; }; configurations { default = "a64_uQ7"; a64_uQ7 { description = "sun50i-a64-lynx"; firmware = "uboot"; loadables = "atf"; fdt = "fdt"; }; }; };