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 Smart Mobile Reference Design Board";
18 compatible = "fsl,imx53-smd", "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 */
33 wp-gpios = <&gpio3 11 0>; /* GPIO4_11 */
37 esdhc@50008000 { /* ESDHC2 */
42 uart2: uart@5000c000 { /* UART3 */
47 ecspi@50010000 { /* ECSPI1 */
48 fsl,spi-num-chipselects = <2>;
49 cs-gpios = <&gpio1 30 0>, /* GPIO2_30 */
50 <&gpio2 19 0>; /* GPIO3_19 */
54 compatible = "fsl,mc1323";
55 spi-max-frequency = <8000000>;
62 compatible = "st,m25p32", "st,m25p";
63 spi-max-frequency = <20000000>;
74 reg = <0x40000 0x3c0000>;
79 esdhc@50020000 { /* ESDHC3 */
85 wdog@53f98000 { /* WDOG1 */
90 compatible = "fsl,imx53-iomuxc-smd";
91 reg = <0x53fa8000 0x4000>;
94 uart0: uart@53fbc000 { /* UART1 */
98 uart1: uart@53fc0000 { /* UART2 */
103 aips@60000000 { /* AIPS2 */
105 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
108 i2c@63fc4000 { /* I2C2 */
112 compatible = "fsl,sgtl5000";
116 magnetometer: mag3110@0e {
117 compatible = "fsl,mag3110";
121 touchkey: mpr121@5a {
122 compatible = "fsl,mpr121";
127 i2c@63fc8000 { /* I2C1 */
130 accelerometer: mma8450@1c {
131 compatible = "fsl,mma8450";
136 compatible = "ovti,ov5642";
141 compatible = "dialog,da9053", "dialog,da9052";
148 phy-reset-gpios = <&gpio6 6 0>; /* GPIO7_6 */
155 compatible = "gpio-keys";
159 gpios = <&gpio1 14 0>; /* GPIO2_14 */
160 linux,code = <115>; /* KEY_VOLUMEUP */
164 label = "Volume Down";
165 gpios = <&gpio1 15 0>; /* GPIO2_15 */
166 linux,code = <114>; /* KEY_VOLUMEDOWN */