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 bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
25 reg = <0x70000000 0x40000000>;
29 aips@50000000 { /* AIPS1 */
31 esdhc@50004000 { /* ESDHC1 */
32 cd-gpios = <&gpio1 1 0>;
33 wp-gpios = <&gpio1 9 0>;
38 wdog@53f98000 { /* WDOG1 */
43 compatible = "fsl,imx53-iomuxc-ard";
44 reg = <0x53fa8000 0x4000>;
47 uart1: uart@53fbc000 {
52 aips@60000000 { /* AIPS2 */
54 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
62 compatible = "fsl,eim-bus", "simple-bus";
63 reg = <0xf4000000 0x3ff0000>;
67 compatible = "smsc,lan9220", "smsc,lan9115";
68 reg = <0xf4000000 0x2000000>;
70 interrupt-parent = <&gpio2>;
78 compatible = "gpio-keys";
82 gpios = <&gpio5 10 0>;
83 linux,code = <102>; /* KEY_HOME */
89 gpios = <&gpio5 11 0>;
90 linux,code = <158>; /* KEY_BACK */
96 gpios = <&gpio5 12 0>;
97 linux,code = <362>; /* KEY_PROGRAM */
103 gpios = <&gpio5 13 0>;
104 linux,code = <115>; /* KEY_VOLUMEUP */
108 label = "Volume Down";
109 gpios = <&gpio4 0 0>;
110 linux,code = <114>; /* KEY_VOLUMEDOWN */