blob: 648c494e927f94c771e9db39104dd6c76e7a4d0e [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
Stephen Warren58ecb232013-11-25 17:53:16 -070019 host1x@50000000 {
Thierry Redinged821f02012-11-15 22:07:54 +010020 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
Stephen Warren58ecb232013-11-25 17:53:16 -070033 mpe@54040000 {
Thierry Redinged821f02012-11-15 22:07:54 +010034 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
Stephen Warren58ecb232013-11-25 17:53:16 -070042 vi@54080000 {
Thierry Redinged821f02012-11-15 22:07:54 +010043 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
Stephen Warren58ecb232013-11-25 17:53:16 -070051 epp@540c0000 {
Thierry Redinged821f02012-11-15 22:07:54 +010052 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
Stephen Warren58ecb232013-11-25 17:53:16 -070060 isp@54100000 {
Thierry Redinged821f02012-11-15 22:07:54 +010061 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
Stephen Warren58ecb232013-11-25 17:53:16 -070069 gr2d@54140000 {
Thierry Redinged821f02012-11-15 22:07:54 +010070 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
Stephen Warren58ecb232013-11-25 17:53:16 -070078 gr3d@54140000 {
Thierry Redinged821f02012-11-15 22:07:54 +010079 compatible = "nvidia,tegra20-gr3d";
Stephen Warren58ecb232013-11-25 17:53:16 -070080 reg = <0x54140000 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
Stephen Warren58ecb232013-11-25 17:53:16 -0700116 hdmi@54280000 {
Thierry Redinged821f02012-11-15 22:07:54 +0100117 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
Stephen Warren58ecb232013-11-25 17:53:16 -0700128 tvo@542c0000 {
Thierry Redinged821f02012-11-15 22:07:54 +0100129 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
Stephen Warren58ecb232013-11-25 17:53:16 -0700136 dsi@542c0000 {
Thierry Redinged821f02012-11-15 22:07:54 +0100137 compatible = "nvidia,tegra20-dsi";
Stephen Warren58ecb232013-11-25 17:53:16 -0700138 reg = <0x542c0000 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 Warren58ecb232013-11-25 17:53:16 -0700154 intc: interrupt-controller@50041000 {
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 Warren58ecb232013-11-25 17:53:16 -0700162 cache-controller@50043000 {
Stephen Warrenbb2c1de2013-01-14 10:09:16 -0700163 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 Warren58ecb232013-11-25 17:53:16 -0700181 tegra_car: clock@60006000 {
Stephen Warren270f8ce2013-01-11 13:16:22 +0530182 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 Warren58ecb232013-11-25 17:53:16 -0700188 apbdma: dma@6000a000 {
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 Warren58ecb232013-11-25 17:53:16 -0700213 ahb@6000c004 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600214 compatible = "nvidia,tegra20-ahb";
215 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
Grant Likely8e267f32011-07-19 17:26:54 -0600216 };
217
Stephen Warren58ecb232013-11-25 17:53:16 -0700218 gpio: gpio@6000d000 {
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 Warren58ecb232013-11-25 17:53:16 -0700234 pinmux: pinmux@70000014 {
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 Warren58ecb232013-11-25 17:53:16 -0700242 das@70000c00 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600243 compatible = "nvidia,tegra20-das";
244 reg = <0x70000c00 0x80>;
245 };
Stephen Warrenfc5c3062013-03-06 11:28:32 -0700246
Stephen Warren58ecb232013-11-25 17:53:16 -0700247 tegra_ac97: ac97@70002000 {
Lucas Stach0698ed12013-01-05 02:18:44 +0100248 compatible = "nvidia,tegra20-ac97";
249 reg = <0x70002000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700250 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
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";
Stephen Warren034d0232013-11-11 13:05:59 -0700254 dmas = <&apbdma 12>, <&apbdma 12>;
255 dma-names = "rx", "tx";
Lucas Stach0698ed12013-01-05 02:18:44 +0100256 status = "disabled";
257 };
Stephen Warrenc04abb32012-05-11 17:03:26 -0600258
259 tegra_i2s1: i2s@70002800 {
260 compatible = "nvidia,tegra20-i2s";
261 reg = <0x70002800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700262 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300263 clocks = <&tegra_car TEGRA20_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700264 resets = <&tegra_car 11>;
265 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700266 dmas = <&apbdma 2>, <&apbdma 2>;
267 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200268 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600269 };
270
271 tegra_i2s2: i2s@70002a00 {
272 compatible = "nvidia,tegra20-i2s";
273 reg = <0x70002a00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700274 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300275 clocks = <&tegra_car TEGRA20_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700276 resets = <&tegra_car 18>;
277 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700278 dmas = <&apbdma 1>, <&apbdma 1>;
279 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200280 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600281 };
282
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530283 /*
284 * There are two serial driver i.e. 8250 based simple serial
285 * driver and APB DMA based serial driver for higher baudrate
286 * and performace. To enable the 8250 based driver, the compatible
287 * is "nvidia,tegra20-uart" and to enable the APB DMA based serial
288 * driver, the comptible is "nvidia,tegra20-hsuart".
289 */
290 uarta: serial@70006000 {
Grant Likely8e267f32011-07-19 17:26:54 -0600291 compatible = "nvidia,tegra20-uart";
292 reg = <0x70006000 0x40>;
293 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700294 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300295 clocks = <&tegra_car TEGRA20_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700296 resets = <&tegra_car 6>;
297 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700298 dmas = <&apbdma 8>, <&apbdma 8>;
299 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200300 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600301 };
302
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530303 uartb: serial@70006040 {
Grant Likely8e267f32011-07-19 17:26:54 -0600304 compatible = "nvidia,tegra20-uart";
305 reg = <0x70006040 0x40>;
306 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700307 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300308 clocks = <&tegra_car TEGRA20_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700309 resets = <&tegra_car 7>;
310 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700311 dmas = <&apbdma 9>, <&apbdma 9>;
312 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200313 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600314 };
315
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530316 uartc: serial@70006200 {
Grant Likely8e267f32011-07-19 17:26:54 -0600317 compatible = "nvidia,tegra20-uart";
318 reg = <0x70006200 0x100>;
319 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700320 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300321 clocks = <&tegra_car TEGRA20_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700322 resets = <&tegra_car 55>;
323 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700324 dmas = <&apbdma 10>, <&apbdma 10>;
325 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200326 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600327 };
328
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530329 uartd: serial@70006300 {
Grant Likely8e267f32011-07-19 17:26:54 -0600330 compatible = "nvidia,tegra20-uart";
331 reg = <0x70006300 0x100>;
332 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700333 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300334 clocks = <&tegra_car TEGRA20_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700335 resets = <&tegra_car 65>;
336 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700337 dmas = <&apbdma 19>, <&apbdma 19>;
338 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200339 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600340 };
341
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530342 uarte: serial@70006400 {
Grant Likely8e267f32011-07-19 17:26:54 -0600343 compatible = "nvidia,tegra20-uart";
344 reg = <0x70006400 0x100>;
345 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700346 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300347 clocks = <&tegra_car TEGRA20_CLK_UARTE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700348 resets = <&tegra_car 66>;
349 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700350 dmas = <&apbdma 20>, <&apbdma 20>;
351 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200352 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600353 };
354
Stephen Warren58ecb232013-11-25 17:53:16 -0700355 pwm: pwm@7000a000 {
Thierry Reding140fd972011-12-21 08:04:13 +0100356 compatible = "nvidia,tegra20-pwm";
357 reg = <0x7000a000 0x100>;
358 #pwm-cells = <2>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300359 clocks = <&tegra_car TEGRA20_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700360 resets = <&tegra_car 17>;
361 reset-names = "pwm";
Andrew Chewb69cd982013-03-12 16:40:51 -0700362 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100363 };
364
Stephen Warren58ecb232013-11-25 17:53:16 -0700365 rtc@7000e000 {
Stephen Warren380e04a2012-09-19 12:13:16 -0600366 compatible = "nvidia,tegra20-rtc";
367 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700368 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300369 clocks = <&tegra_car TEGRA20_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600370 };
371
Stephen Warrenc04abb32012-05-11 17:03:26 -0600372 i2c@7000c000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600373 compatible = "nvidia,tegra20-i2c";
374 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700375 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600376 #address-cells = <1>;
377 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300378 clocks = <&tegra_car TEGRA20_CLK_I2C1>,
379 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530380 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700381 resets = <&tegra_car 12>;
382 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700383 dmas = <&apbdma 21>, <&apbdma 21>;
384 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200385 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600386 };
387
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530388 spi@7000c380 {
389 compatible = "nvidia,tegra20-sflash";
390 reg = <0x7000c380 0x80>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700391 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530392 #address-cells = <1>;
393 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300394 clocks = <&tegra_car TEGRA20_CLK_SPI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700395 resets = <&tegra_car 43>;
396 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700397 dmas = <&apbdma 11>, <&apbdma 11>;
398 dma-names = "rx", "tx";
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530399 status = "disabled";
400 };
401
Stephen Warrenc04abb32012-05-11 17:03:26 -0600402 i2c@7000c400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600403 compatible = "nvidia,tegra20-i2c";
404 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700405 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600406 #address-cells = <1>;
407 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300408 clocks = <&tegra_car TEGRA20_CLK_I2C2>,
409 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530410 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700411 resets = <&tegra_car 54>;
412 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700413 dmas = <&apbdma 22>, <&apbdma 22>;
414 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200415 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600416 };
417
418 i2c@7000c500 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600419 compatible = "nvidia,tegra20-i2c";
420 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700421 interrupts = <GIC_SPI 92 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_I2C3>,
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 67>;
428 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700429 dmas = <&apbdma 23>, <&apbdma 23>;
430 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200431 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600432 };
433
434 i2c@7000d000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600435 compatible = "nvidia,tegra20-i2c-dvc";
436 reg = <0x7000d000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700437 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600438 #address-cells = <1>;
439 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300440 clocks = <&tegra_car TEGRA20_CLK_DVC>,
441 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530442 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700443 resets = <&tegra_car 47>;
444 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700445 dmas = <&apbdma 24>, <&apbdma 24>;
446 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200447 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600448 };
449
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530450 spi@7000d400 {
451 compatible = "nvidia,tegra20-slink";
452 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700453 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530454 #address-cells = <1>;
455 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300456 clocks = <&tegra_car TEGRA20_CLK_SBC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700457 resets = <&tegra_car 41>;
458 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700459 dmas = <&apbdma 15>, <&apbdma 15>;
460 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530461 status = "disabled";
462 };
463
464 spi@7000d600 {
465 compatible = "nvidia,tegra20-slink";
466 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700467 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530468 #address-cells = <1>;
469 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300470 clocks = <&tegra_car TEGRA20_CLK_SBC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700471 resets = <&tegra_car 44>;
472 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700473 dmas = <&apbdma 16>, <&apbdma 16>;
474 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530475 status = "disabled";
476 };
477
478 spi@7000d800 {
479 compatible = "nvidia,tegra20-slink";
Laxman Dewangan57471c82013-03-22 12:35:06 -0600480 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700481 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530482 #address-cells = <1>;
483 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300484 clocks = <&tegra_car TEGRA20_CLK_SBC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700485 resets = <&tegra_car 46>;
486 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700487 dmas = <&apbdma 17>, <&apbdma 17>;
488 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530489 status = "disabled";
490 };
491
492 spi@7000da00 {
493 compatible = "nvidia,tegra20-slink";
494 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700495 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530496 #address-cells = <1>;
497 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300498 clocks = <&tegra_car TEGRA20_CLK_SBC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700499 resets = <&tegra_car 68>;
500 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700501 dmas = <&apbdma 18>, <&apbdma 18>;
502 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530503 status = "disabled";
504 };
505
Stephen Warren58ecb232013-11-25 17:53:16 -0700506 kbc@7000e200 {
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530507 compatible = "nvidia,tegra20-kbc";
508 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700509 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300510 clocks = <&tegra_car TEGRA20_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700511 resets = <&tegra_car 36>;
512 reset-names = "kbc";
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530513 status = "disabled";
514 };
515
Stephen Warren58ecb232013-11-25 17:53:16 -0700516 pmc@7000e400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600517 compatible = "nvidia,tegra20-pmc";
518 reg = <0x7000e400 0x400>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300519 clocks = <&tegra_car TEGRA20_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800520 clock-names = "pclk", "clk32k_in";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600521 };
522
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600523 memory-controller@7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600524 compatible = "nvidia,tegra20-mc";
525 reg = <0x7000f000 0x024
526 0x7000f03c 0x3c4>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700527 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600528 };
529
Stephen Warren58ecb232013-11-25 17:53:16 -0700530 iommu@7000f024 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600531 compatible = "nvidia,tegra20-gart";
532 reg = <0x7000f024 0x00000018 /* controller registers */
533 0x58000000 0x02000000>; /* GART aperture */
534 };
535
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600536 memory-controller@7000f400 {
Olof Johansson0c6700a2011-10-13 02:14:55 -0700537 compatible = "nvidia,tegra20-emc";
538 reg = <0x7000f400 0x200>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600539 #address-cells = <1>;
540 #size-cells = <0>;
Olof Johansson0c6700a2011-10-13 02:14:55 -0700541 };
542
Stephen Warren58ecb232013-11-25 17:53:16 -0700543 pcie-controller@80003000 {
Thierry Reding1b62b612013-08-09 16:49:19 +0200544 compatible = "nvidia,tegra20-pcie";
545 device_type = "pci";
546 reg = <0x80003000 0x00000800 /* PADS registers */
547 0x80003800 0x00000200 /* AFI registers */
548 0x90000000 0x10000000>; /* configuration space */
549 reg-names = "pads", "afi", "cs";
550 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */
551 GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
552 interrupt-names = "intr", "msi";
553
554 bus-range = <0x00 0xff>;
555 #address-cells = <3>;
556 #size-cells = <2>;
557
558 ranges = <0x82000000 0 0x80000000 0x80000000 0 0x00001000 /* port 0 registers */
559 0x82000000 0 0x80001000 0x80001000 0 0x00001000 /* port 1 registers */
560 0x81000000 0 0 0x82000000 0 0x00010000 /* downstream I/O */
Jay Agarwald7283c12013-08-09 16:49:31 +0200561 0x82000000 0 0xa0000000 0xa0000000 0 0x08000000 /* non-prefetchable memory */
562 0xc2000000 0 0xa8000000 0xa8000000 0 0x18000000>; /* prefetchable memory */
Thierry Reding1b62b612013-08-09 16:49:19 +0200563
564 clocks = <&tegra_car TEGRA20_CLK_PEX>,
565 <&tegra_car TEGRA20_CLK_AFI>,
Thierry Reding1b62b612013-08-09 16:49:19 +0200566 <&tegra_car TEGRA20_CLK_PLL_E>;
Stephen Warren2bd541f2013-11-07 10:59:42 -0700567 clock-names = "pex", "afi", "pll_e";
Stephen Warren3393d422013-11-06 14:01:16 -0700568 resets = <&tegra_car 70>,
569 <&tegra_car 72>,
570 <&tegra_car 74>;
571 reset-names = "pex", "afi", "pcie_x";
Thierry Reding1b62b612013-08-09 16:49:19 +0200572 status = "disabled";
573
574 pci@1,0 {
575 device_type = "pci";
576 assigned-addresses = <0x82000800 0 0x80000000 0 0x1000>;
577 reg = <0x000800 0 0 0 0>;
578 status = "disabled";
579
580 #address-cells = <3>;
581 #size-cells = <2>;
582 ranges;
583
584 nvidia,num-lanes = <2>;
585 };
586
587 pci@2,0 {
588 device_type = "pci";
589 assigned-addresses = <0x82001000 0 0x80001000 0 0x1000>;
590 reg = <0x001000 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
Stephen Warrenc04abb32012-05-11 17:03:26 -0600601 usb@c5000000 {
602 compatible = "nvidia,tegra20-ehci", "usb-ehci";
603 reg = <0xc5000000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700604 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600605 phy_type = "utmi";
606 nvidia,has-legacy-mode;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300607 clocks = <&tegra_car TEGRA20_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700608 resets = <&tegra_car 22>;
609 reset-names = "usb";
Venu Byravarasub4e07472012-12-13 20:59:07 +0000610 nvidia,needs-double-reset;
Venu Byravarasue374b652013-01-16 03:30:19 +0000611 nvidia,phy = <&phy1>;
Roland Stigge223ef782012-06-11 21:09:45 +0200612 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600613 };
614
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530615 phy1: usb-phy@c5000000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700616 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530617 reg = <0xc5000000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700618 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300619 clocks = <&tegra_car TEGRA20_CLK_USBD>,
620 <&tegra_car TEGRA20_CLK_PLL_U>,
621 <&tegra_car TEGRA20_CLK_CLK_M>,
622 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530623 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Stephen Warren5d324412013-03-06 11:28:33 -0700624 nvidia,has-legacy-mode;
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300625 nvidia,hssync-start-delay = <9>;
626 nvidia,idle-wait-delay = <17>;
627 nvidia,elastic-limit = <16>;
628 nvidia,term-range-adj = <6>;
629 nvidia,xcvr-setup = <9>;
630 nvidia,xcvr-lsfslew = <1>;
631 nvidia,xcvr-lsrslew = <1>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530632 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700633 };
634
Stephen Warrenc04abb32012-05-11 17:03:26 -0600635 usb@c5004000 {
636 compatible = "nvidia,tegra20-ehci", "usb-ehci";
637 reg = <0xc5004000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700638 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600639 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300640 clocks = <&tegra_car TEGRA20_CLK_USB2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700641 resets = <&tegra_car 58>;
642 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000643 nvidia,phy = <&phy2>;
Roland Stigge223ef782012-06-11 21:09:45 +0200644 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600645 };
646
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530647 phy2: usb-phy@c5004000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700648 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530649 reg = <0xc5004000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700650 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300651 clocks = <&tegra_car TEGRA20_CLK_USB2>,
652 <&tegra_car TEGRA20_CLK_PLL_U>,
653 <&tegra_car TEGRA20_CLK_CDEV2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530654 clock-names = "reg", "pll_u", "ulpi-link";
655 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700656 };
657
Stephen Warrenc04abb32012-05-11 17:03:26 -0600658 usb@c5008000 {
659 compatible = "nvidia,tegra20-ehci", "usb-ehci";
660 reg = <0xc5008000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700661 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600662 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300663 clocks = <&tegra_car TEGRA20_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700664 resets = <&tegra_car 59>;
665 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000666 nvidia,phy = <&phy3>;
Roland Stigge223ef782012-06-11 21:09:45 +0200667 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600668 };
669
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530670 phy3: usb-phy@c5008000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700671 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530672 reg = <0xc5008000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700673 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300674 clocks = <&tegra_car TEGRA20_CLK_USB3>,
675 <&tegra_car TEGRA20_CLK_PLL_U>,
676 <&tegra_car TEGRA20_CLK_CLK_M>,
677 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530678 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300679 nvidia,hssync-start-delay = <9>;
680 nvidia,idle-wait-delay = <17>;
681 nvidia,elastic-limit = <16>;
682 nvidia,term-range-adj = <6>;
683 nvidia,xcvr-setup = <9>;
684 nvidia,xcvr-lsfslew = <2>;
685 nvidia,xcvr-lsrslew = <2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530686 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700687 };
688
Grant Likely8e267f32011-07-19 17:26:54 -0600689 sdhci@c8000000 {
690 compatible = "nvidia,tegra20-sdhci";
691 reg = <0xc8000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700692 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300693 clocks = <&tegra_car TEGRA20_CLK_SDMMC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700694 resets = <&tegra_car 14>;
695 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200696 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600697 };
698
699 sdhci@c8000200 {
700 compatible = "nvidia,tegra20-sdhci";
701 reg = <0xc8000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700702 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300703 clocks = <&tegra_car TEGRA20_CLK_SDMMC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700704 resets = <&tegra_car 9>;
705 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200706 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600707 };
708
709 sdhci@c8000400 {
710 compatible = "nvidia,tegra20-sdhci";
711 reg = <0xc8000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700712 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300713 clocks = <&tegra_car TEGRA20_CLK_SDMMC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700714 resets = <&tegra_car 69>;
715 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200716 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600717 };
718
719 sdhci@c8000600 {
720 compatible = "nvidia,tegra20-sdhci";
721 reg = <0xc8000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700722 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300723 clocks = <&tegra_car TEGRA20_CLK_SDMMC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700724 resets = <&tegra_car 15>;
725 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200726 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600727 };
Olof Johanssonc27317c2011-11-04 09:12:39 +0000728
Hiroshi Doyu4dd2bd32013-01-11 15:26:55 +0200729 cpus {
730 #address-cells = <1>;
731 #size-cells = <0>;
732
733 cpu@0 {
734 device_type = "cpu";
735 compatible = "arm,cortex-a9";
736 reg = <0>;
737 };
738
739 cpu@1 {
740 device_type = "cpu";
741 compatible = "arm,cortex-a9";
742 reg = <1>;
743 };
744 };
745
Stephen Warrenc04abb32012-05-11 17:03:26 -0600746 pmu {
747 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700748 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
749 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com6a943e02012-05-09 21:45:33 +0000750 };
Grant Likely8e267f32011-07-19 17:26:54 -0600751};