blob: 78fee35d09fc1b1bcbb645ffc29c242063ea3cc5 [file] [log] [blame]
Kukjin Kimb074abb2012-02-10 13:12:21 +09001/*
2 * SAMSUNG SMDK5250 board device tree source
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10*/
11
12/dts-v1/;
13/include/ "exynos5250.dtsi"
14
15/ {
16 model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
17 compatible = "samsung,smdk5250", "samsung,exynos5250";
18
Thomas Abraham84bd48a2012-09-26 09:02:59 +090019 aliases {
Thomas Abraham84bd48a2012-09-26 09:02:59 +090020 };
21
Kukjin Kimb074abb2012-02-10 13:12:21 +090022 memory {
23 reg = <0x40000000 0x80000000>;
24 };
25
26 chosen {
Kukjin Kim3c817102012-09-21 11:04:20 +090027 bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
Kukjin Kimb074abb2012-02-10 13:12:21 +090028 };
Thomas Abraham009f7c92012-05-15 23:47:53 +090029
30 i2c@12C60000 {
31 samsung,i2c-sda-delay = <100>;
32 samsung,i2c-max-bus-freq = <20000>;
33 gpios = <&gpb3 0 2 3 0>,
34 <&gpb3 1 2 3 0>;
35
36 eeprom@50 {
37 compatible = "samsung,s524ad0xd1";
38 reg = <0x50>;
39 };
40 };
41
42 i2c@12C70000 {
43 samsung,i2c-sda-delay = <100>;
44 samsung,i2c-max-bus-freq = <20000>;
45 gpios = <&gpb3 2 2 3 0>,
46 <&gpb3 3 2 3 0>;
47
48 eeprom@51 {
49 compatible = "samsung,s524ad0xd1";
50 reg = <0x51>;
51 };
52 };
53
Vasanth Ananthanc47d2442012-11-20 21:02:11 +090054 i2c@121D0000 {
55 samsung,i2c-sda-delay = <100>;
56 samsung,i2c-max-bus-freq = <40000>;
57 samsung,i2c-slave-addr = <0x38>;
58
59 sata-phy {
60 compatible = "samsung,sata-phy";
61 reg = <0x38>;
62 };
63 };
64
65 sata@122F0000 {
66 samsung,sata-freq = <66>;
67 };
68
Thomas Abraham009f7c92012-05-15 23:47:53 +090069 i2c@12C80000 {
Rahul Sharma62a1f832012-10-29 21:51:47 +090070 samsung,i2c-sda-delay = <100>;
71 samsung,i2c-max-bus-freq = <66000>;
72 gpios = <&gpa0 6 3 3 0>,
73 <&gpa0 7 3 3 0>;
74
75 hdmiddc@50 {
76 compatible = "samsung,exynos5-hdmiddc";
77 reg = <0x50>;
78 };
Thomas Abraham009f7c92012-05-15 23:47:53 +090079 };
80
81 i2c@12C90000 {
82 status = "disabled";
83 };
84
85 i2c@12CA0000 {
86 status = "disabled";
87 };
88
89 i2c@12CB0000 {
90 status = "disabled";
91 };
92
93 i2c@12CC0000 {
94 status = "disabled";
95 };
96
97 i2c@12CD0000 {
98 status = "disabled";
99 };
Thomas Abraham79989ba2012-07-14 10:45:36 +0900100
Rahul Sharma3e3e9ce2012-10-29 21:51:42 +0900101 i2c@12CE0000 {
102 samsung,i2c-sda-delay = <100>;
103 samsung,i2c-max-bus-freq = <66000>;
104
105 hdmiphy@38 {
106 compatible = "samsung,exynos5-hdmiphy";
107 reg = <0x38>;
108 };
109 };
110
Doug Andersonde0f42b2012-11-21 13:31:32 +0900111 dwmmc0@12200000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900112 num-slots = <1>;
113 supports-highspeed;
114 broken-cd;
115 fifo-depth = <0x80>;
116 card-detect-delay = <200>;
117 samsung,dw-mshc-ciu-div = <3>;
118 samsung,dw-mshc-sdr-timing = <2 3 3>;
119 samsung,dw-mshc-ddr-timing = <1 2 3>;
120
121 slot@0 {
122 reg = <0>;
123 bus-width = <8>;
124 gpios = <&gpc0 0 2 0 3>, <&gpc0 1 2 0 3>,
125 <&gpc1 0 2 3 3>, <&gpc1 1 2 3 3>,
126 <&gpc1 2 2 3 3>, <&gpc1 3 2 3 3>,
127 <&gpc0 3 2 3 3>, <&gpc0 4 2 3 3>,
128 <&gpc0 5 2 3 3>, <&gpc0 6 2 3 3>;
129 };
130 };
131
Doug Andersonde0f42b2012-11-21 13:31:32 +0900132 dwmmc1@12210000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900133 status = "disabled";
134 };
135
Doug Andersonde0f42b2012-11-21 13:31:32 +0900136 dwmmc2@12220000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900137 num-slots = <1>;
138 supports-highspeed;
139 fifo-depth = <0x80>;
140 card-detect-delay = <200>;
141 samsung,dw-mshc-ciu-div = <3>;
142 samsung,dw-mshc-sdr-timing = <2 3 3>;
143 samsung,dw-mshc-ddr-timing = <1 2 3>;
144
145 slot@0 {
146 reg = <0>;
147 bus-width = <4>;
148 samsung,cd-pinmux-gpio = <&gpc3 2 2 3 3>;
149 gpios = <&gpc3 0 2 0 3>, <&gpc3 1 2 0 3>,
150 <&gpc3 3 2 3 3>, <&gpc3 4 2 3 3>,
151 <&gpc3 5 2 3 3>, <&gpc3 6 2 3 3>,
152 <&gpc4 3 3 3 3>, <&gpc4 3 3 3 3>,
153 <&gpc4 5 3 3 3>, <&gpc4 6 3 3 3>;
154 };
155 };
156
Doug Andersonde0f42b2012-11-21 13:31:32 +0900157 dwmmc3@12230000 {
Thomas Abraham84bd48a2012-09-26 09:02:59 +0900158 status = "disabled";
159 };
160
Thomas Abraham79989ba2012-07-14 10:45:36 +0900161 spi_0: spi@12d20000 {
162 status = "disabled";
163 };
164
165 spi_1: spi@12d30000 {
166 gpios = <&gpa2 4 2 3 0>,
167 <&gpa2 6 2 3 0>,
168 <&gpa2 7 2 3 0>;
169
170 w25q80bw@0 {
171 #address-cells = <1>;
172 #size-cells = <1>;
173 compatible = "w25x80";
174 reg = <0>;
175 spi-max-frequency = <1000000>;
176
177 controller-data {
178 cs-gpio = <&gpa2 5 1 0 3>;
179 samsung,spi-feedback-delay = <0>;
180 };
181
182 partition@0 {
183 label = "U-Boot";
184 reg = <0x0 0x40000>;
185 read-only;
186 };
187
188 partition@40000 {
189 label = "Kernel";
190 reg = <0x40000 0xc0000>;
191 };
192 };
193 };
194
195 spi_2: spi@12d40000 {
196 status = "disabled";
197 };
Rahul Sharma566cf8e2012-10-29 21:48:43 +0900198
199 hdmi {
200 hpd-gpio = <&gpx3 7 0xf 1 3>;
201 };
Olof Johansson24025f62012-11-21 11:30:32 -0800202
Arun Kumar K2eae6132012-10-23 22:51:33 +0900203 codec@11000000 {
204 samsung,mfc-r = <0x43000000 0x800000>;
205 samsung,mfc-l = <0x51000000 0x800000>;
206 };
Padmavathi Venna4c4c7462013-01-18 17:17:04 +0530207
208 i2s@03830000 {
209 gpios = <&gpz 0 2 0 0>, <&gpz 1 2 0 0>, <&gpz 2 2 0 0>,
210 <&gpz 3 2 0 0>, <&gpz 4 2 0 0>, <&gpz 5 2 0 0>,
211 <&gpz 6 2 0 0>;
212 };
213
214 i2s@12D60000 {
215 status = "disabled";
216 };
217
218 i2s@12D70000 {
219 status = "disabled";
220 };
Kukjin Kimb074abb2012-02-10 13:12:21 +0900221};