blob: 5d36dde14038539e39ddd607e3a64c4061374abe [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 Evaluation Kit";
18 compatible = "fsl,imx53-evk", "fsl,imx53";
19
Shawn Guo73d2b4c2011-10-17 08:42:16 +080020 memory {
21 reg = <0x70000000 0x80000000>;
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>;
29 wp-gpios = <&gpio3 14 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080030 status = "okay";
31 };
32
33 ecspi@50010000 { /* ECSPI1 */
34 fsl,spi-num-chipselects = <2>;
Richard Zhao4d191862011-12-14 09:26:44 +080035 cs-gpios = <&gpio2 30 0>, <&gpio3 19 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080036 status = "okay";
37
38 flash: at45db321d@1 {
39 #address-cells = <1>;
40 #size-cells = <1>;
41 compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
42 spi-max-frequency = <25000000>;
43 reg = <1>;
44
45 partition@0 {
46 label = "U-Boot";
47 reg = <0x0 0x40000>;
48 read-only;
49 };
50
51 partition@40000 {
52 label = "Kernel";
53 reg = <0x40000 0x3c0000>;
54 };
55 };
56 };
57
58 esdhc@50020000 { /* ESDHC3 */
Richard Zhao4d191862011-12-14 09:26:44 +080059 cd-gpios = <&gpio3 11 0>;
60 wp-gpios = <&gpio3 12 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080061 status = "okay";
62 };
63 };
64
Shawn Guo73d2b4c2011-10-17 08:42:16 +080065 iomuxc@53fa8000 {
66 compatible = "fsl,imx53-iomuxc-evk";
67 reg = <0x53fa8000 0x4000>;
68 };
69
Shawn Guo0c456cf2012-04-02 14:39:26 +080070 uart1: serial@53fbc000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +080071 status = "okay";
72 };
73 };
74
75 aips@60000000 { /* AIPS2 */
76 sdma@63fb0000 {
77 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
78 };
79
80 i2c@63fc4000 { /* I2C2 */
81 status = "okay";
82
83 pmic: mc13892@08 {
84 compatible = "fsl,mc13892", "fsl,mc13xxx";
85 reg = <0x08>;
86 };
87
88 codec: sgtl5000@0a {
89 compatible = "fsl,sgtl5000";
90 reg = <0x0a>;
91 };
92 };
93
Shawn Guo0c456cf2012-04-02 14:39:26 +080094 ethernet@63fec000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +080095 phy-mode = "rmii";
Richard Zhao4d191862011-12-14 09:26:44 +080096 phy-reset-gpios = <&gpio7 6 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080097 status = "okay";
98 };
99 };
100 };
101
102 leds {
103 compatible = "gpio-leds";
104
105 green {
106 label = "Heartbeat";
Richard Zhao4d191862011-12-14 09:26:44 +0800107 gpios = <&gpio7 7 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800108 linux,default-trigger = "heartbeat";
109 };
110 };
111};