blob: 19a84e933f4eae0799fc194b386bfdc51b85b880 [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
Thierry Reding688b56b2014-02-18 23:03:31 +0100173 nvidia,head = <0>;
174
Thierry Redinged390972012-11-15 22:07:57 +0100175 rgb {
176 status = "disabled";
177 };
178 };
179
180 dc@54240000 {
181 compatible = "nvidia,tegra30-dc";
182 reg = <0x54240000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700183 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300184 clocks = <&tegra_car TEGRA30_CLK_DISP2>,
185 <&tegra_car TEGRA30_CLK_PLL_P>;
Stephen Warrend8f64792013-11-06 14:00:25 -0700186 clock-names = "dc", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700187 resets = <&tegra_car 26>;
188 reset-names = "dc";
Thierry Redinged390972012-11-15 22:07:57 +0100189
Thierry Reding688b56b2014-02-18 23:03:31 +0100190 nvidia,head = <1>;
191
Thierry Redinged390972012-11-15 22:07:57 +0100192 rgb {
193 status = "disabled";
194 };
195 };
196
Stephen Warren58ecb232013-11-25 17:53:16 -0700197 hdmi@54280000 {
Thierry Redinged390972012-11-15 22:07:57 +0100198 compatible = "nvidia,tegra30-hdmi";
199 reg = <0x54280000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700200 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300201 clocks = <&tegra_car TEGRA30_CLK_HDMI>,
202 <&tegra_car TEGRA30_CLK_PLL_D2_OUT0>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530203 clock-names = "hdmi", "parent";
Stephen Warren3393d422013-11-06 14:01:16 -0700204 resets = <&tegra_car 51>;
205 reset-names = "hdmi";
Thierry Redinged390972012-11-15 22:07:57 +0100206 status = "disabled";
207 };
208
Stephen Warren58ecb232013-11-25 17:53:16 -0700209 tvo@542c0000 {
Thierry Redinged390972012-11-15 22:07:57 +0100210 compatible = "nvidia,tegra30-tvo";
211 reg = <0x542c0000 0x00040000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700212 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300213 clocks = <&tegra_car TEGRA30_CLK_TVO>;
Thierry Redinged390972012-11-15 22:07:57 +0100214 status = "disabled";
215 };
216
Stephen Warren58ecb232013-11-25 17:53:16 -0700217 dsi@54300000 {
Thierry Redinged390972012-11-15 22:07:57 +0100218 compatible = "nvidia,tegra30-dsi";
219 reg = <0x54300000 0x00040000>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300220 clocks = <&tegra_car TEGRA30_CLK_DSIA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700221 resets = <&tegra_car 48>;
222 reset-names = "dsi";
Thierry Redinged390972012-11-15 22:07:57 +0100223 status = "disabled";
224 };
225 };
226
Stephen Warren73368ba2012-09-19 14:17:24 -0600227 timer@50004600 {
228 compatible = "arm,cortex-a9-twd-timer";
229 reg = <0x50040600 0x20>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700230 interrupts = <GIC_PPI 13
231 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300232 clocks = <&tegra_car TEGRA30_CLK_TWD>;
Stephen Warren73368ba2012-09-19 14:17:24 -0600233 };
234
Stephen Warren58ecb232013-11-25 17:53:16 -0700235 intc: interrupt-controller@50041000 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200236 compatible = "arm,cortex-a9-gic";
Stephen Warren5ff48882012-05-11 16:26:03 -0600237 reg = <0x50041000 0x1000
238 0x50040100 0x0100>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600239 interrupt-controller;
240 #interrupt-cells = <3>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200241 };
242
Stephen Warren58ecb232013-11-25 17:53:16 -0700243 cache-controller@50043000 {
Stephen Warrenbb2c1de2013-01-14 10:09:16 -0700244 compatible = "arm,pl310-cache";
245 reg = <0x50043000 0x1000>;
246 arm,data-latency = <6 6 2>;
247 arm,tag-latency = <5 5 2>;
248 cache-unified;
249 cache-level = <2>;
250 };
251
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600252 timer@60005000 {
253 compatible = "nvidia,tegra30-timer", "nvidia,tegra20-timer";
254 reg = <0x60005000 0x400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700255 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
257 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
258 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
259 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
260 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300261 clocks = <&tegra_car TEGRA30_CLK_TIMER>;
Stephen Warren2f2b7fb2012-09-19 12:02:31 -0600262 };
263
Stephen Warren58ecb232013-11-25 17:53:16 -0700264 tegra_car: clock@60006000 {
Prashant Gaikwad95985662013-01-11 13:16:23 +0530265 compatible = "nvidia,tegra30-car";
266 reg = <0x60006000 0x1000>;
267 #clock-cells = <1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700268 #reset-cells = <1>;
Prashant Gaikwad95985662013-01-11 13:16:23 +0530269 };
270
Stephen Warren58ecb232013-11-25 17:53:16 -0700271 apbdma: dma@6000a000 {
Stephen Warren8051b752012-01-11 16:09:54 -0700272 compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
273 reg = <0x6000a000 0x1400>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700274 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
275 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
276 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
277 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
278 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
279 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
280 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
281 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
282 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
283 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
284 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
285 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
286 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
287 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
288 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
289 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
290 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
291 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
292 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
293 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
294 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
295 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
296 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
297 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
298 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
299 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
300 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
301 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
302 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
303 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
304 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
305 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300306 clocks = <&tegra_car TEGRA30_CLK_APBDMA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700307 resets = <&tegra_car 34>;
308 reset-names = "dma";
Stephen Warren034d0232013-11-11 13:05:59 -0700309 #dma-cells = <1>;
Stephen Warren8051b752012-01-11 16:09:54 -0700310 };
311
Stephen Warren58ecb232013-11-25 17:53:16 -0700312 ahb: ahb@6000c004 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600313 compatible = "nvidia,tegra30-ahb";
314 reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
315 };
316
Stephen Warren58ecb232013-11-25 17:53:16 -0700317 gpio: gpio@6000d000 {
Laxman Dewangan35f210e2012-12-19 20:27:12 +0530318 compatible = "nvidia,tegra30-gpio";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600319 reg = <0x6000d000 0x1000>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700320 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
321 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
322 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
323 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
324 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
325 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
326 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
327 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warrenc04abb32012-05-11 17:03:26 -0600328 #gpio-cells = <2>;
329 gpio-controller;
330 #interrupt-cells = <2>;
331 interrupt-controller;
332 };
333
Stephen Warren58ecb232013-11-25 17:53:16 -0700334 pinmux: pinmux@70000868 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600335 compatible = "nvidia,tegra30-pinmux";
Pritesh Raithatha322337b2012-10-30 15:37:09 +0530336 reg = <0x70000868 0xd4 /* Pad control registers */
337 0x70003000 0x3e4>; /* Mux registers */
Stephen Warrenc04abb32012-05-11 17:03:26 -0600338 };
339
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530340 /*
341 * There are two serial driver i.e. 8250 based simple serial
342 * driver and APB DMA based serial driver for higher baudrate
343 * and performace. To enable the 8250 based driver, the compatible
344 * is "nvidia,tegra30-uart", "nvidia,tegra20-uart" and to enable
345 * the APB DMA based serial driver, the comptible is
346 * "nvidia,tegra30-hsuart", "nvidia,tegra20-hsuart".
347 */
348 uarta: serial@70006000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600349 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
350 reg = <0x70006000 0x40>;
351 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700352 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300353 clocks = <&tegra_car TEGRA30_CLK_UARTA>;
Stephen Warren3393d422013-11-06 14:01:16 -0700354 resets = <&tegra_car 6>;
355 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700356 dmas = <&apbdma 8>, <&apbdma 8>;
357 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200358 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600359 };
360
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530361 uartb: serial@70006040 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600362 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
363 reg = <0x70006040 0x40>;
364 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700365 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300366 clocks = <&tegra_car TEGRA30_CLK_UARTB>;
Stephen Warren3393d422013-11-06 14:01:16 -0700367 resets = <&tegra_car 7>;
368 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700369 dmas = <&apbdma 9>, <&apbdma 9>;
370 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200371 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600372 };
373
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530374 uartc: serial@70006200 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600375 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
376 reg = <0x70006200 0x100>;
377 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700378 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300379 clocks = <&tegra_car TEGRA30_CLK_UARTC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700380 resets = <&tegra_car 55>;
381 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700382 dmas = <&apbdma 10>, <&apbdma 10>;
383 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200384 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600385 };
386
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530387 uartd: serial@70006300 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600388 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
389 reg = <0x70006300 0x100>;
390 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700391 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300392 clocks = <&tegra_car TEGRA30_CLK_UARTD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700393 resets = <&tegra_car 65>;
394 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700395 dmas = <&apbdma 19>, <&apbdma 19>;
396 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200397 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600398 };
399
Laxman Dewanganb6551bb2012-12-19 12:01:11 +0530400 uarte: serial@70006400 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600401 compatible = "nvidia,tegra30-uart", "nvidia,tegra20-uart";
402 reg = <0x70006400 0x100>;
403 reg-shift = <2>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700404 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300405 clocks = <&tegra_car TEGRA30_CLK_UARTE>;
Stephen Warren3393d422013-11-06 14:01:16 -0700406 resets = <&tegra_car 66>;
407 reset-names = "serial";
Stephen Warren034d0232013-11-11 13:05:59 -0700408 dmas = <&apbdma 20>, <&apbdma 20>;
409 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200410 status = "disabled";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600411 };
412
Stephen Warren58ecb232013-11-25 17:53:16 -0700413 pwm: pwm@7000a000 {
Thierry Reding140fd972011-12-21 08:04:13 +0100414 compatible = "nvidia,tegra30-pwm", "nvidia,tegra20-pwm";
415 reg = <0x7000a000 0x100>;
416 #pwm-cells = <2>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300417 clocks = <&tegra_car TEGRA30_CLK_PWM>;
Stephen Warren3393d422013-11-06 14:01:16 -0700418 resets = <&tegra_car 17>;
419 reset-names = "pwm";
Andrew Chewb69cd982013-03-12 16:40:51 -0700420 status = "disabled";
Thierry Reding140fd972011-12-21 08:04:13 +0100421 };
422
Stephen Warren58ecb232013-11-25 17:53:16 -0700423 rtc@7000e000 {
Stephen Warren380e04a2012-09-19 12:13:16 -0600424 compatible = "nvidia,tegra30-rtc", "nvidia,tegra20-rtc";
425 reg = <0x7000e000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700426 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300427 clocks = <&tegra_car TEGRA30_CLK_RTC>;
Stephen Warren380e04a2012-09-19 12:13:16 -0600428 };
429
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200430 i2c@7000c000 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200431 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600432 reg = <0x7000c000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700433 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600434 #address-cells = <1>;
435 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300436 clocks = <&tegra_car TEGRA30_CLK_I2C1>,
437 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530438 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700439 resets = <&tegra_car 12>;
440 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700441 dmas = <&apbdma 21>, <&apbdma 21>;
442 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200443 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200444 };
445
446 i2c@7000c400 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200447 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600448 reg = <0x7000c400 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700449 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600450 #address-cells = <1>;
451 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300452 clocks = <&tegra_car TEGRA30_CLK_I2C2>,
453 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530454 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700455 resets = <&tegra_car 54>;
456 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700457 dmas = <&apbdma 22>, <&apbdma 22>;
458 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200459 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200460 };
461
462 i2c@7000c500 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200463 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600464 reg = <0x7000c500 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700465 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600466 #address-cells = <1>;
467 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300468 clocks = <&tegra_car TEGRA30_CLK_I2C3>,
469 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530470 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700471 resets = <&tegra_car 67>;
472 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700473 dmas = <&apbdma 23>, <&apbdma 23>;
474 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200475 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200476 };
477
478 i2c@7000c700 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200479 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
480 reg = <0x7000c700 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700481 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600482 #address-cells = <1>;
483 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300484 clocks = <&tegra_car TEGRA30_CLK_I2C4>,
485 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700486 resets = <&tegra_car 103>;
487 reset-names = "i2c";
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530488 clock-names = "div-clk", "fast-clk";
Stephen Warren034d0232013-11-11 13:05:59 -0700489 dmas = <&apbdma 26>, <&apbdma 26>;
490 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200491 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200492 };
493
494 i2c@7000d000 {
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200495 compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
Stephen Warrenba04c282012-05-11 16:28:59 -0600496 reg = <0x7000d000 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700497 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
Stephen Warren2eaab062012-05-11 17:12:52 -0600498 #address-cells = <1>;
499 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300500 clocks = <&tegra_car TEGRA30_CLK_I2C5>,
501 <&tegra_car TEGRA30_CLK_PLL_P_OUT3>;
Prashant Gaikwad1cbc7332013-01-11 13:31:22 +0530502 clock-names = "div-clk", "fast-clk";
Stephen Warren3393d422013-11-06 14:01:16 -0700503 resets = <&tegra_car 47>;
504 reset-names = "i2c";
Stephen Warren034d0232013-11-11 13:05:59 -0700505 dmas = <&apbdma 24>, <&apbdma 24>;
506 dma-names = "rx", "tx";
Roland Stigge223ef782012-06-11 21:09:45 +0200507 status = "disabled";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200508 };
509
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530510 spi@7000d400 {
511 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
512 reg = <0x7000d400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700513 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530514 #address-cells = <1>;
515 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300516 clocks = <&tegra_car TEGRA30_CLK_SBC1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700517 resets = <&tegra_car 41>;
518 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700519 dmas = <&apbdma 15>, <&apbdma 15>;
520 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530521 status = "disabled";
522 };
523
524 spi@7000d600 {
525 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
526 reg = <0x7000d600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700527 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530528 #address-cells = <1>;
529 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300530 clocks = <&tegra_car TEGRA30_CLK_SBC2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700531 resets = <&tegra_car 44>;
532 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700533 dmas = <&apbdma 16>, <&apbdma 16>;
534 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530535 status = "disabled";
536 };
537
538 spi@7000d800 {
539 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
Laxman Dewangan57471c82013-03-22 12:35:06 -0600540 reg = <0x7000d800 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700541 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530542 #address-cells = <1>;
543 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300544 clocks = <&tegra_car TEGRA30_CLK_SBC3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700545 resets = <&tegra_car 46>;
546 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700547 dmas = <&apbdma 17>, <&apbdma 17>;
548 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530549 status = "disabled";
550 };
551
552 spi@7000da00 {
553 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
554 reg = <0x7000da00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700555 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530556 #address-cells = <1>;
557 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300558 clocks = <&tegra_car TEGRA30_CLK_SBC4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700559 resets = <&tegra_car 68>;
560 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700561 dmas = <&apbdma 18>, <&apbdma 18>;
562 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530563 status = "disabled";
564 };
565
566 spi@7000dc00 {
567 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
568 reg = <0x7000dc00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700569 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530570 #address-cells = <1>;
571 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300572 clocks = <&tegra_car TEGRA30_CLK_SBC5>;
Stephen Warren3393d422013-11-06 14:01:16 -0700573 resets = <&tegra_car 104>;
574 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700575 dmas = <&apbdma 27>, <&apbdma 27>;
576 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530577 status = "disabled";
578 };
579
580 spi@7000de00 {
581 compatible = "nvidia,tegra30-slink", "nvidia,tegra20-slink";
582 reg = <0x7000de00 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700583 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530584 #address-cells = <1>;
585 #size-cells = <0>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300586 clocks = <&tegra_car TEGRA30_CLK_SBC6>;
Stephen Warren3393d422013-11-06 14:01:16 -0700587 resets = <&tegra_car 106>;
588 reset-names = "spi";
Stephen Warren034d0232013-11-11 13:05:59 -0700589 dmas = <&apbdma 28>, <&apbdma 28>;
590 dma-names = "rx", "tx";
Laxman Dewangana86b0db2012-10-30 12:35:23 +0530591 status = "disabled";
592 };
593
Stephen Warren58ecb232013-11-25 17:53:16 -0700594 kbc@7000e200 {
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530595 compatible = "nvidia,tegra30-kbc", "nvidia,tegra20-kbc";
596 reg = <0x7000e200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700597 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300598 clocks = <&tegra_car TEGRA30_CLK_KBC>;
Stephen Warren3393d422013-11-06 14:01:16 -0700599 resets = <&tegra_car 36>;
600 reset-names = "kbc";
Laxman Dewangan699ed4b2013-01-11 19:03:03 +0530601 status = "disabled";
602 };
603
Stephen Warren58ecb232013-11-25 17:53:16 -0700604 pmc@7000e400 {
Joseph Lo2b84e532013-02-26 16:27:43 +0000605 compatible = "nvidia,tegra30-pmc";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600606 reg = <0x7000e400 0x400>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300607 clocks = <&tegra_car TEGRA30_CLK_PCLK>, <&clk32k_in>;
Joseph Lo7021d122013-04-03 19:31:27 +0800608 clock-names = "pclk", "clk32k_in";
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200609 };
610
Stephen Warren58ecb232013-11-25 17:53:16 -0700611 memory-controller@7000f000 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600612 compatible = "nvidia,tegra30-mc";
613 reg = <0x7000f000 0x010
614 0x7000f03c 0x1b4
615 0x7000f200 0x028
616 0x7000f284 0x17c>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700617 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200618 };
619
Stephen Warren58ecb232013-11-25 17:53:16 -0700620 iommu@7000f010 {
Stephen Warrenc04abb32012-05-11 17:03:26 -0600621 compatible = "nvidia,tegra30-smmu";
622 reg = <0x7000f010 0x02c
623 0x7000f1f0 0x010
624 0x7000f228 0x05c>;
625 nvidia,#asids = <4>; /* # of ASIDs */
626 dma-window = <0 0x40000000>; /* IOVA start & length */
627 nvidia,ahb = <&ahb>;
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200628 };
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600629
Stephen Warren58ecb232013-11-25 17:53:16 -0700630 ahub@70080000 {
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600631 compatible = "nvidia,tegra30-ahub";
Stephen Warren5ff48882012-05-11 16:26:03 -0600632 reg = <0x70080000 0x200
633 0x70080200 0x100>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700634 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300635 clocks = <&tegra_car TEGRA30_CLK_D_AUDIO>,
Stephen Warren2bd541f2013-11-07 10:59:42 -0700636 <&tegra_car TEGRA30_CLK_APBIF>;
637 clock-names = "d_audio", "apbif";
Stephen Warren3393d422013-11-06 14:01:16 -0700638 resets = <&tegra_car 106>, /* d_audio */
639 <&tegra_car 107>, /* apbif */
640 <&tegra_car 30>, /* i2s0 */
641 <&tegra_car 11>, /* i2s1 */
642 <&tegra_car 18>, /* i2s2 */
643 <&tegra_car 101>, /* i2s3 */
644 <&tegra_car 102>, /* i2s4 */
645 <&tegra_car 108>, /* dam0 */
646 <&tegra_car 109>, /* dam1 */
647 <&tegra_car 110>, /* dam2 */
648 <&tegra_car 10>; /* spdif */
649 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
650 "i2s3", "i2s4", "dam0", "dam1", "dam2",
651 "spdif";
Stephen Warren034d0232013-11-11 13:05:59 -0700652 dmas = <&apbdma 1>, <&apbdma 1>,
653 <&apbdma 2>, <&apbdma 2>,
654 <&apbdma 3>, <&apbdma 3>,
655 <&apbdma 4>, <&apbdma 4>;
656 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
657 "rx3", "tx3";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600658 ranges;
659 #address-cells = <1>;
660 #size-cells = <1>;
661
662 tegra_i2s0: i2s@70080300 {
663 compatible = "nvidia,tegra30-i2s";
664 reg = <0x70080300 0x100>;
665 nvidia,ahub-cif-ids = <4 4>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300666 clocks = <&tegra_car TEGRA30_CLK_I2S0>;
Stephen Warren3393d422013-11-06 14:01:16 -0700667 resets = <&tegra_car 30>;
668 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200669 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600670 };
671
672 tegra_i2s1: i2s@70080400 {
673 compatible = "nvidia,tegra30-i2s";
674 reg = <0x70080400 0x100>;
675 nvidia,ahub-cif-ids = <5 5>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300676 clocks = <&tegra_car TEGRA30_CLK_I2S1>;
Stephen Warren3393d422013-11-06 14:01:16 -0700677 resets = <&tegra_car 11>;
678 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200679 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600680 };
681
682 tegra_i2s2: i2s@70080500 {
683 compatible = "nvidia,tegra30-i2s";
684 reg = <0x70080500 0x100>;
685 nvidia,ahub-cif-ids = <6 6>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300686 clocks = <&tegra_car TEGRA30_CLK_I2S2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700687 resets = <&tegra_car 18>;
688 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200689 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600690 };
691
692 tegra_i2s3: i2s@70080600 {
693 compatible = "nvidia,tegra30-i2s";
694 reg = <0x70080600 0x100>;
695 nvidia,ahub-cif-ids = <7 7>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300696 clocks = <&tegra_car TEGRA30_CLK_I2S3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700697 resets = <&tegra_car 101>;
698 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200699 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600700 };
701
702 tegra_i2s4: i2s@70080700 {
703 compatible = "nvidia,tegra30-i2s";
704 reg = <0x70080700 0x100>;
705 nvidia,ahub-cif-ids = <8 8>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300706 clocks = <&tegra_car TEGRA30_CLK_I2S4>;
Stephen Warren3393d422013-11-06 14:01:16 -0700707 resets = <&tegra_car 102>;
708 reset-names = "i2s";
Roland Stigge223ef782012-06-11 21:09:45 +0200709 status = "disabled";
Stephen Warren9ee6a5c2012-03-27 12:40:53 -0600710 };
711 };
Hiroshi DOYU7868a9b2012-05-07 09:43:47 +0300712
Stephen Warrenc04abb32012-05-11 17:03:26 -0600713 sdhci@78000000 {
714 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
715 reg = <0x78000000 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700716 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300717 clocks = <&tegra_car TEGRA30_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";
Hiroshi DOYU7868a9b2012-05-07 09:43:47 +0300721 };
hdoyu@nvidia.comecf43742012-05-09 21:42:33 +0000722
Stephen Warrenc04abb32012-05-11 17:03:26 -0600723 sdhci@78000200 {
724 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
725 reg = <0x78000200 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700726 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300727 clocks = <&tegra_car TEGRA30_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";
hdoyu@nvidia.comecf43742012-05-09 21:42:33 +0000731 };
hdoyu@nvidia.com54174a32012-05-09 21:50:21 +0000732
Stephen Warrenc04abb32012-05-11 17:03:26 -0600733 sdhci@78000400 {
734 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
735 reg = <0x78000400 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700736 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300737 clocks = <&tegra_car TEGRA30_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";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600741 };
742
743 sdhci@78000600 {
744 compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci";
745 reg = <0x78000600 0x200>;
Stephen Warren6cecf912013-02-13 12:51:51 -0700746 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Hiroshi Doyu05849c92013-05-22 19:45:34 +0300747 clocks = <&tegra_car TEGRA30_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";
Stephen Warrenc04abb32012-05-11 17:03:26 -0600751 };
752
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300753 usb@7d000000 {
754 compatible = "nvidia,tegra30-ehci", "usb-ehci";
755 reg = <0x7d000000 0x4000>;
756 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
757 phy_type = "utmi";
758 clocks = <&tegra_car TEGRA30_CLK_USBD>;
Stephen Warren3393d422013-11-06 14:01:16 -0700759 resets = <&tegra_car 22>;
760 reset-names = "usb";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300761 nvidia,needs-double-reset;
762 nvidia,phy = <&phy1>;
763 status = "disabled";
764 };
765
766 phy1: usb-phy@7d000000 {
767 compatible = "nvidia,tegra30-usb-phy";
768 reg = <0x7d000000 0x4000 0x7d000000 0x4000>;
769 phy_type = "utmi";
770 clocks = <&tegra_car TEGRA30_CLK_USBD>,
771 <&tegra_car TEGRA30_CLK_PLL_U>,
772 <&tegra_car TEGRA30_CLK_USBD>;
773 clock-names = "reg", "pll_u", "utmi-pads";
774 nvidia,hssync-start-delay = <9>;
775 nvidia,idle-wait-delay = <17>;
776 nvidia,elastic-limit = <16>;
777 nvidia,term-range-adj = <6>;
778 nvidia,xcvr-setup = <51>;
779 nvidia.xcvr-setup-use-fuses;
780 nvidia,xcvr-lsfslew = <1>;
781 nvidia,xcvr-lsrslew = <1>;
782 nvidia,xcvr-hsslew = <32>;
783 nvidia,hssquelch-level = <2>;
784 nvidia,hsdiscon-level = <5>;
785 status = "disabled";
786 };
787
788 usb@7d004000 {
789 compatible = "nvidia,tegra30-ehci", "usb-ehci";
790 reg = <0x7d004000 0x4000>;
791 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
Eric Browerfd6441e2013-12-19 18:08:52 -0800792 phy_type = "utmi";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300793 clocks = <&tegra_car TEGRA30_CLK_USB2>;
Stephen Warren3393d422013-11-06 14:01:16 -0700794 resets = <&tegra_car 58>;
795 reset-names = "usb";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300796 nvidia,phy = <&phy2>;
797 status = "disabled";
798 };
799
800 phy2: usb-phy@7d004000 {
801 compatible = "nvidia,tegra30-usb-phy";
Eric Browerfd6441e2013-12-19 18:08:52 -0800802 reg = <0x7d004000 0x4000 0x7d000000 0x4000>;
803 phy_type = "utmi";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300804 clocks = <&tegra_car TEGRA30_CLK_USB2>,
805 <&tegra_car TEGRA30_CLK_PLL_U>,
Eric Browerfd6441e2013-12-19 18:08:52 -0800806 <&tegra_car TEGRA30_CLK_USBD>;
807 clock-names = "reg", "pll_u", "utmi-pads";
808 nvidia,hssync-start-delay = <9>;
809 nvidia,idle-wait-delay = <17>;
810 nvidia,elastic-limit = <16>;
811 nvidia,term-range-adj = <6>;
812 nvidia,xcvr-setup = <51>;
813 nvidia.xcvr-setup-use-fuses;
814 nvidia,xcvr-lsfslew = <2>;
815 nvidia,xcvr-lsrslew = <2>;
816 nvidia,xcvr-hsslew = <32>;
817 nvidia,hssquelch-level = <2>;
818 nvidia,hsdiscon-level = <5>;
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300819 status = "disabled";
820 };
821
822 usb@7d008000 {
823 compatible = "nvidia,tegra30-ehci", "usb-ehci";
824 reg = <0x7d008000 0x4000>;
825 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
826 phy_type = "utmi";
827 clocks = <&tegra_car TEGRA30_CLK_USB3>;
Stephen Warren3393d422013-11-06 14:01:16 -0700828 resets = <&tegra_car 59>;
829 reset-names = "usb";
Tuomas Tynkkynencc34c9f2013-08-01 18:00:17 +0300830 nvidia,phy = <&phy3>;
831 status = "disabled";
832 };
833
834 phy3: usb-phy@7d008000 {
835 compatible = "nvidia,tegra30-usb-phy";
836 reg = <0x7d008000 0x4000 0x7d000000 0x4000>;
837 phy_type = "utmi";
838 clocks = <&tegra_car TEGRA30_CLK_USB3>,
839 <&tegra_car TEGRA30_CLK_PLL_U>,
840 <&tegra_car TEGRA30_CLK_USBD>;
841 clock-names = "reg", "pll_u", "utmi-pads";
842 nvidia,hssync-start-delay = <0>;
843 nvidia,idle-wait-delay = <17>;
844 nvidia,elastic-limit = <16>;
845 nvidia,term-range-adj = <6>;
846 nvidia,xcvr-setup = <51>;
847 nvidia.xcvr-setup-use-fuses;
848 nvidia,xcvr-lsfslew = <2>;
849 nvidia,xcvr-lsrslew = <2>;
850 nvidia,xcvr-hsslew = <32>;
851 nvidia,hssquelch-level = <2>;
852 nvidia,hsdiscon-level = <5>;
853 status = "disabled";
854 };
855
Hiroshi Doyu7d19a342013-01-11 15:11:54 +0200856 cpus {
857 #address-cells = <1>;
858 #size-cells = <0>;
859
860 cpu@0 {
861 device_type = "cpu";
862 compatible = "arm,cortex-a9";
863 reg = <0>;
864 };
865
866 cpu@1 {
867 device_type = "cpu";
868 compatible = "arm,cortex-a9";
869 reg = <1>;
870 };
871
872 cpu@2 {
873 device_type = "cpu";
874 compatible = "arm,cortex-a9";
875 reg = <2>;
876 };
877
878 cpu@3 {
879 device_type = "cpu";
880 compatible = "arm,cortex-a9";
881 reg = <3>;
882 };
883 };
884
Stephen Warrenc04abb32012-05-11 17:03:26 -0600885 pmu {
886 compatible = "arm,cortex-a9-pmu";
Stephen Warren6cecf912013-02-13 12:51:51 -0700887 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>,
888 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
889 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
890 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
hdoyu@nvidia.com54174a32012-05-09 21:50:21 +0000891 };
Peter De Schrijverc3e00a02011-12-14 17:03:13 +0200892};