blob: f21b0416c547d33c7b22ef57ea18c653a23c6693 [file] [log] [blame]
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +03001#include <dt-bindings/clock/tegra20-car.h>
Stephen Warren3325f1b2013-02-12 17:25:15 -07002#include <dt-bindings/gpio/tegra-gpio.h>
Stephen Warren6cecf912013-02-13 12:51:51 -07003#include <dt-bindings/interrupt-controller/arm-gic.h>
Stephen Warren3325f1b2013-02-12 17:25:15 -07004
Stephen Warren1bd0bd42012-10-17 16:38:21 -06005#include "skeleton.dtsi"
Grant Likely8e267f32011-07-19 17:26:54 -06006
7/ {
8 compatible = "nvidia,tegra20";
9 interrupt-parent = <&intc>;
10
Laxman Dewanganb6551bb2012-12-19 12:01:11 +053011 aliases {
12 serial0 = &uarta;
13 serial1 = &uartb;
14 serial2 = &uartc;
15 serial3 = &uartd;
16 serial4 = &uarte;
17 };
18
Thierry Redinged821f02012-11-15 22:07:54 +010019 host1x {
20 compatible = "nvidia,tegra20-host1x", "simple-bus";
21 reg = <0x50000000 0x00024000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070022 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
23 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030024 clocks = <&tegra_car TEGRA20_CLK_HOST1X>;
Stephen Warren3393d422013-11-06 14:01:16 -070025 resets = <&tegra_car 28>;
26 reset-names = "host1x";
Thierry Redinged821f02012-11-15 22:07:54 +010027
28 #address-cells = <1>;
29 #size-cells = <1>;
30
31 ranges = <0x54000000 0x54000000 0x04000000>;
32
33 mpe {
34 compatible = "nvidia,tegra20-mpe";
35 reg = <0x54040000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070036 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030037 clocks = <&tegra_car TEGRA20_CLK_MPE>;
Stephen Warren3393d422013-11-06 14:01:16 -070038 resets = <&tegra_car 60>;
39 reset-names = "mpe";
Thierry Redinged821f02012-11-15 22:07:54 +010040 };
41
42 vi {
43 compatible = "nvidia,tegra20-vi";
44 reg = <0x54080000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070045 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030046 clocks = <&tegra_car TEGRA20_CLK_VI>;
Stephen Warren3393d422013-11-06 14:01:16 -070047 resets = <&tegra_car 20>;
48 reset-names = "vi";
Thierry Redinged821f02012-11-15 22:07:54 +010049 };
50
51 epp {
52 compatible = "nvidia,tegra20-epp";
53 reg = <0x540c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070054 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030055 clocks = <&tegra_car TEGRA20_CLK_EPP>;
Stephen Warren3393d422013-11-06 14:01:16 -070056 resets = <&tegra_car 19>;
57 reset-names = "epp";
Thierry Redinged821f02012-11-15 22:07:54 +010058 };
59
60 isp {
61 compatible = "nvidia,tegra20-isp";
62 reg = <0x54100000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070063 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030064 clocks = <&tegra_car TEGRA20_CLK_ISP>;
Stephen Warren3393d422013-11-06 14:01:16 -070065 resets = <&tegra_car 23>;
66 reset-names = "isp";
Thierry Redinged821f02012-11-15 22:07:54 +010067 };
68
69 gr2d {
70 compatible = "nvidia,tegra20-gr2d";
71 reg = <0x54140000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070072 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030073 clocks = <&tegra_car TEGRA20_CLK_GR2D>;
Stephen Warren3393d422013-11-06 14:01:16 -070074 resets = <&tegra_car 21>;
75 reset-names = "2d";
Thierry Redinged821f02012-11-15 22:07:54 +010076 };
77
78 gr3d {
79 compatible = "nvidia,tegra20-gr3d";
80 reg = <0x54180000 0x00040000>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030081 clocks = <&tegra_car TEGRA20_CLK_GR3D>;
Stephen Warren3393d422013-11-06 14:01:16 -070082 resets = <&tegra_car 24>;
83 reset-names = "3d";
Thierry Redinged821f02012-11-15 22:07:54 +010084 };
85
86 dc@54200000 {
87 compatible = "nvidia,tegra20-dc";
88 reg = <0x54200000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070089 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030090 clocks = <&tegra_car TEGRA20_CLK_DISP1>,
91 <&tegra_car TEGRA20_CLK_PLL_P>;
Stephen Warrend8f64792013-11-06 14:00:25 -070092 clock-names = "dc", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -070093 resets = <&tegra_car 27>;
94 reset-names = "dc";
Thierry Redinged821f02012-11-15 22:07:54 +010095
96 rgb {
97 status = "disabled";
98 };
99 };
100
101 dc@54240000 {
102 compatible = "nvidia,tegra20-dc";
103 reg = <0x54240000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700104 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300105 clocks = <&tegra_car TEGRA20_CLK_DISP2>,
106 <&tegra_car TEGRA20_CLK_PLL_P>;
Stephen Warrend8f64792013-11-06 14:00:25 -0700107 clock-names = "dc", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700108 resets = <&tegra_car 26>;
109 reset-names = "dc";
Thierry Redinged821f02012-11-15 22:07:54 +0100110
111 rgb {
112 status = "disabled";
113 };
114 };
115
116 hdmi {
117 compatible = "nvidia,tegra20-hdmi";
118 reg = <0x54280000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700119 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300120 clocks = <&tegra_car TEGRA20_CLK_HDMI>,
121 <&tegra_car TEGRA20_CLK_PLL_D_OUT0>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530122 clock-names = "hdmi", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700123 resets = <&tegra_car 51>;
124 reset-names = "hdmi";
Thierry Redinged821f02012-11-15 22:07:54 +0100125 status = "disabled";
126 };
127
128 tvo {
129 compatible = "nvidia,tegra20-tvo";
130 reg = <0x542c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700131 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300132 clocks = <&tegra_car TEGRA20_CLK_TVO>;
Thierry Redinged821f02012-11-15 22:07:54 +0100133 status = "disabled";
134 };
135
136 dsi {
137 compatible = "nvidia,tegra20-dsi";
138 reg = <0x54300000 0x00040000>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300139 clocks = <&tegra_car TEGRA20_CLK_DSI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700140 resets = <&tegra_car 48>;
141 reset-names = "dsi";
Thierry Redinged821f02012-11-15 22:07:54 +0100142 status = "disabled";
143 };
144 };
145
Stephen Warren73368ba2012-09-19 14:17:24 -0600146 timer@50004600 {
147 compatible = "arm,cortex-a9-twd-timer";
148 reg = <0x50040600 0x20>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700149 interrupts = <GIC_PPI 13
150 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300151 clocks = <&tegra_car TEGRA20_CLK_TWD>;
Stephen Warren73368ba2012-09-19 14:17:24 -0600152 };
153
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600154 intc: interrupt-controller {
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700155 compatible = "arm,cortex-a9-gic";
Stephen Warren5ff48882012-05-11 16:26:03 -0600156 reg = <0x50041000 0x1000
157 0x50040100 0x0100>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600158 interrupt-controller;
159 #interrupt-cells = <3>;
Grant Likely8e267f32011-07-19 17:26:54 -0600160 };
161
Stephen Warrenbb2c1de2013-01-14 10:09:16 -0700162 cache-controller {
163 compatible = "arm,pl310-cache";
164 reg = <0x50043000 0x1000>;
165 arm,data-latency = <5 5 2>;
166 arm,tag-latency = <4 4 2>;
167 cache-unified;
168 cache-level = <2>;
169 };
170
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600171 timer@60005000 {
172 compatible = "nvidia,tegra20-timer";
173 reg = <0x60005000 0x60>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700174 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
175 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
176 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
177 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300178 clocks = <&tegra_car TEGRA20_CLK_TIMER>;
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600179 };
180
Stephen Warren270f8ce2013-01-11 13:16:22 +0530181 tegra_car: clock {
182 compatible = "nvidia,tegra20-car";
183 reg = <0x60006000 0x1000>;
184 #clock-cells = <1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700185 #reset-cells = <1>;
Stephen Warren270f8ce2013-01-11 13:16:22 +0530186 };
187
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600188 apbdma: dma {
Stephen Warren8051b752012-01-11 16:09:54 -0700189 compatible = "nvidia,tegra20-apbdma";
190 reg = <0x6000a000 0x1200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700191 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
192 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
193 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
194 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
195 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
196 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
197 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
198 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
199 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
201 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
202 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
203 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
204 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
205 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
206 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300207 clocks = <&tegra_car TEGRA20_CLK_APBDMA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700208 resets = <&tegra_car 34>;
209 reset-names = "dma";
Stephen Warren8051b752012-01-11 16:09:54 -0700210 };
211
Stephen Warrenc04abb32012-05-11 17:03:26 -0600212 ahb {
213 compatible = "nvidia,tegra20-ahb";
214 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
Grant Likely8e267f32011-07-19 17:26:54 -0600215 };
216
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600217 gpio: gpio {
Grant Likely8e267f32011-07-19 17:26:54 -0600218 compatible = "nvidia,tegra20-gpio";
Stephen Warren95decf82012-05-11 16:11:38 -0600219 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700220 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
221 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
222 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
223 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
224 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
225 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
226 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
Grant Likely8e267f32011-07-19 17:26:54 -0600227 #gpio-cells = <2>;
228 gpio-controller;
Stephen Warren6f74dc92012-01-04 08:39:37 +0000229 #interrupt-cells = <2>;
230 interrupt-controller;
Grant Likely8e267f32011-07-19 17:26:54 -0600231 };
232
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600233 pinmux: pinmux {
Stephen Warrenf62f5482011-10-11 16:16:13 -0600234 compatible = "nvidia,tegra20-pinmux";
Stephen Warren95decf82012-05-11 16:11:38 -0600235 reg = <0x70000014 0x10 /* Tri-state registers */
236 0x70000080 0x20 /* Mux registers */
237 0x700000a0 0x14 /* Pull-up/down registers */
238 0x70000868 0xa8>; /* Pad control registers */
Stephen Warrenf62f5482011-10-11 16:16:13 -0600239 };
240
Stephen Warrenc04abb32012-05-11 17:03:26 -0600241 das {
242 compatible = "nvidia,tegra20-das";
243 reg = <0x70000c00 0x80>;
244 };
Stephen Warrenfc5c3062013-03-06 11:28:32 -0700245
Lucas Stach0698ed12013-01-05 02:18:44 +0100246 tegra_ac97: ac97 {
247 compatible = "nvidia,tegra20-ac97";
248 reg = <0x70002000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700249 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
Lucas Stach0698ed12013-01-05 02:18:44 +0100250 nvidia,dma-request-selector = <&apbdma 12>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300251 clocks = <&tegra_car TEGRA20_CLK_AC97>;
Stephen Warren3393d422013-11-06 14:01:16 -0700252 resets = <&tegra_car 3>;
253 reset-names = "ac97";
Lucas Stach0698ed12013-01-05 02:18:44 +0100254 status = "disabled";
255 };
Stephen Warrenc04abb32012-05-11 17:03:26 -0600256
257 tegra_i2s1: i2s@70002800 {
258 compatible = "nvidia,tegra20-i2s";
259 reg = <0x70002800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700260 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600261 nvidia,dma-request-selector = <&apbdma 2>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300262 clocks = <&tegra_car TEGRA20_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700263 resets = <&tegra_car 11>;
264 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200265 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600266 };
267
268 tegra_i2s2: i2s@70002a00 {
269 compatible = "nvidia,tegra20-i2s";
270 reg = <0x70002a00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700271 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600272 nvidia,dma-request-selector = <&apbdma 1>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300273 clocks = <&tegra_car TEGRA20_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700274 resets = <&tegra_car 18>;
275 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200276 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600277 };
278
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530279 /*
280 * There are two serial driver i.e. 8250 based simple serial
281 * driver and APB DMA based serial driver for higher baudrate
282 * and performace. To enable the 8250 based driver, the compatible
283 * is "nvidia,tegra20-uart" and to enable the APB DMA based serial
284 * driver, the comptible is "nvidia,tegra20-hsuart".
285 */
286 uarta: serial@70006000 {
Grant Likely8e267f32011-07-19 17:26:54 -0600287 compatible = "nvidia,tegra20-uart";
288 reg = <0x70006000 0x40>;
289 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700290 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530291 nvidia,dma-request-selector = <&apbdma 8>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300292 clocks = <&tegra_car TEGRA20_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700293 resets = <&tegra_car 6>;
294 reset-names = "serial";
Roland Stigge223ef782012-06-11 21:09:45 +0200295 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600296 };
297
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530298 uartb: serial@70006040 {
Grant Likely8e267f32011-07-19 17:26:54 -0600299 compatible = "nvidia,tegra20-uart";
300 reg = <0x70006040 0x40>;
301 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700302 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530303 nvidia,dma-request-selector = <&apbdma 9>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300304 clocks = <&tegra_car TEGRA20_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700305 resets = <&tegra_car 7>;
306 reset-names = "serial";
Roland Stigge223ef782012-06-11 21:09:45 +0200307 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600308 };
309
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530310 uartc: serial@70006200 {
Grant Likely8e267f32011-07-19 17:26:54 -0600311 compatible = "nvidia,tegra20-uart";
312 reg = <0x70006200 0x100>;
313 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700314 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530315 nvidia,dma-request-selector = <&apbdma 10>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300316 clocks = <&tegra_car TEGRA20_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700317 resets = <&tegra_car 55>;
318 reset-names = "serial";
Roland Stigge223ef782012-06-11 21:09:45 +0200319 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600320 };
321
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530322 uartd: serial@70006300 {
Grant Likely8e267f32011-07-19 17:26:54 -0600323 compatible = "nvidia,tegra20-uart";
324 reg = <0x70006300 0x100>;
325 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700326 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530327 nvidia,dma-request-selector = <&apbdma 19>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300328 clocks = <&tegra_car TEGRA20_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700329 resets = <&tegra_car 65>;
330 reset-names = "serial";
Roland Stigge223ef782012-06-11 21:09:45 +0200331 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600332 };
333
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530334 uarte: serial@70006400 {
Grant Likely8e267f32011-07-19 17:26:54 -0600335 compatible = "nvidia,tegra20-uart";
336 reg = <0x70006400 0x100>;
337 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700338 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530339 nvidia,dma-request-selector = <&apbdma 20>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300340 clocks = <&tegra_car TEGRA20_CLK_UARTE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700341 resets = <&tegra_car 66>;
342 reset-names = "serial";
Roland Stigge223ef782012-06-11 21:09:45 +0200343 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600344 };
345
Thierry Reding2b8b15d2012-09-20 17:06:05 +0200346 pwm: pwm {
Thierry Reding140fd972011-12-21 08:04:13 +0100347 compatible = "nvidia,tegra20-pwm";
348 reg = <0x7000a000 0x100>;
349 #pwm-cells = <2>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300350 clocks = <&tegra_car TEGRA20_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700351 resets = <&tegra_car 17>;
352 reset-names = "pwm";
Andrew Chewb69cd982013-03-12 16:40:51 -0700353 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100354 };
355
Stephen Warren380e04a2012-09-19 12:13:16 -0600356 rtc {
357 compatible = "nvidia,tegra20-rtc";
358 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700359 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300360 clocks = <&tegra_car TEGRA20_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600361 };
362
Stephen Warrenc04abb32012-05-11 17:03:26 -0600363 i2c@7000c000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600364 compatible = "nvidia,tegra20-i2c";
365 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700366 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600367 #address-cells = <1>;
368 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300369 clocks = <&tegra_car TEGRA20_CLK_I2C1>,
370 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530371 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700372 resets = <&tegra_car 12>;
373 reset-names = "i2c";
Roland Stigge223ef782012-06-11 21:09:45 +0200374 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600375 };
376
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530377 spi@7000c380 {
378 compatible = "nvidia,tegra20-sflash";
379 reg = <0x7000c380 0x80>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700380 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530381 nvidia,dma-request-selector = <&apbdma 11>;
382 #address-cells = <1>;
383 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300384 clocks = <&tegra_car TEGRA20_CLK_SPI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700385 resets = <&tegra_car 43>;
386 reset-names = "spi";
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530387 status = "disabled";
388 };
389
Stephen Warrenc04abb32012-05-11 17:03:26 -0600390 i2c@7000c400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600391 compatible = "nvidia,tegra20-i2c";
392 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700393 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600394 #address-cells = <1>;
395 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300396 clocks = <&tegra_car TEGRA20_CLK_I2C2>,
397 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530398 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700399 resets = <&tegra_car 54>;
400 reset-names = "i2c";
Roland Stigge223ef782012-06-11 21:09:45 +0200401 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600402 };
403
404 i2c@7000c500 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600405 compatible = "nvidia,tegra20-i2c";
406 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700407 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600408 #address-cells = <1>;
409 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300410 clocks = <&tegra_car TEGRA20_CLK_I2C3>,
411 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530412 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700413 resets = <&tegra_car 67>;
414 reset-names = "i2c";
Roland Stigge223ef782012-06-11 21:09:45 +0200415 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600416 };
417
418 i2c@7000d000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600419 compatible = "nvidia,tegra20-i2c-dvc";
420 reg = <0x7000d000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700421 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600422 #address-cells = <1>;
423 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300424 clocks = <&tegra_car TEGRA20_CLK_DVC>,
425 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530426 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700427 resets = <&tegra_car 47>;
428 reset-names = "i2c";
Roland Stigge223ef782012-06-11 21:09:45 +0200429 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600430 };
431
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530432 spi@7000d400 {
433 compatible = "nvidia,tegra20-slink";
434 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700435 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530436 nvidia,dma-request-selector = <&apbdma 15>;
437 #address-cells = <1>;
438 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300439 clocks = <&tegra_car TEGRA20_CLK_SBC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700440 resets = <&tegra_car 41>;
441 reset-names = "spi";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530442 status = "disabled";
443 };
444
445 spi@7000d600 {
446 compatible = "nvidia,tegra20-slink";
447 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700448 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530449 nvidia,dma-request-selector = <&apbdma 16>;
450 #address-cells = <1>;
451 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300452 clocks = <&tegra_car TEGRA20_CLK_SBC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700453 resets = <&tegra_car 44>;
454 reset-names = "spi";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530455 status = "disabled";
456 };
457
458 spi@7000d800 {
459 compatible = "nvidia,tegra20-slink";
Laxman Dewangan57471c82013-03-22 12:35:06 -0600460 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700461 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530462 nvidia,dma-request-selector = <&apbdma 17>;
463 #address-cells = <1>;
464 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300465 clocks = <&tegra_car TEGRA20_CLK_SBC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700466 resets = <&tegra_car 46>;
467 reset-names = "spi";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530468 status = "disabled";
469 };
470
471 spi@7000da00 {
472 compatible = "nvidia,tegra20-slink";
473 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700474 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530475 nvidia,dma-request-selector = <&apbdma 18>;
476 #address-cells = <1>;
477 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300478 clocks = <&tegra_car TEGRA20_CLK_SBC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700479 resets = <&tegra_car 68>;
480 reset-names = "spi";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530481 status = "disabled";
482 };
483
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530484 kbc {
485 compatible = "nvidia,tegra20-kbc";
486 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700487 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300488 clocks = <&tegra_car TEGRA20_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700489 resets = <&tegra_car 36>;
490 reset-names = "kbc";
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530491 status = "disabled";
492 };
493
Stephen Warrenc04abb32012-05-11 17:03:26 -0600494 pmc {
495 compatible = "nvidia,tegra20-pmc";
496 reg = <0x7000e400 0x400>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300497 clocks = <&tegra_car TEGRA20_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800498 clock-names = "pclk", "clk32k_in";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600499 };
500
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600501 memory-controller@7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600502 compatible = "nvidia,tegra20-mc";
503 reg = <0x7000f000 0x024
504 0x7000f03c 0x3c4>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700505 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600506 };
507
Hiroshi Doyu109269e2013-01-29 10:30:30 +0200508 iommu {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600509 compatible = "nvidia,tegra20-gart";
510 reg = <0x7000f024 0x00000018 /* controller registers */
511 0x58000000 0x02000000>; /* GART aperture */
512 };
513
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600514 memory-controller@7000f400 {
Olof Johansson0c6700a2011-10-13 02:14:55 -0700515 compatible = "nvidia,tegra20-emc";
516 reg = <0x7000f400 0x200>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600517 #address-cells = <1>;
518 #size-cells = <0>;
Olof Johansson0c6700a2011-10-13 02:14:55 -0700519 };
520
Thierry Reding1b62b612013-08-09 16:49:19 +0200521 pcie-controller {
522 compatible = "nvidia,tegra20-pcie";
523 device_type = "pci";
524 reg = <0x80003000 0x00000800 /* PADS registers */
525 0x80003800 0x00000200 /* AFI registers */
526 0x90000000 0x10000000>; /* configuration space */
527 reg-names = "pads", "afi", "cs";
528 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */
529 GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
530 interrupt-names = "intr", "msi";
531
532 bus-range = <0x00 0xff>;
533 #address-cells = <3>;
534 #size-cells = <2>;
535
536 ranges = <0x82000000 0 0x80000000 0x80000000 0 0x00001000 /* port 0 registers */
537 0x82000000 0 0x80001000 0x80001000 0 0x00001000 /* port 1 registers */
538 0x81000000 0 0 0x82000000 0 0x00010000 /* downstream I/O */
Jay Agarwald7283c12013-08-09 16:49:31 +0200539 0x82000000 0 0xa0000000 0xa0000000 0 0x08000000 /* non-prefetchable memory */
540 0xc2000000 0 0xa8000000 0xa8000000 0 0x18000000>; /* prefetchable memory */
Thierry Reding1b62b612013-08-09 16:49:19 +0200541
542 clocks = <&tegra_car TEGRA20_CLK_PEX>,
543 <&tegra_car TEGRA20_CLK_AFI>,
544 <&tegra_car TEGRA20_CLK_PCIE_XCLK>,
545 <&tegra_car TEGRA20_CLK_PLL_E>;
546 clock-names = "pex", "afi", "pcie_xclk", "pll_e";
Stephen Warren3393d422013-11-06 14:01:16 -0700547 resets = <&tegra_car 70>,
548 <&tegra_car 72>,
549 <&tegra_car 74>;
550 reset-names = "pex", "afi", "pcie_x";
Thierry Reding1b62b612013-08-09 16:49:19 +0200551 status = "disabled";
552
553 pci@1,0 {
554 device_type = "pci";
555 assigned-addresses = <0x82000800 0 0x80000000 0 0x1000>;
556 reg = <0x000800 0 0 0 0>;
557 status = "disabled";
558
559 #address-cells = <3>;
560 #size-cells = <2>;
561 ranges;
562
563 nvidia,num-lanes = <2>;
564 };
565
566 pci@2,0 {
567 device_type = "pci";
568 assigned-addresses = <0x82001000 0 0x80001000 0 0x1000>;
569 reg = <0x001000 0 0 0 0>;
570 status = "disabled";
571
572 #address-cells = <3>;
573 #size-cells = <2>;
574 ranges;
575
576 nvidia,num-lanes = <2>;
577 };
578 };
579
Stephen Warrenc04abb32012-05-11 17:03:26 -0600580 usb@c5000000 {
581 compatible = "nvidia,tegra20-ehci", "usb-ehci";
582 reg = <0xc5000000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700583 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600584 phy_type = "utmi";
585 nvidia,has-legacy-mode;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300586 clocks = <&tegra_car TEGRA20_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700587 resets = <&tegra_car 22>;
588 reset-names = "usb";
Venu Byravarasub4e07472012-12-13 20:59:07 +0000589 nvidia,needs-double-reset;
Venu Byravarasue374b652013-01-16 03:30:19 +0000590 nvidia,phy = <&phy1>;
Roland Stigge223ef782012-06-11 21:09:45 +0200591 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600592 };
593
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530594 phy1: usb-phy@c5000000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700595 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530596 reg = <0xc5000000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700597 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300598 clocks = <&tegra_car TEGRA20_CLK_USBD>,
599 <&tegra_car TEGRA20_CLK_PLL_U>,
600 <&tegra_car TEGRA20_CLK_CLK_M>,
601 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530602 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Stephen Warren5d324412013-03-06 11:28:33 -0700603 nvidia,has-legacy-mode;
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300604 nvidia,hssync-start-delay = <9>;
605 nvidia,idle-wait-delay = <17>;
606 nvidia,elastic-limit = <16>;
607 nvidia,term-range-adj = <6>;
608 nvidia,xcvr-setup = <9>;
609 nvidia,xcvr-lsfslew = <1>;
610 nvidia,xcvr-lsrslew = <1>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530611 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700612 };
613
Stephen Warrenc04abb32012-05-11 17:03:26 -0600614 usb@c5004000 {
615 compatible = "nvidia,tegra20-ehci", "usb-ehci";
616 reg = <0xc5004000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700617 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600618 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300619 clocks = <&tegra_car TEGRA20_CLK_USB2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700620 resets = <&tegra_car 58>;
621 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000622 nvidia,phy = <&phy2>;
Roland Stigge223ef782012-06-11 21:09:45 +0200623 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600624 };
625
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530626 phy2: usb-phy@c5004000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700627 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530628 reg = <0xc5004000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700629 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300630 clocks = <&tegra_car TEGRA20_CLK_USB2>,
631 <&tegra_car TEGRA20_CLK_PLL_U>,
632 <&tegra_car TEGRA20_CLK_CDEV2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530633 clock-names = "reg", "pll_u", "ulpi-link";
634 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700635 };
636
Stephen Warrenc04abb32012-05-11 17:03:26 -0600637 usb@c5008000 {
638 compatible = "nvidia,tegra20-ehci", "usb-ehci";
639 reg = <0xc5008000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700640 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600641 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300642 clocks = <&tegra_car TEGRA20_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700643 resets = <&tegra_car 59>;
644 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000645 nvidia,phy = <&phy3>;
Roland Stigge223ef782012-06-11 21:09:45 +0200646 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600647 };
648
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530649 phy3: usb-phy@c5008000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700650 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530651 reg = <0xc5008000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700652 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300653 clocks = <&tegra_car TEGRA20_CLK_USB3>,
654 <&tegra_car TEGRA20_CLK_PLL_U>,
655 <&tegra_car TEGRA20_CLK_CLK_M>,
656 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530657 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300658 nvidia,hssync-start-delay = <9>;
659 nvidia,idle-wait-delay = <17>;
660 nvidia,elastic-limit = <16>;
661 nvidia,term-range-adj = <6>;
662 nvidia,xcvr-setup = <9>;
663 nvidia,xcvr-lsfslew = <2>;
664 nvidia,xcvr-lsrslew = <2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530665 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700666 };
667
Grant Likely8e267f32011-07-19 17:26:54 -0600668 sdhci@c8000000 {
669 compatible = "nvidia,tegra20-sdhci";
670 reg = <0xc8000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700671 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300672 clocks = <&tegra_car TEGRA20_CLK_SDMMC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700673 resets = <&tegra_car 14>;
674 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200675 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600676 };
677
678 sdhci@c8000200 {
679 compatible = "nvidia,tegra20-sdhci";
680 reg = <0xc8000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700681 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300682 clocks = <&tegra_car TEGRA20_CLK_SDMMC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700683 resets = <&tegra_car 9>;
684 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200685 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600686 };
687
688 sdhci@c8000400 {
689 compatible = "nvidia,tegra20-sdhci";
690 reg = <0xc8000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700691 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300692 clocks = <&tegra_car TEGRA20_CLK_SDMMC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700693 resets = <&tegra_car 69>;
694 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200695 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600696 };
697
698 sdhci@c8000600 {
699 compatible = "nvidia,tegra20-sdhci";
700 reg = <0xc8000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700701 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300702 clocks = <&tegra_car TEGRA20_CLK_SDMMC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700703 resets = <&tegra_car 15>;
704 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200705 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600706 };
Olof Johanssonc27317c2011-11-04 09:12:39 +0000707
Hiroshi Doyu4dd2bd32013-01-11 15:26:55 +0200708 cpus {
709 #address-cells = <1>;
710 #size-cells = <0>;
711
712 cpu@0 {
713 device_type = "cpu";
714 compatible = "arm,cortex-a9";
715 reg = <0>;
716 };
717
718 cpu@1 {
719 device_type = "cpu";
720 compatible = "arm,cortex-a9";
721 reg = <1>;
722 };
723 };
724
Stephen Warrenc04abb32012-05-11 17:03:26 -0600725 pmu {
726 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700727 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
728 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com6a943e02012-05-09 21:45:33 +0000729 };
Grant Likely8e267f32011-07-19 17:26:54 -0600730};