imx6q-sabresd.dts 652 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
/*
 * Copyright 2012 Freescale Semiconductor, Inc.
 * Copyright 2011 Linaro Ltd.
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */

/dts-v1/;
14

15
#include "imx6q.dtsi"
16
#include "imx6qdl-sabresd.dtsi"
17 18

/ {
19
	model = "Freescale i.MX6 Quad SABRE Smart Device Board";
20
	compatible = "fsl,imx6q-sabresd", "fsl,imx6q";
21
};
22

23 24 25 26
&imx_drm {
	crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>;
};

27 28 29
&sata {
	status = "okay";
};