2019-04-03 20:53:13 +08:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
2017-03-23 22:24:29 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2016-2017 Zodiac Inflight Innovations
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2017-05-24 13:02:42 +08:00
|
|
|
#include "imx6qp.dtsi"
|
|
|
|
#include "imx6qdl-zii-rdu2.dtsi"
|
2017-03-23 22:24:29 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "ZII RDU2+ Board";
|
|
|
|
compatible = "zii,imx6qp-zii-rdu2", "fsl,imx6qp";
|
2018-01-24 21:22:12 +08:00
|
|
|
|
|
|
|
/* Will be filled by the bootloader */
|
2018-02-23 01:16:35 +08:00
|
|
|
memory@10000000 {
|
2018-12-06 02:10:03 +08:00
|
|
|
device_type = "memory";
|
2018-02-23 01:16:35 +08:00
|
|
|
reg = <0x10000000 0>;
|
2018-01-24 21:22:12 +08:00
|
|
|
};
|
2017-03-23 22:24:29 +08:00
|
|
|
};
|
2018-04-12 21:15:55 +08:00
|
|
|
|
|
|
|
&gpu_3d {
|
|
|
|
assigned-clocks = <&clks IMX6QDL_CLK_GPU3D_SHADER_SEL>;
|
|
|
|
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL2_PFD1_594M>;
|
|
|
|
};
|