blob: 3b374c49d04d962478aebc62799bcce5b31aa6dd [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>
Laxman Dewanganba4104e2013-12-05 16:14:08 +05303#include <dt-bindings/pinctrl/pinctrl-tegra.h>
Stephen Warren6cecf912013-02-13 12:51:51 -07004#include <dt-bindings/interrupt-controller/arm-gic.h>
Stephen Warren3325f1b2013-02-12 17:25:15 -07005
Stephen Warren1bd0bd42012-10-17 16:38:21 -06006#include "skeleton.dtsi"
Grant Likely8e267f32011-07-19 17:26:54 -06007
8/ {
9 compatible = "nvidia,tegra20";
10 interrupt-parent = <&intc>;
11
Laxman Dewanganb6551bb2012-12-19 12:01:11 +053012 aliases {
13 serial0 = &uarta;
14 serial1 = &uartb;
15 serial2 = &uartc;
16 serial3 = &uartd;
17 serial4 = &uarte;
18 };
19
Stephen Warren58ecb232013-11-25 17:53:16 -070020 host1x@50000000 {
Thierry Redinged821f02012-11-15 22:07:54 +010021 compatible = "nvidia,tegra20-host1x", "simple-bus";
22 reg = <0x50000000 0x00024000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070023 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
24 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030025 clocks = <&tegra_car TEGRA20_CLK_HOST1X>;
Stephen Warren3393d422013-11-06 14:01:16 -070026 resets = <&tegra_car 28>;
27 reset-names = "host1x";
Thierry Redinged821f02012-11-15 22:07:54 +010028
29 #address-cells = <1>;
30 #size-cells = <1>;
31
32 ranges = <0x54000000 0x54000000 0x04000000>;
33
Stephen Warren58ecb232013-11-25 17:53:16 -070034 mpe@54040000 {
Thierry Redinged821f02012-11-15 22:07:54 +010035 compatible = "nvidia,tegra20-mpe";
36 reg = <0x54040000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070037 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030038 clocks = <&tegra_car TEGRA20_CLK_MPE>;
Stephen Warren3393d422013-11-06 14:01:16 -070039 resets = <&tegra_car 60>;
40 reset-names = "mpe";
Thierry Redinged821f02012-11-15 22:07:54 +010041 };
42
Stephen Warren58ecb232013-11-25 17:53:16 -070043 vi@54080000 {
Thierry Redinged821f02012-11-15 22:07:54 +010044 compatible = "nvidia,tegra20-vi";
45 reg = <0x54080000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070046 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030047 clocks = <&tegra_car TEGRA20_CLK_VI>;
Stephen Warren3393d422013-11-06 14:01:16 -070048 resets = <&tegra_car 20>;
49 reset-names = "vi";
Thierry Redinged821f02012-11-15 22:07:54 +010050 };
51
Stephen Warren58ecb232013-11-25 17:53:16 -070052 epp@540c0000 {
Thierry Redinged821f02012-11-15 22:07:54 +010053 compatible = "nvidia,tegra20-epp";
54 reg = <0x540c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070055 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030056 clocks = <&tegra_car TEGRA20_CLK_EPP>;
Stephen Warren3393d422013-11-06 14:01:16 -070057 resets = <&tegra_car 19>;
58 reset-names = "epp";
Thierry Redinged821f02012-11-15 22:07:54 +010059 };
60
Stephen Warren58ecb232013-11-25 17:53:16 -070061 isp@54100000 {
Thierry Redinged821f02012-11-15 22:07:54 +010062 compatible = "nvidia,tegra20-isp";
63 reg = <0x54100000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070064 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030065 clocks = <&tegra_car TEGRA20_CLK_ISP>;
Stephen Warren3393d422013-11-06 14:01:16 -070066 resets = <&tegra_car 23>;
67 reset-names = "isp";
Thierry Redinged821f02012-11-15 22:07:54 +010068 };
69
Stephen Warren58ecb232013-11-25 17:53:16 -070070 gr2d@54140000 {
Thierry Redinged821f02012-11-15 22:07:54 +010071 compatible = "nvidia,tegra20-gr2d";
72 reg = <0x54140000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070073 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030074 clocks = <&tegra_car TEGRA20_CLK_GR2D>;
Stephen Warren3393d422013-11-06 14:01:16 -070075 resets = <&tegra_car 21>;
76 reset-names = "2d";
Thierry Redinged821f02012-11-15 22:07:54 +010077 };
78
Stephen Warren58ecb232013-11-25 17:53:16 -070079 gr3d@54140000 {
Thierry Redinged821f02012-11-15 22:07:54 +010080 compatible = "nvidia,tegra20-gr3d";
Stephen Warren58ecb232013-11-25 17:53:16 -070081 reg = <0x54140000 0x00040000>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030082 clocks = <&tegra_car TEGRA20_CLK_GR3D>;
Stephen Warren3393d422013-11-06 14:01:16 -070083 resets = <&tegra_car 24>;
84 reset-names = "3d";
Thierry Redinged821f02012-11-15 22:07:54 +010085 };
86
87 dc@54200000 {
88 compatible = "nvidia,tegra20-dc";
89 reg = <0x54200000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070090 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +030091 clocks = <&tegra_car TEGRA20_CLK_DISP1>,
92 <&tegra_car TEGRA20_CLK_PLL_P>;
Stephen Warrend8f64792013-11-06 14:00:25 -070093 clock-names = "dc", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -070094 resets = <&tegra_car 27>;
95 reset-names = "dc";
Thierry Redinged821f02012-11-15 22:07:54 +010096
Thierry Reding688b56b2014-02-18 23:03:31 +010097 nvidia,head = <0>;
98
Thierry Redinged821f02012-11-15 22:07:54 +010099 rgb {
100 status = "disabled";
101 };
102 };
103
104 dc@54240000 {
105 compatible = "nvidia,tegra20-dc";
106 reg = <0x54240000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700107 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300108 clocks = <&tegra_car TEGRA20_CLK_DISP2>,
109 <&tegra_car TEGRA20_CLK_PLL_P>;
Stephen Warrend8f64792013-11-06 14:00:25 -0700110 clock-names = "dc", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700111 resets = <&tegra_car 26>;
112 reset-names = "dc";
Thierry Redinged821f02012-11-15 22:07:54 +0100113
Thierry Reding688b56b2014-02-18 23:03:31 +0100114 nvidia,head = <1>;
115
Thierry Redinged821f02012-11-15 22:07:54 +0100116 rgb {
117 status = "disabled";
118 };
119 };
120
Stephen Warren58ecb232013-11-25 17:53:16 -0700121 hdmi@54280000 {
Thierry Redinged821f02012-11-15 22:07:54 +0100122 compatible = "nvidia,tegra20-hdmi";
123 reg = <0x54280000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700124 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300125 clocks = <&tegra_car TEGRA20_CLK_HDMI>,
126 <&tegra_car TEGRA20_CLK_PLL_D_OUT0>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530127 clock-names = "hdmi", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700128 resets = <&tegra_car 51>;
129 reset-names = "hdmi";
Thierry Redinged821f02012-11-15 22:07:54 +0100130 status = "disabled";
131 };
132
Stephen Warren58ecb232013-11-25 17:53:16 -0700133 tvo@542c0000 {
Thierry Redinged821f02012-11-15 22:07:54 +0100134 compatible = "nvidia,tegra20-tvo";
135 reg = <0x542c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700136 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300137 clocks = <&tegra_car TEGRA20_CLK_TVO>;
Thierry Redinged821f02012-11-15 22:07:54 +0100138 status = "disabled";
139 };
140
Stephen Warren58ecb232013-11-25 17:53:16 -0700141 dsi@542c0000 {
Thierry Redinged821f02012-11-15 22:07:54 +0100142 compatible = "nvidia,tegra20-dsi";
Stephen Warren58ecb232013-11-25 17:53:16 -0700143 reg = <0x542c0000 0x00040000>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300144 clocks = <&tegra_car TEGRA20_CLK_DSI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700145 resets = <&tegra_car 48>;
146 reset-names = "dsi";
Thierry Redinged821f02012-11-15 22:07:54 +0100147 status = "disabled";
148 };
149 };
150
Stephen Warren73368ba2012-09-19 14:17:24 -0600151 timer@50004600 {
152 compatible = "arm,cortex-a9-twd-timer";
153 reg = <0x50040600 0x20>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700154 interrupts = <GIC_PPI 13
155 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300156 clocks = <&tegra_car TEGRA20_CLK_TWD>;
Stephen Warren73368ba2012-09-19 14:17:24 -0600157 };
158
Stephen Warren58ecb232013-11-25 17:53:16 -0700159 intc: interrupt-controller@50041000 {
pdeschrijver@nvidia.com0d4f7472011-11-29 18:29:19 -0700160 compatible = "arm,cortex-a9-gic";
Stephen Warren5ff48882012-05-11 16:26:03 -0600161 reg = <0x50041000 0x1000
162 0x50040100 0x0100>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600163 interrupt-controller;
164 #interrupt-cells = <3>;
Grant Likely8e267f32011-07-19 17:26:54 -0600165 };
166
Stephen Warren58ecb232013-11-25 17:53:16 -0700167 cache-controller@50043000 {
Stephen Warrenbb2c1de2013-01-14 10:09:16 -0700168 compatible = "arm,pl310-cache";
169 reg = <0x50043000 0x1000>;
170 arm,data-latency = <5 5 2>;
171 arm,tag-latency = <4 4 2>;
172 cache-unified;
173 cache-level = <2>;
174 };
175
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600176 timer@60005000 {
177 compatible = "nvidia,tegra20-timer";
178 reg = <0x60005000 0x60>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700179 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
180 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
181 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
182 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300183 clocks = <&tegra_car TEGRA20_CLK_TIMER>;
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600184 };
185
Stephen Warren58ecb232013-11-25 17:53:16 -0700186 tegra_car: clock@60006000 {
Stephen Warren270f8ce2013-01-11 13:16:22 +0530187 compatible = "nvidia,tegra20-car";
188 reg = <0x60006000 0x1000>;
189 #clock-cells = <1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700190 #reset-cells = <1>;
Stephen Warren270f8ce2013-01-11 13:16:22 +0530191 };
192
Thierry Redingb1023132014-08-26 08:14:03 +0200193 flow-controller@60007000 {
194 compatible = "nvidia,tegra20-flowctrl";
195 reg = <0x60007000 0x1000>;
196 };
197
Stephen Warren58ecb232013-11-25 17:53:16 -0700198 apbdma: dma@6000a000 {
Stephen Warren8051b752012-01-11 16:09:54 -0700199 compatible = "nvidia,tegra20-apbdma";
200 reg = <0x6000a000 0x1200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700201 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
202 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
203 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
204 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
205 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
206 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
207 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
208 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
209 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
210 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
211 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
212 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
213 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
214 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
215 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
216 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300217 clocks = <&tegra_car TEGRA20_CLK_APBDMA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700218 resets = <&tegra_car 34>;
219 reset-names = "dma";
Stephen Warren034d0232013-11-11 13:05:59 -0700220 #dma-cells = <1>;
Stephen Warren8051b752012-01-11 16:09:54 -0700221 };
222
Stephen Warren58ecb232013-11-25 17:53:16 -0700223 ahb@6000c004 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600224 compatible = "nvidia,tegra20-ahb";
225 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
Grant Likely8e267f32011-07-19 17:26:54 -0600226 };
227
Stephen Warren58ecb232013-11-25 17:53:16 -0700228 gpio: gpio@6000d000 {
Grant Likely8e267f32011-07-19 17:26:54 -0600229 compatible = "nvidia,tegra20-gpio";
Stephen Warren95decf82012-05-11 16:11:38 -0600230 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700231 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
232 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
233 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
234 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
235 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
236 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
237 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
Grant Likely8e267f32011-07-19 17:26:54 -0600238 #gpio-cells = <2>;
239 gpio-controller;
Stephen Warren6f74dc92012-01-04 08:39:37 +0000240 #interrupt-cells = <2>;
241 interrupt-controller;
Grant Likely8e267f32011-07-19 17:26:54 -0600242 };
243
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300244 apbmisc@70000800 {
245 compatible = "nvidia,tegra20-apbmisc";
246 reg = <0x70000800 0x64 /* Chip revision */
247 0x70000008 0x04>; /* Strapping options */
248 };
249
Stephen Warren58ecb232013-11-25 17:53:16 -0700250 pinmux: pinmux@70000014 {
Stephen Warrenf62f5482011-10-11 16:16:13 -0600251 compatible = "nvidia,tegra20-pinmux";
Stephen Warren95decf82012-05-11 16:11:38 -0600252 reg = <0x70000014 0x10 /* Tri-state registers */
253 0x70000080 0x20 /* Mux registers */
254 0x700000a0 0x14 /* Pull-up/down registers */
255 0x70000868 0xa8>; /* Pad control registers */
Stephen Warrenf62f5482011-10-11 16:16:13 -0600256 };
257
Stephen Warren58ecb232013-11-25 17:53:16 -0700258 das@70000c00 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600259 compatible = "nvidia,tegra20-das";
260 reg = <0x70000c00 0x80>;
261 };
Stephen Warrenfc5c3062013-03-06 11:28:32 -0700262
Stephen Warren58ecb232013-11-25 17:53:16 -0700263 tegra_ac97: ac97@70002000 {
Lucas Stach0698ed12013-01-05 02:18:44 +0100264 compatible = "nvidia,tegra20-ac97";
265 reg = <0x70002000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700266 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300267 clocks = <&tegra_car TEGRA20_CLK_AC97>;
Stephen Warren3393d422013-11-06 14:01:16 -0700268 resets = <&tegra_car 3>;
269 reset-names = "ac97";
Stephen Warren034d0232013-11-11 13:05:59 -0700270 dmas = <&apbdma 12>, <&apbdma 12>;
271 dma-names = "rx", "tx";
Lucas Stach0698ed12013-01-05 02:18:44 +0100272 status = "disabled";
273 };
Stephen Warrenc04abb32012-05-11 17:03:26 -0600274
275 tegra_i2s1: i2s@70002800 {
276 compatible = "nvidia,tegra20-i2s";
277 reg = <0x70002800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700278 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300279 clocks = <&tegra_car TEGRA20_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700280 resets = <&tegra_car 11>;
281 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700282 dmas = <&apbdma 2>, <&apbdma 2>;
283 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200284 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600285 };
286
287 tegra_i2s2: i2s@70002a00 {
288 compatible = "nvidia,tegra20-i2s";
289 reg = <0x70002a00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700290 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300291 clocks = <&tegra_car TEGRA20_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700292 resets = <&tegra_car 18>;
293 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700294 dmas = <&apbdma 1>, <&apbdma 1>;
295 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200296 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600297 };
298
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530299 /*
300 * There are two serial driver i.e. 8250 based simple serial
301 * driver and APB DMA based serial driver for higher baudrate
302 * and performace. To enable the 8250 based driver, the compatible
303 * is "nvidia,tegra20-uart" and to enable the APB DMA based serial
304 * driver, the comptible is "nvidia,tegra20-hsuart".
305 */
306 uarta: serial@70006000 {
Grant Likely8e267f32011-07-19 17:26:54 -0600307 compatible = "nvidia,tegra20-uart";
308 reg = <0x70006000 0x40>;
309 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700310 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300311 clocks = <&tegra_car TEGRA20_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700312 resets = <&tegra_car 6>;
313 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700314 dmas = <&apbdma 8>, <&apbdma 8>;
315 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200316 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600317 };
318
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530319 uartb: serial@70006040 {
Grant Likely8e267f32011-07-19 17:26:54 -0600320 compatible = "nvidia,tegra20-uart";
321 reg = <0x70006040 0x40>;
322 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700323 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300324 clocks = <&tegra_car TEGRA20_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700325 resets = <&tegra_car 7>;
326 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700327 dmas = <&apbdma 9>, <&apbdma 9>;
328 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200329 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600330 };
331
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530332 uartc: serial@70006200 {
Grant Likely8e267f32011-07-19 17:26:54 -0600333 compatible = "nvidia,tegra20-uart";
334 reg = <0x70006200 0x100>;
335 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700336 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300337 clocks = <&tegra_car TEGRA20_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700338 resets = <&tegra_car 55>;
339 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700340 dmas = <&apbdma 10>, <&apbdma 10>;
341 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200342 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600343 };
344
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530345 uartd: serial@70006300 {
Grant Likely8e267f32011-07-19 17:26:54 -0600346 compatible = "nvidia,tegra20-uart";
347 reg = <0x70006300 0x100>;
348 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700349 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300350 clocks = <&tegra_car TEGRA20_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700351 resets = <&tegra_car 65>;
352 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700353 dmas = <&apbdma 19>, <&apbdma 19>;
354 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200355 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600356 };
357
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530358 uarte: serial@70006400 {
Grant Likely8e267f32011-07-19 17:26:54 -0600359 compatible = "nvidia,tegra20-uart";
360 reg = <0x70006400 0x100>;
361 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700362 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300363 clocks = <&tegra_car TEGRA20_CLK_UARTE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700364 resets = <&tegra_car 66>;
365 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700366 dmas = <&apbdma 20>, <&apbdma 20>;
367 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200368 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600369 };
370
Stephen Warren58ecb232013-11-25 17:53:16 -0700371 pwm: pwm@7000a000 {
Thierry Reding140fd972011-12-21 08:04:13 +0100372 compatible = "nvidia,tegra20-pwm";
373 reg = <0x7000a000 0x100>;
374 #pwm-cells = <2>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300375 clocks = <&tegra_car TEGRA20_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700376 resets = <&tegra_car 17>;
377 reset-names = "pwm";
Andrew Chewb69cd982013-03-12 16:40:51 -0700378 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100379 };
380
Stephen Warren58ecb232013-11-25 17:53:16 -0700381 rtc@7000e000 {
Stephen Warren380e04a2012-09-19 12:13:16 -0600382 compatible = "nvidia,tegra20-rtc";
383 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700384 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300385 clocks = <&tegra_car TEGRA20_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600386 };
387
Stephen Warrenc04abb32012-05-11 17:03:26 -0600388 i2c@7000c000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600389 compatible = "nvidia,tegra20-i2c";
390 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700391 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600392 #address-cells = <1>;
393 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300394 clocks = <&tegra_car TEGRA20_CLK_I2C1>,
395 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530396 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700397 resets = <&tegra_car 12>;
398 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700399 dmas = <&apbdma 21>, <&apbdma 21>;
400 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200401 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600402 };
403
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530404 spi@7000c380 {
405 compatible = "nvidia,tegra20-sflash";
406 reg = <0x7000c380 0x80>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700407 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530408 #address-cells = <1>;
409 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300410 clocks = <&tegra_car TEGRA20_CLK_SPI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700411 resets = <&tegra_car 43>;
412 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700413 dmas = <&apbdma 11>, <&apbdma 11>;
414 dma-names = "rx", "tx";
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530415 status = "disabled";
416 };
417
Stephen Warrenc04abb32012-05-11 17:03:26 -0600418 i2c@7000c400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600419 compatible = "nvidia,tegra20-i2c";
420 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700421 interrupts = <GIC_SPI 84 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_I2C2>,
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 54>;
428 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700429 dmas = <&apbdma 22>, <&apbdma 22>;
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@7000c500 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600435 compatible = "nvidia,tegra20-i2c";
436 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700437 interrupts = <GIC_SPI 92 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_I2C3>,
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 67>;
444 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700445 dmas = <&apbdma 23>, <&apbdma 23>;
446 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200447 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600448 };
449
450 i2c@7000d000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600451 compatible = "nvidia,tegra20-i2c-dvc";
452 reg = <0x7000d000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700453 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600454 #address-cells = <1>;
455 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300456 clocks = <&tegra_car TEGRA20_CLK_DVC>,
457 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530458 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700459 resets = <&tegra_car 47>;
460 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700461 dmas = <&apbdma 24>, <&apbdma 24>;
462 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200463 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600464 };
465
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530466 spi@7000d400 {
467 compatible = "nvidia,tegra20-slink";
468 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700469 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530470 #address-cells = <1>;
471 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300472 clocks = <&tegra_car TEGRA20_CLK_SBC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700473 resets = <&tegra_car 41>;
474 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700475 dmas = <&apbdma 15>, <&apbdma 15>;
476 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530477 status = "disabled";
478 };
479
480 spi@7000d600 {
481 compatible = "nvidia,tegra20-slink";
482 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700483 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530484 #address-cells = <1>;
485 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300486 clocks = <&tegra_car TEGRA20_CLK_SBC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700487 resets = <&tegra_car 44>;
488 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700489 dmas = <&apbdma 16>, <&apbdma 16>;
490 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530491 status = "disabled";
492 };
493
494 spi@7000d800 {
495 compatible = "nvidia,tegra20-slink";
Laxman Dewangan57471c82013-03-22 12:35:06 -0600496 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700497 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530498 #address-cells = <1>;
499 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300500 clocks = <&tegra_car TEGRA20_CLK_SBC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700501 resets = <&tegra_car 46>;
502 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700503 dmas = <&apbdma 17>, <&apbdma 17>;
504 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530505 status = "disabled";
506 };
507
508 spi@7000da00 {
509 compatible = "nvidia,tegra20-slink";
510 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700511 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530512 #address-cells = <1>;
513 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300514 clocks = <&tegra_car TEGRA20_CLK_SBC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700515 resets = <&tegra_car 68>;
516 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700517 dmas = <&apbdma 18>, <&apbdma 18>;
518 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530519 status = "disabled";
520 };
521
Stephen Warren58ecb232013-11-25 17:53:16 -0700522 kbc@7000e200 {
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530523 compatible = "nvidia,tegra20-kbc";
524 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700525 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300526 clocks = <&tegra_car TEGRA20_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700527 resets = <&tegra_car 36>;
528 reset-names = "kbc";
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530529 status = "disabled";
530 };
531
Stephen Warren58ecb232013-11-25 17:53:16 -0700532 pmc@7000e400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600533 compatible = "nvidia,tegra20-pmc";
534 reg = <0x7000e400 0x400>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300535 clocks = <&tegra_car TEGRA20_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800536 clock-names = "pclk", "clk32k_in";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600537 };
538
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600539 memory-controller@7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600540 compatible = "nvidia,tegra20-mc";
541 reg = <0x7000f000 0x024
542 0x7000f03c 0x3c4>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700543 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600544 };
545
Stephen Warren58ecb232013-11-25 17:53:16 -0700546 iommu@7000f024 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600547 compatible = "nvidia,tegra20-gart";
548 reg = <0x7000f024 0x00000018 /* controller registers */
549 0x58000000 0x02000000>; /* GART aperture */
550 };
551
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600552 memory-controller@7000f400 {
Olof Johansson0c6700a2011-10-13 02:14:55 -0700553 compatible = "nvidia,tegra20-emc";
554 reg = <0x7000f400 0x200>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600555 #address-cells = <1>;
556 #size-cells = <0>;
Olof Johansson0c6700a2011-10-13 02:14:55 -0700557 };
558
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300559 fuse@7000f800 {
560 compatible = "nvidia,tegra20-efuse";
561 reg = <0x7000F800 0x400>;
562 clocks = <&tegra_car TEGRA20_CLK_FUSE>;
563 clock-names = "fuse";
564 resets = <&tegra_car 39>;
565 reset-names = "fuse";
566 };
567
Stephen Warren58ecb232013-11-25 17:53:16 -0700568 pcie-controller@80003000 {
Thierry Reding1b62b612013-08-09 16:49:19 +0200569 compatible = "nvidia,tegra20-pcie";
570 device_type = "pci";
571 reg = <0x80003000 0x00000800 /* PADS registers */
572 0x80003800 0x00000200 /* AFI registers */
573 0x90000000 0x10000000>; /* configuration space */
574 reg-names = "pads", "afi", "cs";
575 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */
576 GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
577 interrupt-names = "intr", "msi";
578
Lucas Stach97070bd2014-03-05 14:25:46 +0100579 #interrupt-cells = <1>;
580 interrupt-map-mask = <0 0 0 0>;
581 interrupt-map = <0 0 0 0 &intc GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
582
Thierry Reding1b62b612013-08-09 16:49:19 +0200583 bus-range = <0x00 0xff>;
584 #address-cells = <3>;
585 #size-cells = <2>;
586
587 ranges = <0x82000000 0 0x80000000 0x80000000 0 0x00001000 /* port 0 registers */
588 0x82000000 0 0x80001000 0x80001000 0 0x00001000 /* port 1 registers */
589 0x81000000 0 0 0x82000000 0 0x00010000 /* downstream I/O */
Jay Agarwald7283c12013-08-09 16:49:31 +0200590 0x82000000 0 0xa0000000 0xa0000000 0 0x08000000 /* non-prefetchable memory */
591 0xc2000000 0 0xa8000000 0xa8000000 0 0x18000000>; /* prefetchable memory */
Thierry Reding1b62b612013-08-09 16:49:19 +0200592
593 clocks = <&tegra_car TEGRA20_CLK_PEX>,
594 <&tegra_car TEGRA20_CLK_AFI>,
Thierry Reding1b62b612013-08-09 16:49:19 +0200595 <&tegra_car TEGRA20_CLK_PLL_E>;
Stephen Warren2bd541f2013-11-07 10:59:42 -0700596 clock-names = "pex", "afi", "pll_e";
Stephen Warren3393d422013-11-06 14:01:16 -0700597 resets = <&tegra_car 70>,
598 <&tegra_car 72>,
599 <&tegra_car 74>;
600 reset-names = "pex", "afi", "pcie_x";
Thierry Reding1b62b612013-08-09 16:49:19 +0200601 status = "disabled";
602
603 pci@1,0 {
604 device_type = "pci";
605 assigned-addresses = <0x82000800 0 0x80000000 0 0x1000>;
606 reg = <0x000800 0 0 0 0>;
607 status = "disabled";
608
609 #address-cells = <3>;
610 #size-cells = <2>;
611 ranges;
612
613 nvidia,num-lanes = <2>;
614 };
615
616 pci@2,0 {
617 device_type = "pci";
618 assigned-addresses = <0x82001000 0 0x80001000 0 0x1000>;
619 reg = <0x001000 0 0 0 0>;
620 status = "disabled";
621
622 #address-cells = <3>;
623 #size-cells = <2>;
624 ranges;
625
626 nvidia,num-lanes = <2>;
627 };
628 };
629
Stephen Warrenc04abb32012-05-11 17:03:26 -0600630 usb@c5000000 {
631 compatible = "nvidia,tegra20-ehci", "usb-ehci";
632 reg = <0xc5000000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700633 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600634 phy_type = "utmi";
635 nvidia,has-legacy-mode;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300636 clocks = <&tegra_car TEGRA20_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700637 resets = <&tegra_car 22>;
638 reset-names = "usb";
Venu Byravarasub4e07472012-12-13 20:59:07 +0000639 nvidia,needs-double-reset;
Venu Byravarasue374b652013-01-16 03:30:19 +0000640 nvidia,phy = <&phy1>;
Roland Stigge223ef782012-06-11 21:09:45 +0200641 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600642 };
643
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530644 phy1: usb-phy@c5000000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700645 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530646 reg = <0xc5000000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700647 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300648 clocks = <&tegra_car TEGRA20_CLK_USBD>,
649 <&tegra_car TEGRA20_CLK_PLL_U>,
650 <&tegra_car TEGRA20_CLK_CLK_M>,
651 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530652 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300653 resets = <&tegra_car 22>, <&tegra_car 22>;
654 reset-names = "usb", "utmi-pads";
Stephen Warren5d324412013-03-06 11:28:33 -0700655 nvidia,has-legacy-mode;
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300656 nvidia,hssync-start-delay = <9>;
657 nvidia,idle-wait-delay = <17>;
658 nvidia,elastic-limit = <16>;
659 nvidia,term-range-adj = <6>;
660 nvidia,xcvr-setup = <9>;
661 nvidia,xcvr-lsfslew = <1>;
662 nvidia,xcvr-lsrslew = <1>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300663 nvidia,has-utmi-pad-registers;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530664 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700665 };
666
Stephen Warrenc04abb32012-05-11 17:03:26 -0600667 usb@c5004000 {
668 compatible = "nvidia,tegra20-ehci", "usb-ehci";
669 reg = <0xc5004000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700670 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600671 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300672 clocks = <&tegra_car TEGRA20_CLK_USB2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700673 resets = <&tegra_car 58>;
674 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000675 nvidia,phy = <&phy2>;
Roland Stigge223ef782012-06-11 21:09:45 +0200676 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600677 };
678
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530679 phy2: usb-phy@c5004000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700680 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530681 reg = <0xc5004000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700682 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300683 clocks = <&tegra_car TEGRA20_CLK_USB2>,
684 <&tegra_car TEGRA20_CLK_PLL_U>,
685 <&tegra_car TEGRA20_CLK_CDEV2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530686 clock-names = "reg", "pll_u", "ulpi-link";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300687 resets = <&tegra_car 58>, <&tegra_car 22>;
688 reset-names = "usb", "utmi-pads";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530689 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700690 };
691
Stephen Warrenc04abb32012-05-11 17:03:26 -0600692 usb@c5008000 {
693 compatible = "nvidia,tegra20-ehci", "usb-ehci";
694 reg = <0xc5008000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700695 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600696 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300697 clocks = <&tegra_car TEGRA20_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700698 resets = <&tegra_car 59>;
699 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000700 nvidia,phy = <&phy3>;
Roland Stigge223ef782012-06-11 21:09:45 +0200701 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600702 };
703
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530704 phy3: usb-phy@c5008000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700705 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530706 reg = <0xc5008000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700707 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300708 clocks = <&tegra_car TEGRA20_CLK_USB3>,
709 <&tegra_car TEGRA20_CLK_PLL_U>,
710 <&tegra_car TEGRA20_CLK_CLK_M>,
711 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530712 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300713 resets = <&tegra_car 59>, <&tegra_car 22>;
714 reset-names = "usb", "utmi-pads";
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300715 nvidia,hssync-start-delay = <9>;
716 nvidia,idle-wait-delay = <17>;
717 nvidia,elastic-limit = <16>;
718 nvidia,term-range-adj = <6>;
719 nvidia,xcvr-setup = <9>;
720 nvidia,xcvr-lsfslew = <2>;
721 nvidia,xcvr-lsrslew = <2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530722 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700723 };
724
Grant Likely8e267f32011-07-19 17:26:54 -0600725 sdhci@c8000000 {
726 compatible = "nvidia,tegra20-sdhci";
727 reg = <0xc8000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700728 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300729 clocks = <&tegra_car TEGRA20_CLK_SDMMC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700730 resets = <&tegra_car 14>;
731 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200732 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600733 };
734
735 sdhci@c8000200 {
736 compatible = "nvidia,tegra20-sdhci";
737 reg = <0xc8000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700738 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300739 clocks = <&tegra_car TEGRA20_CLK_SDMMC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700740 resets = <&tegra_car 9>;
741 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200742 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600743 };
744
745 sdhci@c8000400 {
746 compatible = "nvidia,tegra20-sdhci";
747 reg = <0xc8000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700748 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300749 clocks = <&tegra_car TEGRA20_CLK_SDMMC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700750 resets = <&tegra_car 69>;
751 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200752 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600753 };
754
755 sdhci@c8000600 {
756 compatible = "nvidia,tegra20-sdhci";
757 reg = <0xc8000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700758 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300759 clocks = <&tegra_car TEGRA20_CLK_SDMMC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700760 resets = <&tegra_car 15>;
761 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200762 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600763 };
Olof Johanssonc27317c2011-11-04 09:12:39 +0000764
Hiroshi Doyu4dd2bd32013-01-11 15:26:55 +0200765 cpus {
766 #address-cells = <1>;
767 #size-cells = <0>;
768
769 cpu@0 {
770 device_type = "cpu";
771 compatible = "arm,cortex-a9";
772 reg = <0>;
773 };
774
775 cpu@1 {
776 device_type = "cpu";
777 compatible = "arm,cortex-a9";
778 reg = <1>;
779 };
780 };
781
Stephen Warrenc04abb32012-05-11 17:03:26 -0600782 pmu {
783 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700784 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
785 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com6a943e02012-05-09 21:45:33 +0000786 };
Grant Likely8e267f32011-07-19 17:26:54 -0600787};