blob: 042fe9b8ef0c632f475d60c885cefa2b52f259ab [file] [log] [blame]
Tomasz Figab571abb2012-09-21 10:12:59 +09001/*
2 * Samsung's Exynos4 SoC series common device tree source
3 *
4 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 * Copyright (c) 2010-2011 Linaro Ltd.
7 * www.linaro.org
8 *
9 * Samsung's Exynos4 SoC series device nodes are listed in this file. Particular
10 * SoCs from Exynos4 series can include this file and provide values for SoCs
11 * specfic bindings.
12 *
13 * Note: This file does not include device nodes for all the controllers in
14 * Exynos4 SoCs. As device tree coverage for Exynos4 increases, additional
15 * nodes can be added to this file.
16 *
17 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License version 2 as
19 * published by the Free Software Foundation.
20 */
21
22/include/ "skeleton.dtsi"
23
24/ {
25 interrupt-parent = <&gic>;
26
27 aliases {
28 spi0 = &spi_0;
29 spi1 = &spi_1;
30 spi2 = &spi_2;
31 };
32
33 gic:interrupt-controller@10490000 {
34 compatible = "arm,cortex-a9-gic";
35 #interrupt-cells = <3>;
36 interrupt-controller;
37 reg = <0x10490000 0x1000>, <0x10480000 0x100>;
38 };
39
40 combiner:interrupt-controller@10440000 {
41 compatible = "samsung,exynos4210-combiner";
42 #interrupt-cells = <2>;
43 interrupt-controller;
44 reg = <0x10440000 0x1000>;
45 };
46
47 watchdog@10060000 {
48 compatible = "samsung,s3c2410-wdt";
49 reg = <0x10060000 0x100>;
50 interrupts = <0 43 0>;
51 };
52
53 rtc@10070000 {
54 compatible = "samsung,s3c6410-rtc";
55 reg = <0x10070000 0x100>;
56 interrupts = <0 44 0>, <0 45 0>;
57 };
58
59 keypad@100A0000 {
60 compatible = "samsung,s5pv210-keypad";
61 reg = <0x100A0000 0x100>;
62 interrupts = <0 109 0>;
63 };
64
65 sdhci@12510000 {
66 compatible = "samsung,exynos4210-sdhci";
67 reg = <0x12510000 0x100>;
68 interrupts = <0 73 0>;
69 };
70
71 sdhci@12520000 {
72 compatible = "samsung,exynos4210-sdhci";
73 reg = <0x12520000 0x100>;
74 interrupts = <0 74 0>;
75 };
76
77 sdhci@12530000 {
78 compatible = "samsung,exynos4210-sdhci";
79 reg = <0x12530000 0x100>;
80 interrupts = <0 75 0>;
81 };
82
83 sdhci@12540000 {
84 compatible = "samsung,exynos4210-sdhci";
85 reg = <0x12540000 0x100>;
86 interrupts = <0 76 0>;
87 };
88
89 serial@13800000 {
90 compatible = "samsung,exynos4210-uart";
91 reg = <0x13800000 0x100>;
92 interrupts = <0 52 0>;
93 };
94
95 serial@13810000 {
96 compatible = "samsung,exynos4210-uart";
97 reg = <0x13810000 0x100>;
98 interrupts = <0 53 0>;
99 };
100
101 serial@13820000 {
102 compatible = "samsung,exynos4210-uart";
103 reg = <0x13820000 0x100>;
104 interrupts = <0 54 0>;
105 };
106
107 serial@13830000 {
108 compatible = "samsung,exynos4210-uart";
109 reg = <0x13830000 0x100>;
110 interrupts = <0 55 0>;
111 };
112
113 i2c@13860000 {
114 compatible = "samsung,s3c2440-i2c";
115 reg = <0x13860000 0x100>;
116 interrupts = <0 58 0>;
117 };
118
119 i2c@13870000 {
120 compatible = "samsung,s3c2440-i2c";
121 reg = <0x13870000 0x100>;
122 interrupts = <0 59 0>;
123 };
124
125 i2c@13880000 {
126 compatible = "samsung,s3c2440-i2c";
127 reg = <0x13880000 0x100>;
128 interrupts = <0 60 0>;
129 };
130
131 i2c@13890000 {
132 compatible = "samsung,s3c2440-i2c";
133 reg = <0x13890000 0x100>;
134 interrupts = <0 61 0>;
135 };
136
137 i2c@138A0000 {
138 compatible = "samsung,s3c2440-i2c";
139 reg = <0x138A0000 0x100>;
140 interrupts = <0 62 0>;
141 };
142
143 i2c@138B0000 {
144 compatible = "samsung,s3c2440-i2c";
145 reg = <0x138B0000 0x100>;
146 interrupts = <0 63 0>;
147 };
148
149 i2c@138C0000 {
150 compatible = "samsung,s3c2440-i2c";
151 reg = <0x138C0000 0x100>;
152 interrupts = <0 64 0>;
153 };
154
155 i2c@138D0000 {
156 compatible = "samsung,s3c2440-i2c";
157 reg = <0x138D0000 0x100>;
158 interrupts = <0 65 0>;
159 };
160
161 spi_0: spi@13920000 {
162 compatible = "samsung,exynos4210-spi";
163 reg = <0x13920000 0x100>;
164 interrupts = <0 66 0>;
165 tx-dma-channel = <&pdma0 7>; /* preliminary */
166 rx-dma-channel = <&pdma0 6>; /* preliminary */
167 #address-cells = <1>;
168 #size-cells = <0>;
169 };
170
171 spi_1: spi@13930000 {
172 compatible = "samsung,exynos4210-spi";
173 reg = <0x13930000 0x100>;
174 interrupts = <0 67 0>;
175 tx-dma-channel = <&pdma1 7>; /* preliminary */
176 rx-dma-channel = <&pdma1 6>; /* preliminary */
177 #address-cells = <1>;
178 #size-cells = <0>;
179 };
180
181 spi_2: spi@13940000 {
182 compatible = "samsung,exynos4210-spi";
183 reg = <0x13940000 0x100>;
184 interrupts = <0 68 0>;
185 tx-dma-channel = <&pdma0 9>; /* preliminary */
186 rx-dma-channel = <&pdma0 8>; /* preliminary */
187 #address-cells = <1>;
188 #size-cells = <0>;
189 };
190
191 amba {
192 #address-cells = <1>;
193 #size-cells = <1>;
194 compatible = "arm,amba-bus";
195 interrupt-parent = <&gic>;
196 ranges;
197
198 pdma0: pdma@12680000 {
199 compatible = "arm,pl330", "arm,primecell";
200 reg = <0x12680000 0x1000>;
201 interrupts = <0 35 0>;
202 };
203
204 pdma1: pdma@12690000 {
205 compatible = "arm,pl330", "arm,primecell";
206 reg = <0x12690000 0x1000>;
207 interrupts = <0 36 0>;
208 };
209 };
210};