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