blob: ed8e7700b46dac0ba9d5ba34754fb5f8ae3dd976 [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>
Laxman Dewangana47c6622013-12-05 16:14:09 +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"
Peter De Schrijverc3e00a02011-12-14 17:03:13 +02007
8/ {
9 compatible = "nvidia,tegra30";
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 pcie-controller@00003000 {
Thierry Redinge07e3db2013-08-09 16:49:26 +020021 compatible = "nvidia,tegra30-pcie";
22 device_type = "pci";
23 reg = <0x00003000 0x00000800 /* PADS registers */
24 0x00003800 0x00000200 /* AFI registers */
25 0x10000000 0x10000000>; /* configuration space */
26 reg-names = "pads", "afi", "cs";
27 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */
28 GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
29 interrupt-names = "intr", "msi";
30
31 bus-range = <0x00 0xff>;
32 #address-cells = <3>;
33 #size-cells = <2>;
34
35 ranges = <0x82000000 0 0x00000000 0x00000000 0 0x00001000 /* port 0 configuration space */
36 0x82000000 0 0x00001000 0x00001000 0 0x00001000 /* port 1 configuration space */
37 0x82000000 0 0x00004000 0x00004000 0 0x00001000 /* port 2 configuration space */
38 0x81000000 0 0 0x02000000 0 0x00010000 /* downstream I/O */
Jay Agarwald7283c12013-08-09 16:49:31 +020039 0x82000000 0 0x20000000 0x20000000 0 0x08000000 /* non-prefetchable memory */
40 0xc2000000 0 0x28000000 0x28000000 0 0x18000000>; /* prefetchable memory */
Thierry Redinge07e3db2013-08-09 16:49:26 +020041
42 clocks = <&tegra_car TEGRA30_CLK_PCIE>,
43 <&tegra_car TEGRA30_CLK_AFI>,
Thierry Redinge07e3db2013-08-09 16:49:26 +020044 <&tegra_car TEGRA30_CLK_PLL_E>,
45 <&tegra_car TEGRA30_CLK_CML0>;
Stephen Warren2bd541f2013-11-07 10:59:42 -070046 clock-names = "pex", "afi", "pll_e", "cml";
Stephen Warren3393d422013-11-06 14:01:16 -070047 resets = <&tegra_car 70>,
48 <&tegra_car 72>,
49 <&tegra_car 74>;
50 reset-names = "pex", "afi", "pcie_x";
Thierry Redinge07e3db2013-08-09 16:49:26 +020051 status = "disabled";
52
53 pci@1,0 {
54 device_type = "pci";
55 assigned-addresses = <0x82000800 0 0x00000000 0 0x1000>;
56 reg = <0x000800 0 0 0 0>;
57 status = "disabled";
58
59 #address-cells = <3>;
60 #size-cells = <2>;
61 ranges;
62
63 nvidia,num-lanes = <2>;
64 };
65
66 pci@2,0 {
67 device_type = "pci";
68 assigned-addresses = <0x82001000 0 0x00001000 0 0x1000>;
69 reg = <0x001000 0 0 0 0>;
70 status = "disabled";
71
72 #address-cells = <3>;
73 #size-cells = <2>;
74 ranges;
75
76 nvidia,num-lanes = <2>;
77 };
78
79 pci@3,0 {
80 device_type = "pci";
81 assigned-addresses = <0x82001800 0 0x00004000 0 0x1000>;
82 reg = <0x001800 0 0 0 0>;
83 status = "disabled";
84
85 #address-cells = <3>;
86 #size-cells = <2>;
87 ranges;
88
89 nvidia,num-lanes = <2>;
90 };
91 };
92
Stephen Warren58ecb232013-11-25 17:53:16 -070093 host1x@50000000 {
Thierry Redinged390972012-11-15 22:07:57 +010094 compatible = "nvidia,tegra30-host1x", "simple-bus";
95 reg = <0x50000000 0x00024000>;
Stephen Warren6cecf912013-02-13 12:51:51 -070096 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
97 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
Hiroshi Doyu05849c92013-05-22 19:45:34 +030098 clocks = <&tegra_car TEGRA30_CLK_HOST1X>;
Stephen Warren3393d422013-11-06 14:01:16 -070099 resets = <&tegra_car 28>;
100 reset-names = "host1x";
Thierry Redinged390972012-11-15 22:07:57 +0100101
102 #address-cells = <1>;
103 #size-cells = <1>;
104
105 ranges = <0x54000000 0x54000000 0x04000000>;
106
Stephen Warren58ecb232013-11-25 17:53:16 -0700107 mpe@54040000 {
Thierry Redinged390972012-11-15 22:07:57 +0100108 compatible = "nvidia,tegra30-mpe";
109 reg = <0x54040000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700110 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300111 clocks = <&tegra_car TEGRA30_CLK_MPE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700112 resets = <&tegra_car 60>;
113 reset-names = "mpe";
Thierry Redinged390972012-11-15 22:07:57 +0100114 };
115
Stephen Warren58ecb232013-11-25 17:53:16 -0700116 vi@54080000 {
Thierry Redinged390972012-11-15 22:07:57 +0100117 compatible = "nvidia,tegra30-vi";
118 reg = <0x54080000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700119 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300120 clocks = <&tegra_car TEGRA30_CLK_VI>;
Stephen Warren3393d422013-11-06 14:01:16 -0700121 resets = <&tegra_car 20>;
122 reset-names = "vi";
Thierry Redinged390972012-11-15 22:07:57 +0100123 };
124
Stephen Warren58ecb232013-11-25 17:53:16 -0700125 epp@540c0000 {
Thierry Redinged390972012-11-15 22:07:57 +0100126 compatible = "nvidia,tegra30-epp";
127 reg = <0x540c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700128 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300129 clocks = <&tegra_car TEGRA30_CLK_EPP>;
Stephen Warren3393d422013-11-06 14:01:16 -0700130 resets = <&tegra_car 19>;
131 reset-names = "epp";
Thierry Redinged390972012-11-15 22:07:57 +0100132 };
133
Stephen Warren58ecb232013-11-25 17:53:16 -0700134 isp@54100000 {
Thierry Redinged390972012-11-15 22:07:57 +0100135 compatible = "nvidia,tegra30-isp";
136 reg = <0x54100000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700137 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300138 clocks = <&tegra_car TEGRA30_CLK_ISP>;
Stephen Warren3393d422013-11-06 14:01:16 -0700139 resets = <&tegra_car 23>;
140 reset-names = "isp";
Thierry Redinged390972012-11-15 22:07:57 +0100141 };
142
Stephen Warren58ecb232013-11-25 17:53:16 -0700143 gr2d@54140000 {
Thierry Redinged390972012-11-15 22:07:57 +0100144 compatible = "nvidia,tegra30-gr2d";
145 reg = <0x54140000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700146 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren3393d422013-11-06 14:01:16 -0700147 resets = <&tegra_car 21>;
148 reset-names = "2d";
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300149 clocks = <&tegra_car TEGRA30_CLK_GR2D>;
Thierry Redinged390972012-11-15 22:07:57 +0100150 };
151
Stephen Warren58ecb232013-11-25 17:53:16 -0700152 gr3d@54180000 {
Thierry Redinged390972012-11-15 22:07:57 +0100153 compatible = "nvidia,tegra30-gr3d";
154 reg = <0x54180000 0x00040000>;
Thierry Redingc71d3902013-10-15 17:28:02 +0200155 clocks = <&tegra_car TEGRA30_CLK_GR3D
156 &tegra_car TEGRA30_CLK_GR3D2>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530157 clock-names = "3d", "3d2";
Stephen Warren3393d422013-11-06 14:01:16 -0700158 resets = <&tegra_car 24>,
159 <&tegra_car 98>;
160 reset-names = "3d", "3d2";
Thierry Redinged390972012-11-15 22:07:57 +0100161 };
162
163 dc@54200000 {
Thierry Reding05465f42013-10-15 17:27:51 +0200164 compatible = "nvidia,tegra30-dc", "nvidia,tegra20-dc";
Thierry Redinged390972012-11-15 22:07:57 +0100165 reg = <0x54200000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700166 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300167 clocks = <&tegra_car TEGRA30_CLK_DISP1>,
168 <&tegra_car TEGRA30_CLK_PLL_P>;
Stephen Warrend8f64792013-11-06 14:00:25 -0700169 clock-names = "dc", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700170 resets = <&tegra_car 27>;
171 reset-names = "dc";
Thierry Redinged390972012-11-15 22:07:57 +0100172
173 rgb {
174 status = "disabled";
175 };
176 };
177
178 dc@54240000 {
179 compatible = "nvidia,tegra30-dc";
180 reg = <0x54240000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700181 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300182 clocks = <&tegra_car TEGRA30_CLK_DISP2>,
183 <&tegra_car TEGRA30_CLK_PLL_P>;
Stephen Warrend8f64792013-11-06 14:00:25 -0700184 clock-names = "dc", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700185 resets = <&tegra_car 26>;
186 reset-names = "dc";
Thierry Redinged390972012-11-15 22:07:57 +0100187
188 rgb {
189 status = "disabled";
190 };
191 };
192
Stephen Warren58ecb232013-11-25 17:53:16 -0700193 hdmi@54280000 {
Thierry Redinged390972012-11-15 22:07:57 +0100194 compatible = "nvidia,tegra30-hdmi";
195 reg = <0x54280000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700196 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300197 clocks = <&tegra_car TEGRA30_CLK_HDMI>,
198 <&tegra_car TEGRA30_CLK_PLL_D2_OUT0>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530199 clock-names = "hdmi", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700200 resets = <&tegra_car 51>;
201 reset-names = "hdmi";
Thierry Redinged390972012-11-15 22:07:57 +0100202 status = "disabled";
203 };
204
Stephen Warren58ecb232013-11-25 17:53:16 -0700205 tvo@542c0000 {
Thierry Redinged390972012-11-15 22:07:57 +0100206 compatible = "nvidia,tegra30-tvo";
207 reg = <0x542c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700208 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300209 clocks = <&tegra_car TEGRA30_CLK_TVO>;
Thierry Redinged390972012-11-15 22:07:57 +0100210 status = "disabled";
211 };
212
Stephen Warren58ecb232013-11-25 17:53:16 -0700213 dsi@54300000 {
Thierry Redinged390972012-11-15 22:07:57 +0100214 compatible = "nvidia,tegra30-dsi";
215 reg = <0x54300000 0x00040000>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300216 clocks = <&tegra_car TEGRA30_CLK_DSIA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700217 resets = <&tegra_car 48>;
218 reset-names = "dsi";
Thierry Redinged390972012-11-15 22:07:57 +0100219 status = "disabled";
220 };
221 };
222
Stephen Warren73368ba2012-09-19 14:17:24 -0600223 timer@50004600 {
224 compatible = "arm,cortex-a9-twd-timer";
225 reg = <0x50040600 0x20>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700226 interrupts = <GIC_PPI 13
227 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300228 clocks = <&tegra_car TEGRA30_CLK_TWD>;
Stephen Warren73368ba2012-09-19 14:17:24 -0600229 };
230
Stephen Warren58ecb232013-11-25 17:53:16 -0700231 intc: interrupt-controller@50041000 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200232 compatible = "arm,cortex-a9-gic";
Stephen Warren5ff48882012-05-11 16:26:03 -0600233 reg = <0x50041000 0x1000
234 0x50040100 0x0100>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600235 interrupt-controller;
236 #interrupt-cells = <3>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200237 };
238
Stephen Warren58ecb232013-11-25 17:53:16 -0700239 cache-controller@50043000 {
Stephen Warrenbb2c1de2013-01-14 10:09:16 -0700240 compatible = "arm,pl310-cache";
241 reg = <0x50043000 0x1000>;
242 arm,data-latency = <6 6 2>;
243 arm,tag-latency = <5 5 2>;
244 cache-unified;
245 cache-level = <2>;
246 };
247
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600248 timer@60005000 {
249 compatible = "nvidia,tegra30-timer", "nvidia,tegra20-timer";
250 reg = <0x60005000 0x400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700251 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
252 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
253 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
254 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
255 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300257 clocks = <&tegra_car TEGRA30_CLK_TIMER>;
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600258 };
259
Stephen Warren58ecb232013-11-25 17:53:16 -0700260 tegra_car: clock@60006000 {
Prashant Gaikwad95985662013-01-11 13:16:23 +0530261 compatible = "nvidia,tegra30-car";
262 reg = <0x60006000 0x1000>;
263 #clock-cells = <1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700264 #reset-cells = <1>;
Prashant Gaikwad95985662013-01-11 13:16:23 +0530265 };
266
Stephen Warren58ecb232013-11-25 17:53:16 -0700267 apbdma: dma@6000a000 {
Stephen Warren8051b752012-01-11 16:09:54 -0700268 compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
269 reg = <0x6000a000 0x1400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700270 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
271 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
272 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
273 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
274 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
275 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
276 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
277 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
278 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
279 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
280 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
281 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
282 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
283 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
284 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
285 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
286 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
287 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
288 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
289 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
290 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
291 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
292 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
293 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
294 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
295 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
296 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
297 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
298 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
299 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
300 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
301 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300302 clocks = <&tegra_car TEGRA30_CLK_APBDMA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700303 resets = <&tegra_car 34>;
304 reset-names = "dma";
Stephen Warren034d0232013-11-11 13:05:59 -0700305 #dma-cells = <1>;
Stephen Warren8051b752012-01-11 16:09:54 -0700306 };
307
Stephen Warren58ecb232013-11-25 17:53:16 -0700308 ahb: ahb@6000c004 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600309 compatible = "nvidia,tegra30-ahb";
310 reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
311 };
312
Stephen Warren58ecb232013-11-25 17:53:16 -0700313 gpio: gpio@6000d000 {
Laxman Dewangan35f210e2012-12-19 20:27:12 +0530314 compatible = "nvidia,tegra30-gpio";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600315 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700316 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
317 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
318 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
319 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
320 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
321 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
322 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
323 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600324 #gpio-cells = <2>;
325 gpio-controller;
326 #interrupt-cells = <2>;
327 interrupt-controller;
328 };
329
Stephen Warren58ecb232013-11-25 17:53:16 -0700330 pinmux: pinmux@70000868 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600331 compatible = "nvidia,tegra30-pinmux";
Pritesh Raithatha322337b2012-10-30 15:37:09 +0530332 reg = <0x70000868 0xd4 /* Pad control registers */
333 0x70003000 0x3e4>; /* Mux registers */
Stephen Warrenc04abb32012-05-11 17:03:26 -0600334 };
335
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530336 /*
337 * There are two serial driver i.e. 8250 based simple serial
338 * driver and APB DMA based serial driver for higher baudrate
339 * and performace. To enable the 8250 based driver, the compatible
340 * is "nvidia,tegra30-uart", "nvidia,tegra20-uart" and to enable
341 * the APB DMA based serial driver, the comptible is
342 * "nvidia,tegra30-hsuart", "nvidia,tegra20-hsuart".
343 */
344 uarta: serial@70006000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600345 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
346 reg = <0x70006000 0x40>;
347 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700348 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300349 clocks = <&tegra_car TEGRA30_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700350 resets = <&tegra_car 6>;
351 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700352 dmas = <&apbdma 8>, <&apbdma 8>;
353 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200354 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600355 };
356
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530357 uartb: serial@70006040 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600358 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
359 reg = <0x70006040 0x40>;
360 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700361 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300362 clocks = <&tegra_car TEGRA30_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700363 resets = <&tegra_car 7>;
364 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700365 dmas = <&apbdma 9>, <&apbdma 9>;
366 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200367 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600368 };
369
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530370 uartc: serial@70006200 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600371 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
372 reg = <0x70006200 0x100>;
373 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700374 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300375 clocks = <&tegra_car TEGRA30_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700376 resets = <&tegra_car 55>;
377 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700378 dmas = <&apbdma 10>, <&apbdma 10>;
379 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200380 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600381 };
382
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530383 uartd: serial@70006300 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600384 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
385 reg = <0x70006300 0x100>;
386 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700387 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300388 clocks = <&tegra_car TEGRA30_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700389 resets = <&tegra_car 65>;
390 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700391 dmas = <&apbdma 19>, <&apbdma 19>;
392 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200393 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600394 };
395
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530396 uarte: serial@70006400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600397 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
398 reg = <0x70006400 0x100>;
399 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700400 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300401 clocks = <&tegra_car TEGRA30_CLK_UARTE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700402 resets = <&tegra_car 66>;
403 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700404 dmas = <&apbdma 20>, <&apbdma 20>;
405 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200406 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600407 };
408
Stephen Warren58ecb232013-11-25 17:53:16 -0700409 pwm: pwm@7000a000 {
Thierry Reding140fd972011-12-21 08:04:13 +0100410 compatible = "nvidia,tegra30-pwm", "nvidia,tegra20-pwm";
411 reg = <0x7000a000 0x100>;
412 #pwm-cells = <2>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300413 clocks = <&tegra_car TEGRA30_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700414 resets = <&tegra_car 17>;
415 reset-names = "pwm";
Andrew Chewb69cd982013-03-12 16:40:51 -0700416 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100417 };
418
Stephen Warren58ecb232013-11-25 17:53:16 -0700419 rtc@7000e000 {
Stephen Warren380e04a2012-09-19 12:13:16 -0600420 compatible = "nvidia,tegra30-rtc", "nvidia,tegra20-rtc";
421 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700422 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300423 clocks = <&tegra_car TEGRA30_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600424 };
425
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200426 i2c@7000c000 {
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 = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700429 interrupts = <GIC_SPI 38 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_I2C1>,
433 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530434 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700435 resets = <&tegra_car 12>;
436 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700437 dmas = <&apbdma 21>, <&apbdma 21>;
438 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200439 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200440 };
441
442 i2c@7000c400 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200443 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600444 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700445 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600446 #address-cells = <1>;
447 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300448 clocks = <&tegra_car TEGRA30_CLK_I2C2>,
449 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530450 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700451 resets = <&tegra_car 54>;
452 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700453 dmas = <&apbdma 22>, <&apbdma 22>;
454 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200455 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200456 };
457
458 i2c@7000c500 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200459 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600460 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700461 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600462 #address-cells = <1>;
463 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300464 clocks = <&tegra_car TEGRA30_CLK_I2C3>,
465 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530466 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700467 resets = <&tegra_car 67>;
468 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700469 dmas = <&apbdma 23>, <&apbdma 23>;
470 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200471 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200472 };
473
474 i2c@7000c700 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200475 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
476 reg = <0x7000c700 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700477 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600478 #address-cells = <1>;
479 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300480 clocks = <&tegra_car TEGRA30_CLK_I2C4>,
481 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700482 resets = <&tegra_car 103>;
483 reset-names = "i2c";
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530484 clock-names = "div-clk", "fast-clk";
Stephen Warren034d0232013-11-11 13:05:59 -0700485 dmas = <&apbdma 26>, <&apbdma 26>;
486 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200487 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200488 };
489
490 i2c@7000d000 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200491 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600492 reg = <0x7000d000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700493 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600494 #address-cells = <1>;
495 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300496 clocks = <&tegra_car TEGRA30_CLK_I2C5>,
497 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530498 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700499 resets = <&tegra_car 47>;
500 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700501 dmas = <&apbdma 24>, <&apbdma 24>;
502 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200503 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200504 };
505
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530506 spi@7000d400 {
507 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
508 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700509 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530510 #address-cells = <1>;
511 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300512 clocks = <&tegra_car TEGRA30_CLK_SBC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700513 resets = <&tegra_car 41>;
514 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700515 dmas = <&apbdma 15>, <&apbdma 15>;
516 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530517 status = "disabled";
518 };
519
520 spi@7000d600 {
521 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
522 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700523 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530524 #address-cells = <1>;
525 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300526 clocks = <&tegra_car TEGRA30_CLK_SBC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700527 resets = <&tegra_car 44>;
528 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700529 dmas = <&apbdma 16>, <&apbdma 16>;
530 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530531 status = "disabled";
532 };
533
534 spi@7000d800 {
535 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
Laxman Dewangan57471c82013-03-22 12:35:06 -0600536 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700537 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530538 #address-cells = <1>;
539 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300540 clocks = <&tegra_car TEGRA30_CLK_SBC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700541 resets = <&tegra_car 46>;
542 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700543 dmas = <&apbdma 17>, <&apbdma 17>;
544 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530545 status = "disabled";
546 };
547
548 spi@7000da00 {
549 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
550 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700551 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530552 #address-cells = <1>;
553 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300554 clocks = <&tegra_car TEGRA30_CLK_SBC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700555 resets = <&tegra_car 68>;
556 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700557 dmas = <&apbdma 18>, <&apbdma 18>;
558 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530559 status = "disabled";
560 };
561
562 spi@7000dc00 {
563 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
564 reg = <0x7000dc00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700565 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530566 #address-cells = <1>;
567 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300568 clocks = <&tegra_car TEGRA30_CLK_SBC5>;
Stephen Warren3393d422013-11-06 14:01:16 -0700569 resets = <&tegra_car 104>;
570 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700571 dmas = <&apbdma 27>, <&apbdma 27>;
572 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530573 status = "disabled";
574 };
575
576 spi@7000de00 {
577 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
578 reg = <0x7000de00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700579 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530580 #address-cells = <1>;
581 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300582 clocks = <&tegra_car TEGRA30_CLK_SBC6>;
Stephen Warren3393d422013-11-06 14:01:16 -0700583 resets = <&tegra_car 106>;
584 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700585 dmas = <&apbdma 28>, <&apbdma 28>;
586 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530587 status = "disabled";
588 };
589
Stephen Warren58ecb232013-11-25 17:53:16 -0700590 kbc@7000e200 {
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530591 compatible = "nvidia,tegra30-kbc", "nvidia,tegra20-kbc";
592 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700593 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300594 clocks = <&tegra_car TEGRA30_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700595 resets = <&tegra_car 36>;
596 reset-names = "kbc";
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530597 status = "disabled";
598 };
599
Stephen Warren58ecb232013-11-25 17:53:16 -0700600 pmc@7000e400 {
Joseph Lo2b84e532013-02-26 16:27:43 +0000601 compatible = "nvidia,tegra30-pmc";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600602 reg = <0x7000e400 0x400>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300603 clocks = <&tegra_car TEGRA30_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800604 clock-names = "pclk", "clk32k_in";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200605 };
606
Stephen Warren58ecb232013-11-25 17:53:16 -0700607 memory-controller@7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600608 compatible = "nvidia,tegra30-mc";
609 reg = <0x7000f000 0x010
610 0x7000f03c 0x1b4
611 0x7000f200 0x028
612 0x7000f284 0x17c>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700613 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200614 };
615
Stephen Warren58ecb232013-11-25 17:53:16 -0700616 iommu@7000f010 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600617 compatible = "nvidia,tegra30-smmu";
618 reg = <0x7000f010 0x02c
619 0x7000f1f0 0x010
620 0x7000f228 0x05c>;
621 nvidia,#asids = <4>; /* # of ASIDs */
622 dma-window = <0 0x40000000>; /* IOVA start & length */
623 nvidia,ahb = <&ahb>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200624 };
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600625
Stephen Warren58ecb232013-11-25 17:53:16 -0700626 ahub@70080000 {
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600627 compatible = "nvidia,tegra30-ahub";
Stephen Warren5ff48882012-05-11 16:26:03 -0600628 reg = <0x70080000 0x200
629 0x70080200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700630 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300631 clocks = <&tegra_car TEGRA30_CLK_D_AUDIO>,
Stephen Warren2bd541f2013-11-07 10:59:42 -0700632 <&tegra_car TEGRA30_CLK_APBIF>;
633 clock-names = "d_audio", "apbif";
Stephen Warren3393d422013-11-06 14:01:16 -0700634 resets = <&tegra_car 106>, /* d_audio */
635 <&tegra_car 107>, /* apbif */
636 <&tegra_car 30>, /* i2s0 */
637 <&tegra_car 11>, /* i2s1 */
638 <&tegra_car 18>, /* i2s2 */
639 <&tegra_car 101>, /* i2s3 */
640 <&tegra_car 102>, /* i2s4 */
641 <&tegra_car 108>, /* dam0 */
642 <&tegra_car 109>, /* dam1 */
643 <&tegra_car 110>, /* dam2 */
644 <&tegra_car 10>; /* spdif */
645 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
646 "i2s3", "i2s4", "dam0", "dam1", "dam2",
647 "spdif";
Stephen Warren034d0232013-11-11 13:05:59 -0700648 dmas = <&apbdma 1>, <&apbdma 1>,
649 <&apbdma 2>, <&apbdma 2>,
650 <&apbdma 3>, <&apbdma 3>,
651 <&apbdma 4>, <&apbdma 4>;
652 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
653 "rx3", "tx3";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600654 ranges;
655 #address-cells = <1>;
656 #size-cells = <1>;
657
658 tegra_i2s0: i2s@70080300 {
659 compatible = "nvidia,tegra30-i2s";
660 reg = <0x70080300 0x100>;
661 nvidia,ahub-cif-ids = <4 4>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300662 clocks = <&tegra_car TEGRA30_CLK_I2S0>;
Stephen Warren3393d422013-11-06 14:01:16 -0700663 resets = <&tegra_car 30>;
664 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200665 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600666 };
667
668 tegra_i2s1: i2s@70080400 {
669 compatible = "nvidia,tegra30-i2s";
670 reg = <0x70080400 0x100>;
671 nvidia,ahub-cif-ids = <5 5>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300672 clocks = <&tegra_car TEGRA30_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700673 resets = <&tegra_car 11>;
674 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200675 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600676 };
677
678 tegra_i2s2: i2s@70080500 {
679 compatible = "nvidia,tegra30-i2s";
680 reg = <0x70080500 0x100>;
681 nvidia,ahub-cif-ids = <6 6>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300682 clocks = <&tegra_car TEGRA30_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700683 resets = <&tegra_car 18>;
684 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200685 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600686 };
687
688 tegra_i2s3: i2s@70080600 {
689 compatible = "nvidia,tegra30-i2s";
690 reg = <0x70080600 0x100>;
691 nvidia,ahub-cif-ids = <7 7>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300692 clocks = <&tegra_car TEGRA30_CLK_I2S3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700693 resets = <&tegra_car 101>;
694 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200695 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600696 };
697
698 tegra_i2s4: i2s@70080700 {
699 compatible = "nvidia,tegra30-i2s";
700 reg = <0x70080700 0x100>;
701 nvidia,ahub-cif-ids = <8 8>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300702 clocks = <&tegra_car TEGRA30_CLK_I2S4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700703 resets = <&tegra_car 102>;
704 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200705 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600706 };
707 };
Hiroshi DOYU7868a9b2012-05-07 09:43:47 +0300708
Stephen Warrenc04abb32012-05-11 17:03:26 -0600709 sdhci@78000000 {
710 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
711 reg = <0x78000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700712 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300713 clocks = <&tegra_car TEGRA30_CLK_SDMMC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700714 resets = <&tegra_car 14>;
715 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200716 status = "disabled";
Hiroshi DOYU7868a9b2012-05-07 09:43:47 +0300717 };
hdoyu@nvidia.comecf43742012-05-09 21:42:33 +0000718
Stephen Warrenc04abb32012-05-11 17:03:26 -0600719 sdhci@78000200 {
720 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
721 reg = <0x78000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700722 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300723 clocks = <&tegra_car TEGRA30_CLK_SDMMC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700724 resets = <&tegra_car 9>;
725 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200726 status = "disabled";
hdoyu@nvidia.comecf43742012-05-09 21:42:33 +0000727 };
hdoyu@nvidia.com54174a32012-05-09 21:50:21 +0000728
Stephen Warrenc04abb32012-05-11 17:03:26 -0600729 sdhci@78000400 {
730 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
731 reg = <0x78000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700732 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300733 clocks = <&tegra_car TEGRA30_CLK_SDMMC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700734 resets = <&tegra_car 69>;
735 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200736 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600737 };
738
739 sdhci@78000600 {
740 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
741 reg = <0x78000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700742 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300743 clocks = <&tegra_car TEGRA30_CLK_SDMMC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700744 resets = <&tegra_car 15>;
745 reset-names = "sdhci";
Roland Stigge223ef782012-06-11 21:09:45 +0200746 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600747 };
748
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300749 usb@7d000000 {
750 compatible = "nvidia,tegra30-ehci", "usb-ehci";
751 reg = <0x7d000000 0x4000>;
752 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
753 phy_type = "utmi";
754 clocks = <&tegra_car TEGRA30_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700755 resets = <&tegra_car 22>;
756 reset-names = "usb";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300757 nvidia,needs-double-reset;
758 nvidia,phy = <&phy1>;
759 status = "disabled";
760 };
761
762 phy1: usb-phy@7d000000 {
763 compatible = "nvidia,tegra30-usb-phy";
764 reg = <0x7d000000 0x4000 0x7d000000 0x4000>;
765 phy_type = "utmi";
766 clocks = <&tegra_car TEGRA30_CLK_USBD>,
767 <&tegra_car TEGRA30_CLK_PLL_U>,
768 <&tegra_car TEGRA30_CLK_USBD>;
769 clock-names = "reg", "pll_u", "utmi-pads";
770 nvidia,hssync-start-delay = <9>;
771 nvidia,idle-wait-delay = <17>;
772 nvidia,elastic-limit = <16>;
773 nvidia,term-range-adj = <6>;
774 nvidia,xcvr-setup = <51>;
775 nvidia.xcvr-setup-use-fuses;
776 nvidia,xcvr-lsfslew = <1>;
777 nvidia,xcvr-lsrslew = <1>;
778 nvidia,xcvr-hsslew = <32>;
779 nvidia,hssquelch-level = <2>;
780 nvidia,hsdiscon-level = <5>;
781 status = "disabled";
782 };
783
784 usb@7d004000 {
785 compatible = "nvidia,tegra30-ehci", "usb-ehci";
786 reg = <0x7d004000 0x4000>;
787 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Eric Browerfd6441e2013-12-19 18:08:52 -0800788 phy_type = "utmi";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300789 clocks = <&tegra_car TEGRA30_CLK_USB2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700790 resets = <&tegra_car 58>;
791 reset-names = "usb";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300792 nvidia,phy = <&phy2>;
793 status = "disabled";
794 };
795
796 phy2: usb-phy@7d004000 {
797 compatible = "nvidia,tegra30-usb-phy";
Eric Browerfd6441e2013-12-19 18:08:52 -0800798 reg = <0x7d004000 0x4000 0x7d000000 0x4000>;
799 phy_type = "utmi";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300800 clocks = <&tegra_car TEGRA30_CLK_USB2>,
801 <&tegra_car TEGRA30_CLK_PLL_U>,
Eric Browerfd6441e2013-12-19 18:08:52 -0800802 <&tegra_car TEGRA30_CLK_USBD>;
803 clock-names = "reg", "pll_u", "utmi-pads";
804 nvidia,hssync-start-delay = <9>;
805 nvidia,idle-wait-delay = <17>;
806 nvidia,elastic-limit = <16>;
807 nvidia,term-range-adj = <6>;
808 nvidia,xcvr-setup = <51>;
809 nvidia.xcvr-setup-use-fuses;
810 nvidia,xcvr-lsfslew = <2>;
811 nvidia,xcvr-lsrslew = <2>;
812 nvidia,xcvr-hsslew = <32>;
813 nvidia,hssquelch-level = <2>;
814 nvidia,hsdiscon-level = <5>;
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300815 status = "disabled";
816 };
817
818 usb@7d008000 {
819 compatible = "nvidia,tegra30-ehci", "usb-ehci";
820 reg = <0x7d008000 0x4000>;
821 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
822 phy_type = "utmi";
823 clocks = <&tegra_car TEGRA30_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700824 resets = <&tegra_car 59>;
825 reset-names = "usb";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300826 nvidia,phy = <&phy3>;
827 status = "disabled";
828 };
829
830 phy3: usb-phy@7d008000 {
831 compatible = "nvidia,tegra30-usb-phy";
832 reg = <0x7d008000 0x4000 0x7d000000 0x4000>;
833 phy_type = "utmi";
834 clocks = <&tegra_car TEGRA30_CLK_USB3>,
835 <&tegra_car TEGRA30_CLK_PLL_U>,
836 <&tegra_car TEGRA30_CLK_USBD>;
837 clock-names = "reg", "pll_u", "utmi-pads";
838 nvidia,hssync-start-delay = <0>;
839 nvidia,idle-wait-delay = <17>;
840 nvidia,elastic-limit = <16>;
841 nvidia,term-range-adj = <6>;
842 nvidia,xcvr-setup = <51>;
843 nvidia.xcvr-setup-use-fuses;
844 nvidia,xcvr-lsfslew = <2>;
845 nvidia,xcvr-lsrslew = <2>;
846 nvidia,xcvr-hsslew = <32>;
847 nvidia,hssquelch-level = <2>;
848 nvidia,hsdiscon-level = <5>;
849 status = "disabled";
850 };
851
Hiroshi Doyu7d19a342013-01-11 15:11:54 +0200852 cpus {
853 #address-cells = <1>;
854 #size-cells = <0>;
855
856 cpu@0 {
857 device_type = "cpu";
858 compatible = "arm,cortex-a9";
859 reg = <0>;
860 };
861
862 cpu@1 {
863 device_type = "cpu";
864 compatible = "arm,cortex-a9";
865 reg = <1>;
866 };
867
868 cpu@2 {
869 device_type = "cpu";
870 compatible = "arm,cortex-a9";
871 reg = <2>;
872 };
873
874 cpu@3 {
875 device_type = "cpu";
876 compatible = "arm,cortex-a9";
877 reg = <3>;
878 };
879 };
880
Stephen Warrenc04abb32012-05-11 17:03:26 -0600881 pmu {
882 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700883 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>,
884 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
885 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
886 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com54174a32012-05-09 21:50:21 +0000887 };
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200888};