blob: 2bd55cfd88adcb4d3e525ae45ea471a6376a8e34 [file] [log] [blame]
Hiroshi Doyu05849c92013-05-22 19:45:34 +03001#include <dt-bindings/clock/tegra30-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"
Peter De Schrijverc3e00a02011-12-14 17:03:13 +02006
7/ {
8 compatible = "nvidia,tegra30";
9 interrupt-parent = <&intc>;
10
Laxman Dewanganb6551bb2012-12-19 12:01:11 +053011 aliases {
12 serial0 = &uarta;
13 serial1 = &uartb;
14 serial2 = &uartc;
15 serial3 = &uartd;
16 serial4 = &uarte;
17 };
18
Thierry Redinge07e3db2013-08-09 16:49:26 +020019 pcie-controller {
20 compatible = "nvidia,tegra30-pcie";
21 device_type = "pci";
22 reg = <0x00003000 0x00000800 /* PADS registers */
23 0x00003800 0x00000200 /* AFI registers */
24 0x10000000 0x10000000>; /* configuration space */
25 reg-names = "pads", "afi", "cs";
26 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */
27 GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
28 interrupt-names = "intr", "msi";
29
30 bus-range = <0x00 0xff>;
31 #address-cells = <3>;
32 #size-cells = <2>;
33
34 ranges = <0x82000000 0 0x00000000 0x00000000 0 0x00001000 /* port 0 configuration space */
35 0x82000000 0 0x00001000 0x00001000 0 0x00001000 /* port 1 configuration space */
36 0x82000000 0 0x00004000 0x00004000 0 0x00001000 /* port 2 configuration space */
37 0x81000000 0 0 0x02000000 0 0x00010000 /* downstream I/O */
Jay Agarwald7283c12013-08-09 16:49:31 +020038 0x82000000 0 0x20000000 0x20000000 0 0x08000000 /* non-prefetchable memory */
39 0xc2000000 0 0x28000000 0x28000000 0 0x18000000>; /* prefetchable memory */
Thierry Redinge07e3db2013-08-09 16:49:26 +020040
41 clocks = <&tegra_car TEGRA30_CLK_PCIE>,
42 <&tegra_car TEGRA30_CLK_AFI>,
43 <&tegra_car TEGRA30_CLK_PCIEX>,
44 <&tegra_car TEGRA30_CLK_PLL_E>,
45 <&tegra_car TEGRA30_CLK_CML0>;
46 clock-names = "pex", "afi", "pcie_xclk", "pll_e", "cml";
47 status = "disabled";
48
49 pci@1,0 {
50 device_type = "pci";
51 assigned-addresses = <0x82000800 0 0x00000000 0 0x1000>;
52 reg = <0x000800 0 0 0 0>;
53 status = "disabled";
54
55 #address-cells = <3>;
56 #size-cells = <2>;
57 ranges;
58
59 nvidia,num-lanes = <2>;
60 };
61
62 pci@2,0 {
63 device_type = "pci";
64 assigned-addresses = <0x82001000 0 0x00001000 0 0x1000>;
65 reg = <0x001000 0 0 0 0>;
66 status = "disabled";
67
68 #address-cells = <3>;
69 #size-cells = <2>;
70 ranges;
71
72 nvidia,num-lanes = <2>;
73 };
74
75 pci@3,0 {
76 device_type = "pci";
77 assigned-addresses = <0x82001800 0 0x00004000 0 0x1000>;
78 reg = <0x001800 0 0 0 0>;
79 status = "disabled";
80
81 #address-cells = <3>;
82 #size-cells = <2>;
83 ranges;
84
85 nvidia,num-lanes = <2>;
86 };
87 };
88
Thierry Redinged390972012-11-15 22:07:57 +010089 host1x {
90 compatible = "nvidia,tegra30-host1x", "simple-bus";
91 reg = <0x50000000 0x00024000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070092 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
93 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
Hiroshi Doyu05849c92013-05-22 19:45:34 +030094 clocks = <&tegra_car TEGRA30_CLK_HOST1X>;
Thierry Redinged390972012-11-15 22:07:57 +010095
96 #address-cells = <1>;
97 #size-cells = <1>;
98
99 ranges = <0x54000000 0x54000000 0x04000000>;
100
101 mpe {
102 compatible = "nvidia,tegra30-mpe";
103 reg = <0x54040000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700104 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300105 clocks = <&tegra_car TEGRA30_CLK_MPE>;
Thierry Redinged390972012-11-15 22:07:57 +0100106 };
107
108 vi {
109 compatible = "nvidia,tegra30-vi";
110 reg = <0x54080000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700111 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300112 clocks = <&tegra_car TEGRA30_CLK_VI>;
Thierry Redinged390972012-11-15 22:07:57 +0100113 };
114
115 epp {
116 compatible = "nvidia,tegra30-epp";
117 reg = <0x540c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700118 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300119 clocks = <&tegra_car TEGRA30_CLK_EPP>;
Thierry Redinged390972012-11-15 22:07:57 +0100120 };
121
122 isp {
123 compatible = "nvidia,tegra30-isp";
124 reg = <0x54100000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700125 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300126 clocks = <&tegra_car TEGRA30_CLK_ISP>;
Thierry Redinged390972012-11-15 22:07:57 +0100127 };
128
129 gr2d {
130 compatible = "nvidia,tegra30-gr2d";
131 reg = <0x54140000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700132 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300133 clocks = <&tegra_car TEGRA30_CLK_GR2D>;
Thierry Redinged390972012-11-15 22:07:57 +0100134 };
135
136 gr3d {
137 compatible = "nvidia,tegra30-gr3d";
138 reg = <0x54180000 0x00040000>;
Thierry Redingc71d3902013-10-15 17:28:02 +0200139 clocks = <&tegra_car TEGRA30_CLK_GR3D
140 &tegra_car TEGRA30_CLK_GR3D2>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530141 clock-names = "3d", "3d2";
Thierry Redinged390972012-11-15 22:07:57 +0100142 };
143
144 dc@54200000 {
Thierry Reding05465f42013-10-15 17:27:51 +0200145 compatible = "nvidia,tegra30-dc", "nvidia,tegra20-dc";
Thierry Redinged390972012-11-15 22:07:57 +0100146 reg = <0x54200000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700147 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300148 clocks = <&tegra_car TEGRA30_CLK_DISP1>,
149 <&tegra_car TEGRA30_CLK_PLL_P>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530150 clock-names = "disp1", "parent";
Thierry Redinged390972012-11-15 22:07:57 +0100151
152 rgb {
153 status = "disabled";
154 };
155 };
156
157 dc@54240000 {
158 compatible = "nvidia,tegra30-dc";
159 reg = <0x54240000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700160 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300161 clocks = <&tegra_car TEGRA30_CLK_DISP2>,
162 <&tegra_car TEGRA30_CLK_PLL_P>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530163 clock-names = "disp2", "parent";
Thierry Redinged390972012-11-15 22:07:57 +0100164
165 rgb {
166 status = "disabled";
167 };
168 };
169
170 hdmi {
171 compatible = "nvidia,tegra30-hdmi";
172 reg = <0x54280000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700173 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300174 clocks = <&tegra_car TEGRA30_CLK_HDMI>,
175 <&tegra_car TEGRA30_CLK_PLL_D2_OUT0>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530176 clock-names = "hdmi", "parent";
Thierry Redinged390972012-11-15 22:07:57 +0100177 status = "disabled";
178 };
179
180 tvo {
181 compatible = "nvidia,tegra30-tvo";
182 reg = <0x542c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700183 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300184 clocks = <&tegra_car TEGRA30_CLK_TVO>;
Thierry Redinged390972012-11-15 22:07:57 +0100185 status = "disabled";
186 };
187
188 dsi {
189 compatible = "nvidia,tegra30-dsi";
190 reg = <0x54300000 0x00040000>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300191 clocks = <&tegra_car TEGRA30_CLK_DSIA>;
Thierry Redinged390972012-11-15 22:07:57 +0100192 status = "disabled";
193 };
194 };
195
Stephen Warren73368ba2012-09-19 14:17:24 -0600196 timer@50004600 {
197 compatible = "arm,cortex-a9-twd-timer";
198 reg = <0x50040600 0x20>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700199 interrupts = <GIC_PPI 13
200 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300201 clocks = <&tegra_car TEGRA30_CLK_TWD>;
Stephen Warren73368ba2012-09-19 14:17:24 -0600202 };
203
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600204 intc: interrupt-controller {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200205 compatible = "arm,cortex-a9-gic";
Stephen Warren5ff48882012-05-11 16:26:03 -0600206 reg = <0x50041000 0x1000
207 0x50040100 0x0100>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600208 interrupt-controller;
209 #interrupt-cells = <3>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200210 };
211
Stephen Warrenbb2c1de2013-01-14 10:09:16 -0700212 cache-controller {
213 compatible = "arm,pl310-cache";
214 reg = <0x50043000 0x1000>;
215 arm,data-latency = <6 6 2>;
216 arm,tag-latency = <5 5 2>;
217 cache-unified;
218 cache-level = <2>;
219 };
220
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600221 timer@60005000 {
222 compatible = "nvidia,tegra30-timer", "nvidia,tegra20-timer";
223 reg = <0x60005000 0x400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700224 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
225 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
226 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
227 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
228 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
229 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300230 clocks = <&tegra_car TEGRA30_CLK_TIMER>;
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600231 };
232
Prashant Gaikwad95985662013-01-11 13:16:23 +0530233 tegra_car: clock {
234 compatible = "nvidia,tegra30-car";
235 reg = <0x60006000 0x1000>;
236 #clock-cells = <1>;
237 };
238
Stephen Warrenf9eb26a2012-05-11 16:17:47 -0600239 apbdma: dma {
Stephen Warren8051b752012-01-11 16:09:54 -0700240 compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
241 reg = <0x6000a000 0x1400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700242 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
243 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
244 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
245 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
246 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
247 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
248 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
249 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
250 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
251 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
252 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
253 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
254 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
255 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
257 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
258 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
259 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
260 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
261 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
262 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
263 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
264 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
265 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
266 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
267 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
268 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
269 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
270 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
271 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
272 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
273 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300274 clocks = <&tegra_car TEGRA30_CLK_APBDMA>;
Stephen Warren8051b752012-01-11 16:09:54 -0700275 };
276
Stephen Warrenc04abb32012-05-11 17:03:26 -0600277 ahb: ahb {
278 compatible = "nvidia,tegra30-ahb";
279 reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
280 };
281
282 gpio: gpio {
Laxman Dewangan35f210e2012-12-19 20:27:12 +0530283 compatible = "nvidia,tegra30-gpio";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600284 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700285 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
286 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
287 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
288 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
289 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
290 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
291 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
292 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600293 #gpio-cells = <2>;
294 gpio-controller;
295 #interrupt-cells = <2>;
296 interrupt-controller;
297 };
298
299 pinmux: pinmux {
300 compatible = "nvidia,tegra30-pinmux";
Pritesh Raithatha322337b2012-10-30 15:37:09 +0530301 reg = <0x70000868 0xd4 /* Pad control registers */
302 0x70003000 0x3e4>; /* Mux registers */
Stephen Warrenc04abb32012-05-11 17:03:26 -0600303 };
304
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530305 /*
306 * There are two serial driver i.e. 8250 based simple serial
307 * driver and APB DMA based serial driver for higher baudrate
308 * and performace. To enable the 8250 based driver, the compatible
309 * is "nvidia,tegra30-uart", "nvidia,tegra20-uart" and to enable
310 * the APB DMA based serial driver, the comptible is
311 * "nvidia,tegra30-hsuart", "nvidia,tegra20-hsuart".
312 */
313 uarta: serial@70006000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600314 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
315 reg = <0x70006000 0x40>;
316 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700317 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530318 nvidia,dma-request-selector = <&apbdma 8>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300319 clocks = <&tegra_car TEGRA30_CLK_UARTA>;
Roland Stigge223ef782012-06-11 21:09:45 +0200320 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600321 };
322
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530323 uartb: serial@70006040 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600324 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
325 reg = <0x70006040 0x40>;
326 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700327 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530328 nvidia,dma-request-selector = <&apbdma 9>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300329 clocks = <&tegra_car TEGRA30_CLK_UARTB>;
Roland Stigge223ef782012-06-11 21:09:45 +0200330 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600331 };
332
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530333 uartc: serial@70006200 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600334 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
335 reg = <0x70006200 0x100>;
336 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700337 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530338 nvidia,dma-request-selector = <&apbdma 10>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300339 clocks = <&tegra_car TEGRA30_CLK_UARTC>;
Roland Stigge223ef782012-06-11 21:09:45 +0200340 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600341 };
342
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530343 uartd: serial@70006300 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600344 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
345 reg = <0x70006300 0x100>;
346 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700347 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530348 nvidia,dma-request-selector = <&apbdma 19>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300349 clocks = <&tegra_car TEGRA30_CLK_UARTD>;
Roland Stigge223ef782012-06-11 21:09:45 +0200350 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600351 };
352
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530353 uarte: serial@70006400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600354 compatible = "nvidia,tegra30-uart", "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>;
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530358 nvidia,dma-request-selector = <&apbdma 20>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300359 clocks = <&tegra_car TEGRA30_CLK_UARTE>;
Roland Stigge223ef782012-06-11 21:09:45 +0200360 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600361 };
362
Thierry Reding2b8b15d2012-09-20 17:06:05 +0200363 pwm: pwm {
Thierry Reding140fd972011-12-21 08:04:13 +0100364 compatible = "nvidia,tegra30-pwm", "nvidia,tegra20-pwm";
365 reg = <0x7000a000 0x100>;
366 #pwm-cells = <2>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300367 clocks = <&tegra_car TEGRA30_CLK_PWM>;
Andrew Chewb69cd982013-03-12 16:40:51 -0700368 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100369 };
370
Stephen Warren380e04a2012-09-19 12:13:16 -0600371 rtc {
372 compatible = "nvidia,tegra30-rtc", "nvidia,tegra20-rtc";
373 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700374 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300375 clocks = <&tegra_car TEGRA30_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600376 };
377
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200378 i2c@7000c000 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200379 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600380 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700381 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600382 #address-cells = <1>;
383 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300384 clocks = <&tegra_car TEGRA30_CLK_I2C1>,
385 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530386 clock-names = "div-clk", "fast-clk";
Roland Stigge223ef782012-06-11 21:09:45 +0200387 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200388 };
389
390 i2c@7000c400 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200391 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600392 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700393 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600394 #address-cells = <1>;
395 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300396 clocks = <&tegra_car TEGRA30_CLK_I2C2>,
397 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530398 clock-names = "div-clk", "fast-clk";
Roland Stigge223ef782012-06-11 21:09:45 +0200399 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200400 };
401
402 i2c@7000c500 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200403 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600404 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700405 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600406 #address-cells = <1>;
407 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300408 clocks = <&tegra_car TEGRA30_CLK_I2C3>,
409 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530410 clock-names = "div-clk", "fast-clk";
Roland Stigge223ef782012-06-11 21:09:45 +0200411 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200412 };
413
414 i2c@7000c700 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200415 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
416 reg = <0x7000c700 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700417 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600418 #address-cells = <1>;
419 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300420 clocks = <&tegra_car TEGRA30_CLK_I2C4>,
421 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530422 clock-names = "div-clk", "fast-clk";
Roland Stigge223ef782012-06-11 21:09:45 +0200423 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200424 };
425
426 i2c@7000d000 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200427 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600428 reg = <0x7000d000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700429 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600430 #address-cells = <1>;
431 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300432 clocks = <&tegra_car TEGRA30_CLK_I2C5>,
433 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530434 clock-names = "div-clk", "fast-clk";
Roland Stigge223ef782012-06-11 21:09:45 +0200435 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200436 };
437
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530438 spi@7000d400 {
439 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
440 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700441 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530442 nvidia,dma-request-selector = <&apbdma 15>;
443 #address-cells = <1>;
444 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300445 clocks = <&tegra_car TEGRA30_CLK_SBC1>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530446 status = "disabled";
447 };
448
449 spi@7000d600 {
450 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
451 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700452 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530453 nvidia,dma-request-selector = <&apbdma 16>;
454 #address-cells = <1>;
455 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300456 clocks = <&tegra_car TEGRA30_CLK_SBC2>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530457 status = "disabled";
458 };
459
460 spi@7000d800 {
461 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
Laxman Dewangan57471c82013-03-22 12:35:06 -0600462 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700463 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530464 nvidia,dma-request-selector = <&apbdma 17>;
465 #address-cells = <1>;
466 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300467 clocks = <&tegra_car TEGRA30_CLK_SBC3>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530468 status = "disabled";
469 };
470
471 spi@7000da00 {
472 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
473 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700474 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530475 nvidia,dma-request-selector = <&apbdma 18>;
476 #address-cells = <1>;
477 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300478 clocks = <&tegra_car TEGRA30_CLK_SBC4>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530479 status = "disabled";
480 };
481
482 spi@7000dc00 {
483 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
484 reg = <0x7000dc00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700485 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530486 nvidia,dma-request-selector = <&apbdma 27>;
487 #address-cells = <1>;
488 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300489 clocks = <&tegra_car TEGRA30_CLK_SBC5>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530490 status = "disabled";
491 };
492
493 spi@7000de00 {
494 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
495 reg = <0x7000de00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700496 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530497 nvidia,dma-request-selector = <&apbdma 28>;
498 #address-cells = <1>;
499 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300500 clocks = <&tegra_car TEGRA30_CLK_SBC6>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530501 status = "disabled";
502 };
503
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530504 kbc {
505 compatible = "nvidia,tegra30-kbc", "nvidia,tegra20-kbc";
506 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700507 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300508 clocks = <&tegra_car TEGRA30_CLK_KBC>;
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530509 status = "disabled";
510 };
511
Stephen Warrenc04abb32012-05-11 17:03:26 -0600512 pmc {
Joseph Lo2b84e532013-02-26 16:27:43 +0000513 compatible = "nvidia,tegra30-pmc";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600514 reg = <0x7000e400 0x400>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300515 clocks = <&tegra_car TEGRA30_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800516 clock-names = "pclk", "clk32k_in";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200517 };
518
hdoyu@nvidia.coma9140aa2012-05-16 19:47:44 +0000519 memory-controller {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600520 compatible = "nvidia,tegra30-mc";
521 reg = <0x7000f000 0x010
522 0x7000f03c 0x1b4
523 0x7000f200 0x028
524 0x7000f284 0x17c>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700525 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200526 };
527
Hiroshi Doyu3fbf07d2013-01-29 10:30:29 +0200528 iommu {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600529 compatible = "nvidia,tegra30-smmu";
530 reg = <0x7000f010 0x02c
531 0x7000f1f0 0x010
532 0x7000f228 0x05c>;
533 nvidia,#asids = <4>; /* # of ASIDs */
534 dma-window = <0 0x40000000>; /* IOVA start & length */
535 nvidia,ahb = <&ahb>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200536 };
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600537
538 ahub {
539 compatible = "nvidia,tegra30-ahub";
Stephen Warren5ff48882012-05-11 16:26:03 -0600540 reg = <0x70080000 0x200
541 0x70080200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700542 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600543 nvidia,dma-request-selector = <&apbdma 1>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300544 clocks = <&tegra_car TEGRA30_CLK_D_AUDIO>,
545 <&tegra_car TEGRA30_CLK_APBIF>,
546 <&tegra_car TEGRA30_CLK_I2S0>,
547 <&tegra_car TEGRA30_CLK_I2S1>,
548 <&tegra_car TEGRA30_CLK_I2S2>,
549 <&tegra_car TEGRA30_CLK_I2S3>,
550 <&tegra_car TEGRA30_CLK_I2S4>,
551 <&tegra_car TEGRA30_CLK_DAM0>,
552 <&tegra_car TEGRA30_CLK_DAM1>,
553 <&tegra_car TEGRA30_CLK_DAM2>,
554 <&tegra_car TEGRA30_CLK_SPDIF_IN>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530555 clock-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
556 "i2s3", "i2s4", "dam0", "dam1", "dam2",
557 "spdif_in";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600558 ranges;
559 #address-cells = <1>;
560 #size-cells = <1>;
561
562 tegra_i2s0: i2s@70080300 {
563 compatible = "nvidia,tegra30-i2s";
564 reg = <0x70080300 0x100>;
565 nvidia,ahub-cif-ids = <4 4>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300566 clocks = <&tegra_car TEGRA30_CLK_I2S0>;
Roland Stigge223ef782012-06-11 21:09:45 +0200567 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600568 };
569
570 tegra_i2s1: i2s@70080400 {
571 compatible = "nvidia,tegra30-i2s";
572 reg = <0x70080400 0x100>;
573 nvidia,ahub-cif-ids = <5 5>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300574 clocks = <&tegra_car TEGRA30_CLK_I2S1>;
Roland Stigge223ef782012-06-11 21:09:45 +0200575 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600576 };
577
578 tegra_i2s2: i2s@70080500 {
579 compatible = "nvidia,tegra30-i2s";
580 reg = <0x70080500 0x100>;
581 nvidia,ahub-cif-ids = <6 6>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300582 clocks = <&tegra_car TEGRA30_CLK_I2S2>;
Roland Stigge223ef782012-06-11 21:09:45 +0200583 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600584 };
585
586 tegra_i2s3: i2s@70080600 {
587 compatible = "nvidia,tegra30-i2s";
588 reg = <0x70080600 0x100>;
589 nvidia,ahub-cif-ids = <7 7>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300590 clocks = <&tegra_car TEGRA30_CLK_I2S3>;
Roland Stigge223ef782012-06-11 21:09:45 +0200591 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600592 };
593
594 tegra_i2s4: i2s@70080700 {
595 compatible = "nvidia,tegra30-i2s";
596 reg = <0x70080700 0x100>;
597 nvidia,ahub-cif-ids = <8 8>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300598 clocks = <&tegra_car TEGRA30_CLK_I2S4>;
Roland Stigge223ef782012-06-11 21:09:45 +0200599 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600600 };
601 };
Hiroshi DOYU7868a9b2012-05-07 09:43:47 +0300602
Stephen Warrenc04abb32012-05-11 17:03:26 -0600603 sdhci@78000000 {
604 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
605 reg = <0x78000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700606 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300607 clocks = <&tegra_car TEGRA30_CLK_SDMMC1>;
Roland Stigge223ef782012-06-11 21:09:45 +0200608 status = "disabled";
Hiroshi DOYU7868a9b2012-05-07 09:43:47 +0300609 };
hdoyu@nvidia.comecf43742012-05-09 21:42:33 +0000610
Stephen Warrenc04abb32012-05-11 17:03:26 -0600611 sdhci@78000200 {
612 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
613 reg = <0x78000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700614 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300615 clocks = <&tegra_car TEGRA30_CLK_SDMMC2>;
Roland Stigge223ef782012-06-11 21:09:45 +0200616 status = "disabled";
hdoyu@nvidia.comecf43742012-05-09 21:42:33 +0000617 };
hdoyu@nvidia.com54174a32012-05-09 21:50:21 +0000618
Stephen Warrenc04abb32012-05-11 17:03:26 -0600619 sdhci@78000400 {
620 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
621 reg = <0x78000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700622 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300623 clocks = <&tegra_car TEGRA30_CLK_SDMMC3>;
Roland Stigge223ef782012-06-11 21:09:45 +0200624 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600625 };
626
627 sdhci@78000600 {
628 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
629 reg = <0x78000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700630 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300631 clocks = <&tegra_car TEGRA30_CLK_SDMMC4>;
Roland Stigge223ef782012-06-11 21:09:45 +0200632 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600633 };
634
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300635 usb@7d000000 {
636 compatible = "nvidia,tegra30-ehci", "usb-ehci";
637 reg = <0x7d000000 0x4000>;
638 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
639 phy_type = "utmi";
640 clocks = <&tegra_car TEGRA30_CLK_USBD>;
641 nvidia,needs-double-reset;
642 nvidia,phy = <&phy1>;
643 status = "disabled";
644 };
645
646 phy1: usb-phy@7d000000 {
647 compatible = "nvidia,tegra30-usb-phy";
648 reg = <0x7d000000 0x4000 0x7d000000 0x4000>;
649 phy_type = "utmi";
650 clocks = <&tegra_car TEGRA30_CLK_USBD>,
651 <&tegra_car TEGRA30_CLK_PLL_U>,
652 <&tegra_car TEGRA30_CLK_USBD>;
653 clock-names = "reg", "pll_u", "utmi-pads";
654 nvidia,hssync-start-delay = <9>;
655 nvidia,idle-wait-delay = <17>;
656 nvidia,elastic-limit = <16>;
657 nvidia,term-range-adj = <6>;
658 nvidia,xcvr-setup = <51>;
659 nvidia.xcvr-setup-use-fuses;
660 nvidia,xcvr-lsfslew = <1>;
661 nvidia,xcvr-lsrslew = <1>;
662 nvidia,xcvr-hsslew = <32>;
663 nvidia,hssquelch-level = <2>;
664 nvidia,hsdiscon-level = <5>;
665 status = "disabled";
666 };
667
668 usb@7d004000 {
669 compatible = "nvidia,tegra30-ehci", "usb-ehci";
670 reg = <0x7d004000 0x4000>;
671 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
672 phy_type = "ulpi";
673 clocks = <&tegra_car TEGRA30_CLK_USB2>;
674 nvidia,phy = <&phy2>;
675 status = "disabled";
676 };
677
678 phy2: usb-phy@7d004000 {
679 compatible = "nvidia,tegra30-usb-phy";
680 reg = <0x7d004000 0x4000>;
681 phy_type = "ulpi";
682 clocks = <&tegra_car TEGRA30_CLK_USB2>,
683 <&tegra_car TEGRA30_CLK_PLL_U>,
684 <&tegra_car TEGRA30_CLK_CDEV2>;
685 clock-names = "reg", "pll_u", "ulpi-link";
686 status = "disabled";
687 };
688
689 usb@7d008000 {
690 compatible = "nvidia,tegra30-ehci", "usb-ehci";
691 reg = <0x7d008000 0x4000>;
692 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
693 phy_type = "utmi";
694 clocks = <&tegra_car TEGRA30_CLK_USB3>;
695 nvidia,phy = <&phy3>;
696 status = "disabled";
697 };
698
699 phy3: usb-phy@7d008000 {
700 compatible = "nvidia,tegra30-usb-phy";
701 reg = <0x7d008000 0x4000 0x7d000000 0x4000>;
702 phy_type = "utmi";
703 clocks = <&tegra_car TEGRA30_CLK_USB3>,
704 <&tegra_car TEGRA30_CLK_PLL_U>,
705 <&tegra_car TEGRA30_CLK_USBD>;
706 clock-names = "reg", "pll_u", "utmi-pads";
707 nvidia,hssync-start-delay = <0>;
708 nvidia,idle-wait-delay = <17>;
709 nvidia,elastic-limit = <16>;
710 nvidia,term-range-adj = <6>;
711 nvidia,xcvr-setup = <51>;
712 nvidia.xcvr-setup-use-fuses;
713 nvidia,xcvr-lsfslew = <2>;
714 nvidia,xcvr-lsrslew = <2>;
715 nvidia,xcvr-hsslew = <32>;
716 nvidia,hssquelch-level = <2>;
717 nvidia,hsdiscon-level = <5>;
718 status = "disabled";
719 };
720
Hiroshi Doyu7d19a342013-01-11 15:11:54 +0200721 cpus {
722 #address-cells = <1>;
723 #size-cells = <0>;
724
725 cpu@0 {
726 device_type = "cpu";
727 compatible = "arm,cortex-a9";
728 reg = <0>;
729 };
730
731 cpu@1 {
732 device_type = "cpu";
733 compatible = "arm,cortex-a9";
734 reg = <1>;
735 };
736
737 cpu@2 {
738 device_type = "cpu";
739 compatible = "arm,cortex-a9";
740 reg = <2>;
741 };
742
743 cpu@3 {
744 device_type = "cpu";
745 compatible = "arm,cortex-a9";
746 reg = <3>;
747 };
748 };
749
Stephen Warrenc04abb32012-05-11 17:03:26 -0600750 pmu {
751 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700752 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>,
753 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
754 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
755 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com54174a32012-05-09 21:50:21 +0000756 };
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200757};