blob: 243d84cdbae80e0bc26b0f15315e454e5d208680 [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
Stephen Warren58ecb232013-11-25 17:53:16 -0700193 apbdma: dma@6000a000 {
Stephen Warren8051b752012-01-11 16:09:54 -0700194 compatible = "nvidia,tegra20-apbdma";
195 reg = <0x6000a000 0x1200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700196 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
197 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
198 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
199 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
201 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
202 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
203 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
204 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
205 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
206 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
207 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
208 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
209 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
210 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
211 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300212 clocks = <&tegra_car TEGRA20_CLK_APBDMA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700213 resets = <&tegra_car 34>;
214 reset-names = "dma";
Stephen Warren034d0232013-11-11 13:05:59 -0700215 #dma-cells = <1>;
Stephen Warren8051b752012-01-11 16:09:54 -0700216 };
217
Stephen Warren58ecb232013-11-25 17:53:16 -0700218 ahb@6000c004 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600219 compatible = "nvidia,tegra20-ahb";
220 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
Grant Likely8e267f32011-07-19 17:26:54 -0600221 };
222
Stephen Warren58ecb232013-11-25 17:53:16 -0700223 gpio: gpio@6000d000 {
Grant Likely8e267f32011-07-19 17:26:54 -0600224 compatible = "nvidia,tegra20-gpio";
Stephen Warren95decf82012-05-11 16:11:38 -0600225 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700226 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
227 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
228 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
229 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
230 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
231 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
232 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
Grant Likely8e267f32011-07-19 17:26:54 -0600233 #gpio-cells = <2>;
234 gpio-controller;
Stephen Warren6f74dc92012-01-04 08:39:37 +0000235 #interrupt-cells = <2>;
236 interrupt-controller;
Grant Likely8e267f32011-07-19 17:26:54 -0600237 };
238
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300239 apbmisc@70000800 {
240 compatible = "nvidia,tegra20-apbmisc";
241 reg = <0x70000800 0x64 /* Chip revision */
242 0x70000008 0x04>; /* Strapping options */
243 };
244
Stephen Warren58ecb232013-11-25 17:53:16 -0700245 pinmux: pinmux@70000014 {
Stephen Warrenf62f5482011-10-11 16:16:13 -0600246 compatible = "nvidia,tegra20-pinmux";
Stephen Warren95decf82012-05-11 16:11:38 -0600247 reg = <0x70000014 0x10 /* Tri-state registers */
248 0x70000080 0x20 /* Mux registers */
249 0x700000a0 0x14 /* Pull-up/down registers */
250 0x70000868 0xa8>; /* Pad control registers */
Stephen Warrenf62f5482011-10-11 16:16:13 -0600251 };
252
Stephen Warren58ecb232013-11-25 17:53:16 -0700253 das@70000c00 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600254 compatible = "nvidia,tegra20-das";
255 reg = <0x70000c00 0x80>;
256 };
Stephen Warrenfc5c3062013-03-06 11:28:32 -0700257
Stephen Warren58ecb232013-11-25 17:53:16 -0700258 tegra_ac97: ac97@70002000 {
Lucas Stach0698ed12013-01-05 02:18:44 +0100259 compatible = "nvidia,tegra20-ac97";
260 reg = <0x70002000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700261 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300262 clocks = <&tegra_car TEGRA20_CLK_AC97>;
Stephen Warren3393d422013-11-06 14:01:16 -0700263 resets = <&tegra_car 3>;
264 reset-names = "ac97";
Stephen Warren034d0232013-11-11 13:05:59 -0700265 dmas = <&apbdma 12>, <&apbdma 12>;
266 dma-names = "rx", "tx";
Lucas Stach0698ed12013-01-05 02:18:44 +0100267 status = "disabled";
268 };
Stephen Warrenc04abb32012-05-11 17:03:26 -0600269
270 tegra_i2s1: i2s@70002800 {
271 compatible = "nvidia,tegra20-i2s";
272 reg = <0x70002800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700273 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300274 clocks = <&tegra_car TEGRA20_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700275 resets = <&tegra_car 11>;
276 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700277 dmas = <&apbdma 2>, <&apbdma 2>;
278 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200279 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600280 };
281
282 tegra_i2s2: i2s@70002a00 {
283 compatible = "nvidia,tegra20-i2s";
284 reg = <0x70002a00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700285 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300286 clocks = <&tegra_car TEGRA20_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700287 resets = <&tegra_car 18>;
288 reset-names = "i2s";
Stephen Warren034d0232013-11-11 13:05:59 -0700289 dmas = <&apbdma 1>, <&apbdma 1>;
290 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200291 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600292 };
293
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530294 /*
295 * There are two serial driver i.e. 8250 based simple serial
296 * driver and APB DMA based serial driver for higher baudrate
297 * and performace. To enable the 8250 based driver, the compatible
298 * is "nvidia,tegra20-uart" and to enable the APB DMA based serial
299 * driver, the comptible is "nvidia,tegra20-hsuart".
300 */
301 uarta: serial@70006000 {
Grant Likely8e267f32011-07-19 17:26:54 -0600302 compatible = "nvidia,tegra20-uart";
303 reg = <0x70006000 0x40>;
304 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700305 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300306 clocks = <&tegra_car TEGRA20_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700307 resets = <&tegra_car 6>;
308 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700309 dmas = <&apbdma 8>, <&apbdma 8>;
310 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200311 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600312 };
313
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530314 uartb: serial@70006040 {
Grant Likely8e267f32011-07-19 17:26:54 -0600315 compatible = "nvidia,tegra20-uart";
316 reg = <0x70006040 0x40>;
317 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700318 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300319 clocks = <&tegra_car TEGRA20_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700320 resets = <&tegra_car 7>;
321 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700322 dmas = <&apbdma 9>, <&apbdma 9>;
323 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200324 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600325 };
326
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530327 uartc: serial@70006200 {
Grant Likely8e267f32011-07-19 17:26:54 -0600328 compatible = "nvidia,tegra20-uart";
329 reg = <0x70006200 0x100>;
330 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700331 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300332 clocks = <&tegra_car TEGRA20_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700333 resets = <&tegra_car 55>;
334 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700335 dmas = <&apbdma 10>, <&apbdma 10>;
336 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200337 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600338 };
339
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530340 uartd: serial@70006300 {
Grant Likely8e267f32011-07-19 17:26:54 -0600341 compatible = "nvidia,tegra20-uart";
342 reg = <0x70006300 0x100>;
343 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700344 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300345 clocks = <&tegra_car TEGRA20_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700346 resets = <&tegra_car 65>;
347 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700348 dmas = <&apbdma 19>, <&apbdma 19>;
349 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200350 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600351 };
352
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530353 uarte: serial@70006400 {
Grant Likely8e267f32011-07-19 17:26:54 -0600354 compatible = "nvidia,tegra20-uart";
355 reg = <0x70006400 0x100>;
356 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700357 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300358 clocks = <&tegra_car TEGRA20_CLK_UARTE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700359 resets = <&tegra_car 66>;
360 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700361 dmas = <&apbdma 20>, <&apbdma 20>;
362 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200363 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600364 };
365
Stephen Warren58ecb232013-11-25 17:53:16 -0700366 pwm: pwm@7000a000 {
Thierry Reding140fd972011-12-21 08:04:13 +0100367 compatible = "nvidia,tegra20-pwm";
368 reg = <0x7000a000 0x100>;
369 #pwm-cells = <2>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300370 clocks = <&tegra_car TEGRA20_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700371 resets = <&tegra_car 17>;
372 reset-names = "pwm";
Andrew Chewb69cd982013-03-12 16:40:51 -0700373 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100374 };
375
Stephen Warren58ecb232013-11-25 17:53:16 -0700376 rtc@7000e000 {
Stephen Warren380e04a2012-09-19 12:13:16 -0600377 compatible = "nvidia,tegra20-rtc";
378 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700379 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300380 clocks = <&tegra_car TEGRA20_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600381 };
382
Stephen Warrenc04abb32012-05-11 17:03:26 -0600383 i2c@7000c000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600384 compatible = "nvidia,tegra20-i2c";
385 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700386 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600387 #address-cells = <1>;
388 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300389 clocks = <&tegra_car TEGRA20_CLK_I2C1>,
390 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530391 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700392 resets = <&tegra_car 12>;
393 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700394 dmas = <&apbdma 21>, <&apbdma 21>;
395 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200396 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600397 };
398
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530399 spi@7000c380 {
400 compatible = "nvidia,tegra20-sflash";
401 reg = <0x7000c380 0x80>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700402 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530403 #address-cells = <1>;
404 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300405 clocks = <&tegra_car TEGRA20_CLK_SPI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700406 resets = <&tegra_car 43>;
407 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700408 dmas = <&apbdma 11>, <&apbdma 11>;
409 dma-names = "rx", "tx";
Laxman Dewanganfa98a112012-11-13 10:33:39 +0530410 status = "disabled";
411 };
412
Stephen Warrenc04abb32012-05-11 17:03:26 -0600413 i2c@7000c400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600414 compatible = "nvidia,tegra20-i2c";
415 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700416 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600417 #address-cells = <1>;
418 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300419 clocks = <&tegra_car TEGRA20_CLK_I2C2>,
420 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530421 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700422 resets = <&tegra_car 54>;
423 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700424 dmas = <&apbdma 22>, <&apbdma 22>;
425 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200426 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600427 };
428
429 i2c@7000c500 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600430 compatible = "nvidia,tegra20-i2c";
431 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700432 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600433 #address-cells = <1>;
434 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300435 clocks = <&tegra_car TEGRA20_CLK_I2C3>,
436 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530437 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700438 resets = <&tegra_car 67>;
439 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700440 dmas = <&apbdma 23>, <&apbdma 23>;
441 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200442 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600443 };
444
445 i2c@7000d000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600446 compatible = "nvidia,tegra20-i2c-dvc";
447 reg = <0x7000d000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700448 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600449 #address-cells = <1>;
450 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300451 clocks = <&tegra_car TEGRA20_CLK_DVC>,
452 <&tegra_car TEGRA20_CLK_PLL_P_OUT3>;
Prashant Gaikwad8d8b43d2013-01-11 13:31:21 +0530453 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700454 resets = <&tegra_car 47>;
455 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700456 dmas = <&apbdma 24>, <&apbdma 24>;
457 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200458 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600459 };
460
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530461 spi@7000d400 {
462 compatible = "nvidia,tegra20-slink";
463 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700464 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530465 #address-cells = <1>;
466 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300467 clocks = <&tegra_car TEGRA20_CLK_SBC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700468 resets = <&tegra_car 41>;
469 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700470 dmas = <&apbdma 15>, <&apbdma 15>;
471 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530472 status = "disabled";
473 };
474
475 spi@7000d600 {
476 compatible = "nvidia,tegra20-slink";
477 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700478 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530479 #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 #address-cells = <1>;
494 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300495 clocks = <&tegra_car TEGRA20_CLK_SBC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700496 resets = <&tegra_car 46>;
497 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700498 dmas = <&apbdma 17>, <&apbdma 17>;
499 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530500 status = "disabled";
501 };
502
503 spi@7000da00 {
504 compatible = "nvidia,tegra20-slink";
505 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700506 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530507 #address-cells = <1>;
508 #size-cells = <0>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300509 clocks = <&tegra_car TEGRA20_CLK_SBC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700510 resets = <&tegra_car 68>;
511 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700512 dmas = <&apbdma 18>, <&apbdma 18>;
513 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530514 status = "disabled";
515 };
516
Stephen Warren58ecb232013-11-25 17:53:16 -0700517 kbc@7000e200 {
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530518 compatible = "nvidia,tegra20-kbc";
519 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700520 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300521 clocks = <&tegra_car TEGRA20_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700522 resets = <&tegra_car 36>;
523 reset-names = "kbc";
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530524 status = "disabled";
525 };
526
Stephen Warren58ecb232013-11-25 17:53:16 -0700527 pmc@7000e400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600528 compatible = "nvidia,tegra20-pmc";
529 reg = <0x7000e400 0x400>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300530 clocks = <&tegra_car TEGRA20_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800531 clock-names = "pclk", "clk32k_in";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600532 };
533
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600534 memory-controller@7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600535 compatible = "nvidia,tegra20-mc";
536 reg = <0x7000f000 0x024
537 0x7000f03c 0x3c4>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700538 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600539 };
540
Stephen Warren58ecb232013-11-25 17:53:16 -0700541 iommu@7000f024 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600542 compatible = "nvidia,tegra20-gart";
543 reg = <0x7000f024 0x00000018 /* controller registers */
544 0x58000000 0x02000000>; /* GART aperture */
545 };
546
Stephen Warrenbbfc33b2012-10-02 13:10:47 -0600547 memory-controller@7000f400 {
Olof Johansson0c6700a2011-10-13 02:14:55 -0700548 compatible = "nvidia,tegra20-emc";
549 reg = <0x7000f400 0x200>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600550 #address-cells = <1>;
551 #size-cells = <0>;
Olof Johansson0c6700a2011-10-13 02:14:55 -0700552 };
553
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300554 fuse@7000f800 {
555 compatible = "nvidia,tegra20-efuse";
556 reg = <0x7000F800 0x400>;
557 clocks = <&tegra_car TEGRA20_CLK_FUSE>;
558 clock-names = "fuse";
559 resets = <&tegra_car 39>;
560 reset-names = "fuse";
561 };
562
Stephen Warren58ecb232013-11-25 17:53:16 -0700563 pcie-controller@80003000 {
Thierry Reding1b62b612013-08-09 16:49:19 +0200564 compatible = "nvidia,tegra20-pcie";
565 device_type = "pci";
566 reg = <0x80003000 0x00000800 /* PADS registers */
567 0x80003800 0x00000200 /* AFI registers */
568 0x90000000 0x10000000>; /* configuration space */
569 reg-names = "pads", "afi", "cs";
570 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */
571 GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
572 interrupt-names = "intr", "msi";
573
Lucas Stach97070bd2014-03-05 14:25:46 +0100574 #interrupt-cells = <1>;
575 interrupt-map-mask = <0 0 0 0>;
576 interrupt-map = <0 0 0 0 &intc GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
577
Thierry Reding1b62b612013-08-09 16:49:19 +0200578 bus-range = <0x00 0xff>;
579 #address-cells = <3>;
580 #size-cells = <2>;
581
582 ranges = <0x82000000 0 0x80000000 0x80000000 0 0x00001000 /* port 0 registers */
583 0x82000000 0 0x80001000 0x80001000 0 0x00001000 /* port 1 registers */
584 0x81000000 0 0 0x82000000 0 0x00010000 /* downstream I/O */
Jay Agarwald7283c12013-08-09 16:49:31 +0200585 0x82000000 0 0xa0000000 0xa0000000 0 0x08000000 /* non-prefetchable memory */
586 0xc2000000 0 0xa8000000 0xa8000000 0 0x18000000>; /* prefetchable memory */
Thierry Reding1b62b612013-08-09 16:49:19 +0200587
588 clocks = <&tegra_car TEGRA20_CLK_PEX>,
589 <&tegra_car TEGRA20_CLK_AFI>,
Thierry Reding1b62b612013-08-09 16:49:19 +0200590 <&tegra_car TEGRA20_CLK_PLL_E>;
Stephen Warren2bd541f2013-11-07 10:59:42 -0700591 clock-names = "pex", "afi", "pll_e";
Stephen Warren3393d422013-11-06 14:01:16 -0700592 resets = <&tegra_car 70>,
593 <&tegra_car 72>,
594 <&tegra_car 74>;
595 reset-names = "pex", "afi", "pcie_x";
Thierry Reding1b62b612013-08-09 16:49:19 +0200596 status = "disabled";
597
598 pci@1,0 {
599 device_type = "pci";
600 assigned-addresses = <0x82000800 0 0x80000000 0 0x1000>;
601 reg = <0x000800 0 0 0 0>;
602 status = "disabled";
603
604 #address-cells = <3>;
605 #size-cells = <2>;
606 ranges;
607
608 nvidia,num-lanes = <2>;
609 };
610
611 pci@2,0 {
612 device_type = "pci";
613 assigned-addresses = <0x82001000 0 0x80001000 0 0x1000>;
614 reg = <0x001000 0 0 0 0>;
615 status = "disabled";
616
617 #address-cells = <3>;
618 #size-cells = <2>;
619 ranges;
620
621 nvidia,num-lanes = <2>;
622 };
623 };
624
Stephen Warrenc04abb32012-05-11 17:03:26 -0600625 usb@c5000000 {
626 compatible = "nvidia,tegra20-ehci", "usb-ehci";
627 reg = <0xc5000000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700628 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600629 phy_type = "utmi";
630 nvidia,has-legacy-mode;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300631 clocks = <&tegra_car TEGRA20_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700632 resets = <&tegra_car 22>;
633 reset-names = "usb";
Venu Byravarasub4e07472012-12-13 20:59:07 +0000634 nvidia,needs-double-reset;
Venu Byravarasue374b652013-01-16 03:30:19 +0000635 nvidia,phy = <&phy1>;
Roland Stigge223ef782012-06-11 21:09:45 +0200636 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600637 };
638
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530639 phy1: usb-phy@c5000000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700640 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530641 reg = <0xc5000000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700642 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300643 clocks = <&tegra_car TEGRA20_CLK_USBD>,
644 <&tegra_car TEGRA20_CLK_PLL_U>,
645 <&tegra_car TEGRA20_CLK_CLK_M>,
646 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530647 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Stephen Warren5d324412013-03-06 11:28:33 -0700648 nvidia,has-legacy-mode;
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300649 nvidia,hssync-start-delay = <9>;
650 nvidia,idle-wait-delay = <17>;
651 nvidia,elastic-limit = <16>;
652 nvidia,term-range-adj = <6>;
653 nvidia,xcvr-setup = <9>;
654 nvidia,xcvr-lsfslew = <1>;
655 nvidia,xcvr-lsrslew = <1>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530656 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700657 };
658
Stephen Warrenc04abb32012-05-11 17:03:26 -0600659 usb@c5004000 {
660 compatible = "nvidia,tegra20-ehci", "usb-ehci";
661 reg = <0xc5004000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700662 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600663 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300664 clocks = <&tegra_car TEGRA20_CLK_USB2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700665 resets = <&tegra_car 58>;
666 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000667 nvidia,phy = <&phy2>;
Roland Stigge223ef782012-06-11 21:09:45 +0200668 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600669 };
670
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530671 phy2: usb-phy@c5004000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700672 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530673 reg = <0xc5004000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700674 phy_type = "ulpi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300675 clocks = <&tegra_car TEGRA20_CLK_USB2>,
676 <&tegra_car TEGRA20_CLK_PLL_U>,
677 <&tegra_car TEGRA20_CLK_CDEV2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530678 clock-names = "reg", "pll_u", "ulpi-link";
679 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700680 };
681
Stephen Warrenc04abb32012-05-11 17:03:26 -0600682 usb@c5008000 {
683 compatible = "nvidia,tegra20-ehci", "usb-ehci";
684 reg = <0xc5008000 0x4000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700685 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600686 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300687 clocks = <&tegra_car TEGRA20_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700688 resets = <&tegra_car 59>;
689 reset-names = "usb";
Venu Byravarasue374b652013-01-16 03:30:19 +0000690 nvidia,phy = <&phy3>;
Roland Stigge223ef782012-06-11 21:09:45 +0200691 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600692 };
693
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530694 phy3: usb-phy@c5008000 {
Stephen Warren5d324412013-03-06 11:28:33 -0700695 compatible = "nvidia,tegra20-usb-phy";
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530696 reg = <0xc5008000 0x4000 0xc5000000 0x4000>;
Stephen Warren5d324412013-03-06 11:28:33 -0700697 phy_type = "utmi";
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300698 clocks = <&tegra_car TEGRA20_CLK_USB3>,
699 <&tegra_car TEGRA20_CLK_PLL_U>,
700 <&tegra_car TEGRA20_CLK_CLK_M>,
701 <&tegra_car TEGRA20_CLK_USBD>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530702 clock-names = "reg", "pll_u", "timer", "utmi-pads";
Mikko Perttunenc49667e2013-07-17 09:31:00 +0300703 nvidia,hssync-start-delay = <9>;
704 nvidia,idle-wait-delay = <17>;
705 nvidia,elastic-limit = <16>;
706 nvidia,term-range-adj = <6>;
707 nvidia,xcvr-setup = <9>;
708 nvidia,xcvr-lsfslew = <2>;
709 nvidia,xcvr-lsrslew = <2>;
Venu Byravarasu4c94c8b2013-05-16 19:42:57 +0530710 status = "disabled";
Stephen Warren5d324412013-03-06 11:28:33 -0700711 };
712
Grant Likely8e267f32011-07-19 17:26:54 -0600713 sdhci@c8000000 {
714 compatible = "nvidia,tegra20-sdhci";
715 reg = <0xc8000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700716 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300717 clocks = <&tegra_car TEGRA20_CLK_SDMMC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700718 resets = <&tegra_car 14>;
719 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200720 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600721 };
722
723 sdhci@c8000200 {
724 compatible = "nvidia,tegra20-sdhci";
725 reg = <0xc8000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700726 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300727 clocks = <&tegra_car TEGRA20_CLK_SDMMC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700728 resets = <&tegra_car 9>;
729 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200730 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600731 };
732
733 sdhci@c8000400 {
734 compatible = "nvidia,tegra20-sdhci";
735 reg = <0xc8000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700736 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300737 clocks = <&tegra_car TEGRA20_CLK_SDMMC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700738 resets = <&tegra_car 69>;
739 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200740 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600741 };
742
743 sdhci@c8000600 {
744 compatible = "nvidia,tegra20-sdhci";
745 reg = <0xc8000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700746 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu885a8cf2013-05-22 19:45:32 +0300747 clocks = <&tegra_car TEGRA20_CLK_SDMMC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700748 resets = <&tegra_car 15>;
749 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200750 status = "disabled";
Grant Likely8e267f32011-07-19 17:26:54 -0600751 };
Olof Johanssonc27317c2011-11-04 09:12:39 +0000752
Hiroshi Doyu4dd2bd32013-01-11 15:26:55 +0200753 cpus {
754 #address-cells = <1>;
755 #size-cells = <0>;
756
757 cpu@0 {
758 device_type = "cpu";
759 compatible = "arm,cortex-a9";
760 reg = <0>;
761 };
762
763 cpu@1 {
764 device_type = "cpu";
765 compatible = "arm,cortex-a9";
766 reg = <1>;
767 };
768 };
769
Stephen Warrenc04abb32012-05-11 17:03:26 -0600770 pmu {
771 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700772 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
773 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com6a943e02012-05-09 21:45:33 +0000774 };
Grant Likely8e267f32011-07-19 17:26:54 -0600775};