// SPDX-License-Identifier: (BSD-2-Clause) /dts-v1/; / { description = "Configuration to load custom Xilinx FPGA bitstreams"; images { uboot { description = "U-Boot (32-bit)"; data = /incbin/("u-boot-nodtb.bin"); type = "firmware"; os = "u-boot"; arch = "arm"; compression = "none"; load = <0x4000000>; entry = <0x4000000>; hash { algo = "md5"; }; }; fpga { description = "Xilinx FPGA Bitstream"; data = /incbin/("/home/krj/projects/xilinx/ZYBO_Z7/fpga.bit"); type = "fpga"; arch = "arm"; compression = "none"; hash { algo = "md5"; }; }; fdt_1 { description = "zynq-zc702"; data = /incbin/("arch/arm/dts/zynq-zybo-z7.dtb"); type = "flat_dt"; arch = "arm"; compression = "none"; load = <0x100000>; hash { algo = "md5"; }; }; }; configurations { default = "config_1"; }; };