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 "imx6qp.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,imx6qp-zii-rdu2", "fsl,imx6qp"; 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*f126890aSEmmanuel Vadot 22*f126890aSEmmanuel Vadot&gpu_3d { 23*f126890aSEmmanuel Vadot assigned-clocks = <&clks IMX6QDL_CLK_GPU3D_SHADER_SEL>; 24*f126890aSEmmanuel Vadot assigned-clock-parents = <&clks IMX6QDL_CLK_PLL2_PFD1_594M>; 25*f126890aSEmmanuel Vadot}; 26