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 = <&gpio3 13 0>;
33 wp-gpios = <&gpio4 11 0>;
37 esdhc@50008000 { /* ESDHC2 */
42 uart3: uart@5000c000 {
47 ecspi@50010000 { /* ECSPI1 */
48 fsl,spi-num-chipselects = <2>;
49 cs-gpios = <&gpio2 30 0>, <&gpio3 19 0>;
53 compatible = "fsl,mc1323";
54 spi-max-frequency = <8000000>;
61 compatible = "st,m25p32", "st,m25p";
62 spi-max-frequency = <20000000>;
73 reg = <0x40000 0x3c0000>;
78 esdhc@50020000 { /* ESDHC3 */
84 wdog@53f98000 { /* WDOG1 */
89 compatible = "fsl,imx53-iomuxc-smd";
90 reg = <0x53fa8000 0x4000>;
93 uart1: uart@53fbc000 {
97 uart2: uart@53fc0000 {
102 aips@60000000 { /* AIPS2 */
104 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
107 i2c@63fc4000 { /* I2C2 */
111 compatible = "fsl,sgtl5000";
115 magnetometer: mag3110@0e {
116 compatible = "fsl,mag3110";
120 touchkey: mpr121@5a {
121 compatible = "fsl,mpr121";
126 i2c@63fc8000 { /* I2C1 */
129 accelerometer: mma8450@1c {
130 compatible = "fsl,mma8450";
135 compatible = "ovti,ov5642";
140 compatible = "dialog,da9053", "dialog,da9052";
147 phy-reset-gpios = <&gpio7 6 0>;
154 compatible = "gpio-keys";
158 gpios = <&gpio2 14 0>;
159 linux,code = <115>; /* KEY_VOLUMEUP */
163 label = "Volume Down";
164 gpios = <&gpio2 15 0>;
165 linux,code = <114>; /* KEY_VOLUMEDOWN */