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 Quick Start Board";
18 compatible = "fsl,imx53-qsb", "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 = <&gpio2 13 0>; /* GPIO3_13 */
36 esdhc@50020000 { /* ESDHC3 */
37 cd-gpios = <&gpio2 11 0>; /* GPIO3_11 */
38 wp-gpios = <&gpio2 12 0>; /* GPIO3_12 */
43 wdog@53f98000 { /* WDOG1 */
48 compatible = "fsl,imx53-iomuxc-qsb";
49 reg = <0x53fa8000 0x4000>;
52 uart0: uart@53fbc000 { /* UART1 */
57 aips@60000000 { /* AIPS2 */
59 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
62 i2c@63fc4000 { /* I2C2 */
66 compatible = "fsl,sgtl5000";
71 i2c@63fc8000 { /* I2C1 */
74 accelerometer: mma8450@1c {
75 compatible = "fsl,mma8450";
80 compatible = "dialog,da9053", "dialog,da9052";
87 phy-reset-gpios = <&gpio6 6 0>; /* GPIO7_6 */
94 compatible = "gpio-keys";
97 label = "Power Button";
98 gpios = <&gpio0 8 0>; /* GPIO1_8 */
99 linux,code = <116>; /* KEY_POWER */
105 gpios = <&gpio1 14 0>; /* GPIO2_14 */
106 linux,code = <115>; /* KEY_VOLUMEUP */
110 label = "Volume Down";
111 gpios = <&gpio1 15 0>; /* GPIO2_15 */
112 linux,code = <114>; /* KEY_VOLUMEDOWN */
117 compatible = "gpio-leds";
121 gpios = <&gpio6 7 0>; /* GPIO7_7 */
122 linux,default-trigger = "heartbeat";