1 /* SPDX-License-Identifier: GPL-2.0+ OR X11 */
3 * Copyright (C) 2017 Theobroma Systems Design und Consulting GmbH
5 * Minimal dts for a SPL FIT image payload.
11 description = "FIT image with U-Boot proper, ATF bl31, DTB";
16 description = "U-Boot (64-bit)";
17 data = /incbin/("../../../u-boot-nodtb.bin");
25 description = "ARM Trusted Firmware";
26 data = /incbin/("../../../bl31-rk3368.bin");
28 os = "arm-trusted-firmware";
36 description = "RK3368-uQ7 (Lion) flat device-tree";
37 data = /incbin/("../../../u-boot.dtb");
46 description = "Theobroma Systems RK3368-uQ7 (Puma) SoM";