ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/arch/mips/generic/board-xilfpga.its.S b/marvell/linux/arch/mips/generic/board-xilfpga.its.S
new file mode 100644
index 0000000..08c1e90
--- /dev/null
+++ b/marvell/linux/arch/mips/generic/board-xilfpga.its.S
@@ -0,0 +1,22 @@
+/ {
+ images {
+ fdt-xilfpga {
+ description = "MIPSfpga (xilfpga) Device Tree";
+ data = /incbin/("boot/dts/xilfpga/nexys4ddr.dtb");
+ type = "flat_dt";
+ arch = "mips";
+ compression = "none";
+ hash {
+ algo = "sha1";
+ };
+ };
+ };
+
+ configurations {
+ conf-xilfpga {
+ description = "MIPSfpga Linux kernel";
+ kernel = "kernel";
+ fdt = "fdt-xilfpga";
+ };
+ };
+};