imx6q-sabreauto.dts 1.1 KB
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
#include "imx6q.dtsi"
15 16 17 18 19 20 21 22

/ {
	model = "Freescale i.MX6 Quad SABRE Automotive Board";
	compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";

	memory {
		reg = <0x10000000 0x80000000>;
	};
23
};
24

25 26 27
&iomuxc {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_hog>;
28

29 30 31
	hog {
		pinctrl_hog: hoggrp {
			fsl,pins = <
32 33
				MX6Q_PAD_NANDF_CS2__GPIO6_IO15 0x80000000
				MX6Q_PAD_SD2_DAT2__GPIO1_IO13  0x80000000
34
			>;
35
		};
36 37
	};
};
38

39 40 41 42 43
&uart4 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_uart4_1>;
	status = "okay";
};
44

45 46 47 48 49 50
&fec {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_enet_2>;
	phy-mode = "rgmii";
	status = "okay";
};
51

52 53 54 55 56 57
&usdhc3 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_usdhc3_1>;
	cd-gpios = <&gpio6 15 0>;
	wp-gpios = <&gpio1 13 0>;
	status = "okay";
58
};