1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (C) 2016-2017 Zodiac Inflight Innovations 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot/dts-v1/; 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot#include "imx6q.dtsi" 9*f126890aSEmmanuel Vadot#include "imx6qdl-zii-rdu2.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot model = "ZII RDU2 Board"; 13*f126890aSEmmanuel Vadot compatible = "zii,imx6q-zii-rdu2", "fsl,imx6q"; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot /* Will be filled by the bootloader */ 16*f126890aSEmmanuel Vadot memory@10000000 { 17*f126890aSEmmanuel Vadot device_type = "memory"; 18*f126890aSEmmanuel Vadot reg = <0x10000000 0>; 19*f126890aSEmmanuel Vadot }; 20*f126890aSEmmanuel Vadot}; 21