blob: b08b5874da6e5274b3167804cf1a5501ffad22c5 [file] [log] [blame]
Shawn Guo73d2b4c2011-10-17 08:42:16 +08001/*
2 * Copyright 2011 Freescale Semiconductor, Inc.
3 * Copyright 2011 Linaro Ltd.
4 *
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:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13/dts-v1/;
14/include/ "imx53.dtsi"
15
16/ {
17 model = "Freescale i.MX53 Quick Start Board";
18 compatible = "fsl,imx53-qsb", "fsl,imx53";
19
Shawn Guo73d2b4c2011-10-17 08:42:16 +080020 memory {
21 reg = <0x70000000 0x40000000>;
22 };
23
24 soc {
25 aips@50000000 { /* AIPS1 */
26 spba@50000000 {
27 esdhc@50004000 { /* ESDHC1 */
Richard Zhao4d191862011-12-14 09:26:44 +080028 cd-gpios = <&gpio3 13 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080029 status = "okay";
30 };
31
32 esdhc@50020000 { /* ESDHC3 */
Richard Zhao4d191862011-12-14 09:26:44 +080033 cd-gpios = <&gpio3 11 0>;
34 wp-gpios = <&gpio3 12 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080035 status = "okay";
36 };
37 };
38
39 wdog@53f98000 { /* WDOG1 */
40 status = "okay";
41 };
42
43 iomuxc@53fa8000 {
44 compatible = "fsl,imx53-iomuxc-qsb";
45 reg = <0x53fa8000 0x4000>;
46 };
47
Shawn Guo0c456cf2012-04-02 14:39:26 +080048 uart1: serial@53fbc000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +080049 status = "okay";
50 };
51 };
52
53 aips@60000000 { /* AIPS2 */
54 sdma@63fb0000 {
55 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
56 };
57
58 i2c@63fc4000 { /* I2C2 */
59 status = "okay";
60
61 codec: sgtl5000@0a {
62 compatible = "fsl,sgtl5000";
63 reg = <0x0a>;
64 };
65 };
66
67 i2c@63fc8000 { /* I2C1 */
68 status = "okay";
69
70 accelerometer: mma8450@1c {
71 compatible = "fsl,mma8450";
72 reg = <0x1c>;
73 };
74
75 pmic: dialog@48 {
76 compatible = "dialog,da9053", "dialog,da9052";
77 reg = <0x48>;
78 };
79 };
80
Shawn Guo0c456cf2012-04-02 14:39:26 +080081 ethernet@63fec000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +080082 phy-mode = "rmii";
Richard Zhao4d191862011-12-14 09:26:44 +080083 phy-reset-gpios = <&gpio7 6 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080084 status = "okay";
85 };
86 };
87 };
88
89 gpio-keys {
90 compatible = "gpio-keys";
91
92 power {
93 label = "Power Button";
Richard Zhao4d191862011-12-14 09:26:44 +080094 gpios = <&gpio1 8 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080095 linux,code = <116>; /* KEY_POWER */
96 gpio-key,wakeup;
97 };
98
99 volume-up {
100 label = "Volume Up";
Richard Zhao4d191862011-12-14 09:26:44 +0800101 gpios = <&gpio2 14 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800102 linux,code = <115>; /* KEY_VOLUMEUP */
103 };
104
105 volume-down {
106 label = "Volume Down";
Richard Zhao4d191862011-12-14 09:26:44 +0800107 gpios = <&gpio2 15 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800108 linux,code = <114>; /* KEY_VOLUMEDOWN */
109 };
110 };
111
112 leds {
113 compatible = "gpio-leds";
114
115 user {
116 label = "Heartbeat";
Richard Zhao4d191862011-12-14 09:26:44 +0800117 gpios = <&gpio7 7 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800118 linux,default-trigger = "heartbeat";
119 };
120 };
121};