blob: 4d903affa7d050b19058db6240ac79a506c5540b [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 Warren034d0232013-11-11 13:05:59 -0700210 #dma-cells = <1>;
Stephen Warren8051b752012-01-11 16:09:54 -0700211 };
212
Stephen Warrenc04abb32012-05-11 17:03:26 -0600213 ahb {
214 compatible = "nvidia,tegra20-ahb";
215 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
Grant Likely8e267f32011-07-19 17:26:54 -0600216 };
217
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600218 gpio: gpio {
Grant Likely8e267f32011-07-19 17:26:54 -0600219 compatible = "nvidia,tegra20-gpio";
Stephen Warren95decf82012-05-11 16:11:38 -0600220 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700221 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
222 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
223 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
224 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
225 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
226 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
227 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
Grant Likely8e267f32011-07-19 17:26:54 -0600228 #gpio-cells = <2>;
229 gpio-controller;
Stephen Warren6f74dc92012-01-04 08:39:37 +0000230 #interrupt-cells = <2>;
231 interrupt-controller;
Grant Likely8e267f32011-07-19 17:26:54 -0600232 };
233
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600234 pinmux: pinmux {
Stephen Warrenf62f5482011-10-11 16:16:13 -0600235 compatible = "nvidia,tegra20-pinmux";
Stephen Warren95decf82012-05-11 16:11:38 -0600236 reg = <0x70000014 0x10 /* Tri-state registers */
237 0x70000080 0x20 /* Mux registers */
238 0x700000a0 0x14 /* Pull-up/down registers */
239 0x70000868 0xa8>; /* Pad control registers */
Stephen Warrenf62f5482011-10-11 16:16:13 -0600240 };
241
Stephen Warrenc04abb32012-05-11 17:03:26 -0600242 das {
243 compatible = "nvidia,tegra20-das";
244 reg = <0x70000c00 0x80>;
245 };
Stephen Warrenfc5c3062013-03-06 11:28:32 -0700246
Lucas Stach0698ed12013-01-05 02:18:44 +0100247 tegra_ac97: ac97 {
248 compatible = "nvidia,tegra20-ac97";
249 reg = <0x70002000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700250 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
Lucas Stach0698ed12013-01-05 02:18:44 +0100251 nvidia,dma-request-selector = <&apbdma 12>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300252 clocks = <&tegra_car TEGRA20_CLK_AC97>;
Stephen Warren3393d422013-11-06 14:01:16 -0700253 resets = <&tegra_car 3>;
254 reset-names = "ac97";
Stephen Warren034d0232013-11-11 13:05:59 -0700255 dmas = <&apbdma 12>, <&apbdma 12>;
256 dma-names = "rx", "tx";
Lucas Stach0698ed12013-01-05 02:18:44 +0100257 status = "disabled";
258 };
Stephen Warrenc04abb32012-05-11 17:03:26 -0600259
260 tegra_i2s1: i2s@70002800 {
261 compatible = "nvidia,tegra20-i2s";
262 reg = <0x70002800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700263 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600264 nvidia,dma-request-selector = <&apbdma 2>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300265 clocks = <&tegra_car TEGRA20_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700266 resets = <&tegra_car 11>;
267 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700268 dmas = <&apbdma 2>, <&apbdma 2>;
269 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200270 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600271 };
272
273 tegra_i2s2: i2s@70002a00 {
274 compatible = "nvidia,tegra20-i2s";
275 reg = <0x70002a00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700276 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600277 nvidia,dma-request-selector = <&apbdma 1>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300278 clocks = <&tegra_car TEGRA20_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700279 resets = <&tegra_car 18>;
280 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700281 dmas = <&apbdma 1>, <&apbdma 1>;
282 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200283 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600284 };
285
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530286 /*
287 * There are two serial driver i.e. 8250 based simple serial
288 * driver and APB DMA based serial driver for higher baudrate
289 * and performace. To enable the 8250 based driver, the compatible
290 * is "nvidia,tegra20-uart" and to enable the APB DMA based serial
291 * driver, the comptible is "nvidia,tegra20-hsuart".
292 */
293 uarta: serial@70006000 {
Grant Likely8e267f32011-07-19 17:26:54 -0600294 compatible = "nvidia,tegra20-uart";
295 reg = <0x70006000 0x40>;
296 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700297 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530298 nvidia,dma-request-selector = <&apbdma 8>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300299 clocks = <&tegra_car TEGRA20_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700300 resets = <&tegra_car 6>;
301 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700302 dmas = <&apbdma 8>, <&apbdma 8>;
303 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200304 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600305 };
306
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530307 uartb: serial@70006040 {
Grant Likely8e267f32011-07-19 17:26:54 -0600308 compatible = "nvidia,tegra20-uart";
309 reg = <0x70006040 0x40>;
310 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700311 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530312 nvidia,dma-request-selector = <&apbdma 9>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300313 clocks = <&tegra_car TEGRA20_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700314 resets = <&tegra_car 7>;
315 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700316 dmas = <&apbdma 9>, <&apbdma 9>;
317 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200318 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600319 };
320
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530321 uartc: serial@70006200 {
Grant Likely8e267f32011-07-19 17:26:54 -0600322 compatible = "nvidia,tegra20-uart";
323 reg = <0x70006200 0x100>;
324 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700325 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530326 nvidia,dma-request-selector = <&apbdma 10>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300327 clocks = <&tegra_car TEGRA20_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700328 resets = <&tegra_car 55>;
329 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700330 dmas = <&apbdma 10>, <&apbdma 10>;
331 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200332 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600333 };
334
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530335 uartd: serial@70006300 {
Grant Likely8e267f32011-07-19 17:26:54 -0600336 compatible = "nvidia,tegra20-uart";
337 reg = <0x70006300 0x100>;
338 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700339 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530340 nvidia,dma-request-selector = <&apbdma 19>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300341 clocks = <&tegra_car TEGRA20_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700342 resets = <&tegra_car 65>;
343 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700344 dmas = <&apbdma 19>, <&apbdma 19>;
345 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200346 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600347 };
348
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530349 uarte: serial@70006400 {
Grant Likely8e267f32011-07-19 17:26:54 -0600350 compatible = "nvidia,tegra20-uart";
351 reg = <0x70006400 0x100>;
352 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700353 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530354 nvidia,dma-request-selector = <&apbdma 20>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300355 clocks = <&tegra_car TEGRA20_CLK_UARTE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700356 resets = <&tegra_car 66>;
357 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700358 dmas = <&apbdma 20>, <&apbdma 20>;
359 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200360 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600361 };
362
Thierry Reding2b8b15d2012-09-20 17:06:05 +0200363 pwm: pwm {
Thierry Reding140fd972011-12-21 08:04:13 +0100364 compatible = "nvidia,tegra20-pwm";
365 reg = <0x7000a000 0x100>;
366 #pwm-cells = <2>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300367 clocks = <&tegra_car TEGRA20_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700368 resets = <&tegra_car 17>;
369 reset-names = "pwm";
Andrew Chewb69cd982013-03-12 16:40:51 -0700370 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100371 };
372
Stephen Warren380e04a2012-09-19 12:13:16 -0600373 rtc {
374 compatible = "nvidia,tegra20-rtc";
375 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700376 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300377 clocks = <&tegra_car TEGRA20_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600378 };
379
Stephen Warrenc04abb32012-05-11 17:03:26 -0600380 i2c@7000c000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600381 compatible = "nvidia,tegra20-i2c";
382 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700383 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600384 #address-cells = <1>;
385 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300386 clocks = <&tegra_car TEGRA20_CLK_I2C1>,
387 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530388 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700389 resets = <&tegra_car 12>;
390 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700391 dmas = <&apbdma 21>, <&apbdma 21>;
392 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200393 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600394 };
395
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530396 spi@7000c380 {
397 compatible = "nvidia,tegra20-sflash";
398 reg = <0x7000c380 0x80>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700399 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530400 nvidia,dma-request-selector = <&apbdma 11>;
401 #address-cells = <1>;
402 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300403 clocks = <&tegra_car TEGRA20_CLK_SPI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700404 resets = <&tegra_car 43>;
405 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700406 dmas = <&apbdma 11>, <&apbdma 11>;
407 dma-names = "rx", "tx";
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530408 status = "disabled";
409 };
410
Stephen Warrenc04abb32012-05-11 17:03:26 -0600411 i2c@7000c400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600412 compatible = "nvidia,tegra20-i2c";
413 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700414 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600415 #address-cells = <1>;
416 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300417 clocks = <&tegra_car TEGRA20_CLK_I2C2>,
418 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530419 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700420 resets = <&tegra_car 54>;
421 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700422 dmas = <&apbdma 22>, <&apbdma 22>;
423 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200424 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600425 };
426
427 i2c@7000c500 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600428 compatible = "nvidia,tegra20-i2c";
429 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700430 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600431 #address-cells = <1>;
432 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300433 clocks = <&tegra_car TEGRA20_CLK_I2C3>,
434 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530435 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700436 resets = <&tegra_car 67>;
437 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700438 dmas = <&apbdma 23>, <&apbdma 23>;
439 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200440 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600441 };
442
443 i2c@7000d000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600444 compatible = "nvidia,tegra20-i2c-dvc";
445 reg = <0x7000d000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700446 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600447 #address-cells = <1>;
448 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300449 clocks = <&tegra_car TEGRA20_CLK_DVC>,
450 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530451 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700452 resets = <&tegra_car 47>;
453 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700454 dmas = <&apbdma 24>, <&apbdma 24>;
455 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200456 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600457 };
458
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530459 spi@7000d400 {
460 compatible = "nvidia,tegra20-slink";
461 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700462 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530463 nvidia,dma-request-selector = <&apbdma 15>;
464 #address-cells = <1>;
465 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300466 clocks = <&tegra_car TEGRA20_CLK_SBC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700467 resets = <&tegra_car 41>;
468 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700469 dmas = <&apbdma 15>, <&apbdma 15>;
470 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530471 status = "disabled";
472 };
473
474 spi@7000d600 {
475 compatible = "nvidia,tegra20-slink";
476 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700477 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530478 nvidia,dma-request-selector = <&apbdma 16>;
479 #address-cells = <1>;
480 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300481 clocks = <&tegra_car TEGRA20_CLK_SBC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700482 resets = <&tegra_car 44>;
483 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700484 dmas = <&apbdma 16>, <&apbdma 16>;
485 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530486 status = "disabled";
487 };
488
489 spi@7000d800 {
490 compatible = "nvidia,tegra20-slink";
Laxman Dewangan57471c82013-03-22 12:35:06 -0600491 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700492 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530493 nvidia,dma-request-selector = <&apbdma 17>;
494 #address-cells = <1>;
495 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300496 clocks = <&tegra_car TEGRA20_CLK_SBC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700497 resets = <&tegra_car 46>;
498 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700499 dmas = <&apbdma 17>, <&apbdma 17>;
500 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530501 status = "disabled";
502 };
503
504 spi@7000da00 {
505 compatible = "nvidia,tegra20-slink";
506 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700507 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530508 nvidia,dma-request-selector = <&apbdma 18>;
509 #address-cells = <1>;
510 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300511 clocks = <&tegra_car TEGRA20_CLK_SBC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700512 resets = <&tegra_car 68>;
513 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700514 dmas = <&apbdma 18>, <&apbdma 18>;
515 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530516 status = "disabled";
517 };
518
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530519 kbc {
520 compatible = "nvidia,tegra20-kbc";
521 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700522 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300523 clocks = <&tegra_car TEGRA20_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700524 resets = <&tegra_car 36>;
525 reset-names = "kbc";
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530526 status = "disabled";
527 };
528
Stephen Warrenc04abb32012-05-11 17:03:26 -0600529 pmc {
530 compatible = "nvidia,tegra20-pmc";
531 reg = <0x7000e400 0x400>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300532 clocks = <&tegra_car TEGRA20_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800533 clock-names = "pclk", "clk32k_in";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600534 };
535
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600536 memory-controller@7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600537 compatible = "nvidia,tegra20-mc";
538 reg = <0x7000f000 0x024
539 0x7000f03c 0x3c4>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700540 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600541 };
542
Hiroshi Doyu109269e2013-01-29 10:30:30 +0200543 iommu {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600544 compatible = "nvidia,tegra20-gart";
545 reg = <0x7000f024 0x00000018 /* controller registers */
546 0x58000000 0x02000000>; /* GART aperture */
547 };
548
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600549 memory-controller@7000f400 {
Olof Johansson0c6700a2011-10-13 02:14:55 -0700550 compatible = "nvidia,tegra20-emc";
551 reg = <0x7000f400 0x200>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600552 #address-cells = <1>;
553 #size-cells = <0>;
Olof Johansson0c6700a2011-10-13 02:14:55 -0700554 };
555
Thierry Reding1b62b612013-08-09 16:49:19 +0200556 pcie-controller {
557 compatible = "nvidia,tegra20-pcie";
558 device_type = "pci";
559 reg = <0x80003000 0x00000800 /* PADS registers */
560 0x80003800 0x00000200 /* AFI registers */
561 0x90000000 0x10000000>; /* configuration space */
562 reg-names = "pads", "afi", "cs";
563 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */
564 GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
565 interrupt-names = "intr", "msi";
566
567 bus-range = <0x00 0xff>;
568 #address-cells = <3>;
569 #size-cells = <2>;
570
571 ranges = <0x82000000 0 0x80000000 0x80000000 0 0x00001000 /* port 0 registers */
572 0x82000000 0 0x80001000 0x80001000 0 0x00001000 /* port 1 registers */
573 0x81000000 0 0 0x82000000 0 0x00010000 /* downstream I/O */
Jay Agarwald7283c12013-08-09 16:49:31 +0200574 0x82000000 0 0xa0000000 0xa0000000 0 0x08000000 /* non-prefetchable memory */
575 0xc2000000 0 0xa8000000 0xa8000000 0 0x18000000>; /* prefetchable memory */
Thierry Reding1b62b612013-08-09 16:49:19 +0200576
577 clocks = <&tegra_car TEGRA20_CLK_PEX>,
578 <&tegra_car TEGRA20_CLK_AFI>,
Thierry Reding1b62b612013-08-09 16:49:19 +0200579 <&tegra_car TEGRA20_CLK_PLL_E>;
Stephen Warren2bd541f2013-11-07 10:59:42 -0700580 clock-names = "pex", "afi", "pll_e";
Stephen Warren3393d422013-11-06 14:01:16 -0700581 resets = <&tegra_car 70>,
582 <&tegra_car 72>,
583 <&tegra_car 74>;
584 reset-names = "pex", "afi", "pcie_x";
Thierry Reding1b62b612013-08-09 16:49:19 +0200585 status = "disabled";
586
587 pci@1,0 {
588 device_type = "pci";
589 assigned-addresses = <0x82000800 0 0x80000000 0 0x1000>;
590 reg = <0x000800 0 0 0 0>;
591 status = "disabled";
592
593 #address-cells = <3>;
594 #size-cells = <2>;
595 ranges;
596
597 nvidia,num-lanes = <2>;
598 };
599
600 pci@2,0 {
601 device_type = "pci";
602 assigned-addresses = <0x82001000 0 0x80001000 0 0x1000>;
603 reg = <0x001000 0 0 0 0>;
604 status = "disabled";
605
606 #address-cells = <3>;
607 #size-cells = <2>;
608 ranges;
609
610 nvidia,num-lanes = <2>;
611 };
612 };
613
Stephen Warrenc04abb32012-05-11 17:03:26 -0600614 usb@c5000000 {
615 compatible = "nvidia,tegra20-ehci", "usb-ehci";
616 reg = <0xc5000000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700617 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600618 phy_type = "utmi";
619 nvidia,has-legacy-mode;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300620 clocks = <&tegra_car TEGRA20_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700621 resets = <&tegra_car 22>;
622 reset-names = "usb";
Venu Byravarasub4e07472012-12-13 20:59:07 +0000623 nvidia,needs-double-reset;
Venu Byravarasue374b652013-01-16 03:30:19 +0000624 nvidia,phy = <&phy1>;
Roland Stigge223ef782012-06-11 21:09:45 +0200625 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600626 };
627
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530628 phy1: usb-phy@c5000000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700629 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530630 reg = <0xc5000000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700631 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300632 clocks = <&tegra_car TEGRA20_CLK_USBD>,
633 <&tegra_car TEGRA20_CLK_PLL_U>,
634 <&tegra_car TEGRA20_CLK_CLK_M>,
635 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530636 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Stephen Warren5d324412013-03-06 11:28:33 -0700637 nvidia,has-legacy-mode;
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300638 nvidia,hssync-start-delay = <9>;
639 nvidia,idle-wait-delay = <17>;
640 nvidia,elastic-limit = <16>;
641 nvidia,term-range-adj = <6>;
642 nvidia,xcvr-setup = <9>;
643 nvidia,xcvr-lsfslew = <1>;
644 nvidia,xcvr-lsrslew = <1>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530645 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700646 };
647
Stephen Warrenc04abb32012-05-11 17:03:26 -0600648 usb@c5004000 {
649 compatible = "nvidia,tegra20-ehci", "usb-ehci";
650 reg = <0xc5004000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700651 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600652 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300653 clocks = <&tegra_car TEGRA20_CLK_USB2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700654 resets = <&tegra_car 58>;
655 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000656 nvidia,phy = <&phy2>;
Roland Stigge223ef782012-06-11 21:09:45 +0200657 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600658 };
659
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530660 phy2: usb-phy@c5004000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700661 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530662 reg = <0xc5004000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700663 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300664 clocks = <&tegra_car TEGRA20_CLK_USB2>,
665 <&tegra_car TEGRA20_CLK_PLL_U>,
666 <&tegra_car TEGRA20_CLK_CDEV2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530667 clock-names = "reg", "pll_u", "ulpi-link";
668 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700669 };
670
Stephen Warrenc04abb32012-05-11 17:03:26 -0600671 usb@c5008000 {
672 compatible = "nvidia,tegra20-ehci", "usb-ehci";
673 reg = <0xc5008000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700674 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600675 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300676 clocks = <&tegra_car TEGRA20_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700677 resets = <&tegra_car 59>;
678 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000679 nvidia,phy = <&phy3>;
Roland Stigge223ef782012-06-11 21:09:45 +0200680 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600681 };
682
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530683 phy3: usb-phy@c5008000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700684 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530685 reg = <0xc5008000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700686 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300687 clocks = <&tegra_car TEGRA20_CLK_USB3>,
688 <&tegra_car TEGRA20_CLK_PLL_U>,
689 <&tegra_car TEGRA20_CLK_CLK_M>,
690 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530691 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300692 nvidia,hssync-start-delay = <9>;
693 nvidia,idle-wait-delay = <17>;
694 nvidia,elastic-limit = <16>;
695 nvidia,term-range-adj = <6>;
696 nvidia,xcvr-setup = <9>;
697 nvidia,xcvr-lsfslew = <2>;
698 nvidia,xcvr-lsrslew = <2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530699 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700700 };
701
Grant Likely8e267f32011-07-19 17:26:54 -0600702 sdhci@c8000000 {
703 compatible = "nvidia,tegra20-sdhci";
704 reg = <0xc8000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700705 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300706 clocks = <&tegra_car TEGRA20_CLK_SDMMC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700707 resets = <&tegra_car 14>;
708 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200709 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600710 };
711
712 sdhci@c8000200 {
713 compatible = "nvidia,tegra20-sdhci";
714 reg = <0xc8000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700715 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300716 clocks = <&tegra_car TEGRA20_CLK_SDMMC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700717 resets = <&tegra_car 9>;
718 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200719 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600720 };
721
722 sdhci@c8000400 {
723 compatible = "nvidia,tegra20-sdhci";
724 reg = <0xc8000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700725 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300726 clocks = <&tegra_car TEGRA20_CLK_SDMMC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700727 resets = <&tegra_car 69>;
728 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200729 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600730 };
731
732 sdhci@c8000600 {
733 compatible = "nvidia,tegra20-sdhci";
734 reg = <0xc8000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700735 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300736 clocks = <&tegra_car TEGRA20_CLK_SDMMC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700737 resets = <&tegra_car 15>;
738 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200739 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600740 };
Olof Johanssonc27317c2011-11-04 09:12:39 +0000741
Hiroshi Doyu4dd2bd32013-01-11 15:26:55 +0200742 cpus {
743 #address-cells = <1>;
744 #size-cells = <0>;
745
746 cpu@0 {
747 device_type = "cpu";
748 compatible = "arm,cortex-a9";
749 reg = <0>;
750 };
751
752 cpu@1 {
753 device_type = "cpu";
754 compatible = "arm,cortex-a9";
755 reg = <1>;
756 };
757 };
758
Stephen Warrenc04abb32012-05-11 17:03:26 -0600759 pmu {
760 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700761 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
762 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com6a943e02012-05-09 21:45:33 +0000763 };
Grant Likely8e267f32011-07-19 17:26:54 -0600764};