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/ "imx53.dtsi"
17 model = "Freescale i.MX53 Automotive Reference Design Board";
18 compatible = "fsl,imx53-ard", "fsl,imx53";
21 reg = <0x70000000 0x40000000>;
25 aips@50000000 { /* AIPS1 */
27 esdhc@50004000 { /* ESDHC1 */
28 cd-gpios = <&gpio1 1 0>;
29 wp-gpios = <&gpio1 9 0>;
34 wdog@53f98000 { /* WDOG1 */
39 compatible = "fsl,imx53-iomuxc-ard";
40 reg = <0x53fa8000 0x4000>;
43 uart1: serial@53fbc000 {
48 aips@60000000 { /* AIPS2 */
50 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
58 compatible = "fsl,eim-bus", "simple-bus";
59 reg = <0xf4000000 0x3ff0000>;
63 compatible = "smsc,lan9220", "smsc,lan9115";
64 reg = <0xf4000000 0x2000000>;
66 interrupt-parent = <&gpio2>;
67 interrupts = <31 0x8>;
70 * VDD33A and VDDVARIO of LAN9220 are supplied by
71 * SW4_3V3 of LTC3589. Before the regulator driver
72 * for this PMIC is available, we use a fixed dummy
73 * 3V3 regulator to get LAN9220 driver probing work.
75 vdd33a-supply = <®_3p3v>;
76 vddvario-supply = <®_3p3v>;
82 compatible = "simple-bus";
85 compatible = "regulator-fixed";
86 regulator-name = "3P3V";
87 regulator-min-microvolt = <3300000>;
88 regulator-max-microvolt = <3300000>;
94 compatible = "gpio-keys";
98 gpios = <&gpio5 10 0>;
99 linux,code = <102>; /* KEY_HOME */
105 gpios = <&gpio5 11 0>;
106 linux,code = <158>; /* KEY_BACK */
112 gpios = <&gpio5 12 0>;
113 linux,code = <362>; /* KEY_PROGRAM */
119 gpios = <&gpio5 13 0>;
120 linux,code = <115>; /* KEY_VOLUMEUP */
124 label = "Volume Down";
125 gpios = <&gpio4 0 0>;
126 linux,code = <114>; /* KEY_VOLUMEDOWN */