2 * Copyright 2011 Freescale Semiconductor, Inc.
3 * Copyright 2011 Linaro Ltd.
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
14 /include/ "imx6q.dtsi"
17 model = "Freescale i.MX6 Quad Armadillo2 Board";
18 compatible = "fsl,imx6q-arm2", "fsl,imx6q";
21 reg = <0x10000000 0x80000000>;
26 pinctrl-names = "default";
27 pinctrl-0 = <&pinctrl_gpmi_nand_1>;
28 status = "disabled"; /* gpmi nand conflicts with SD */
31 aips-bus@02000000 { /* AIPS1 */
33 pinctrl-names = "default";
34 pinctrl-0 = <&pinctrl_hog>;
39 176 0x80000000 /* MX6Q_PAD_EIM_D25__GPIO_3_25 */
45 pinctrl_usdhc3_arm2: usdhc3grp-arm2 {
47 1363 0x80000000 /* MX6Q_PAD_NANDF_CS0__GPIO_6_11 */
48 1369 0x80000000 /* MX6Q_PAD_NANDF_CS1__GPIO_6_14 */
55 aips-bus@02100000 { /* AIPS2 */
57 pinctrl-names = "default";
58 pinctrl-0 = <&pinctrl_enet_2>;
63 usdhc@02198000 { /* uSDHC3 */
64 cd-gpios = <&gpio6 11 0>;
65 wp-gpios = <&gpio6 14 0>;
66 vmmc-supply = <®_3p3v>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&pinctrl_usdhc3_1
69 &pinctrl_usdhc3_arm2>;
73 usdhc@0219c000 { /* uSDHC4 */
75 vmmc-supply = <®_3p3v>;
76 pinctrl-names = "default";
77 pinctrl-0 = <&pinctrl_usdhc4_1>;
81 uart4: serial@021f0000 {
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_uart4_1>;
90 compatible = "simple-bus";
93 compatible = "regulator-fixed";
94 regulator-name = "3P3V";
95 regulator-min-microvolt = <3300000>;
96 regulator-max-microvolt = <3300000>;
102 compatible = "gpio-leds";
106 gpios = <&gpio3 25 0>;
107 linux,default-trigger = "heartbeat";