blob: f992557f2759e7a4620388ecf126e22812ed709a [file] [log] [blame]
Joseph Lo3b86baf2013-10-08 15:47:40 +08001#include <dt-bindings/clock/tegra124-car.h>
Stephen Warren0a9375d2013-08-05 16:10:02 -07002#include <dt-bindings/gpio/tegra-gpio.h>
Thierry Reding5b605d42014-06-26 21:22:46 +02003#include <dt-bindings/memory/tegra124-mc.h>
Laxman Dewangan4b20bcb2013-12-09 16:03:51 +05304#include <dt-bindings/pinctrl/pinctrl-tegra.h>
Thierry Redingce90d322014-06-19 13:37:09 +02005#include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
Joseph Load03b1a2013-10-08 12:50:05 +08006#include <dt-bindings/interrupt-controller/arm-gic.h>
Mikko Perttunen26b76f82014-09-26 12:43:11 +03007#include <dt-bindings/thermal/tegra124-soctherm.h>
Joseph Load03b1a2013-10-08 12:50:05 +08008
9#include "skeleton.dtsi"
10
11/ {
12 compatible = "nvidia,tegra124";
13 interrupt-parent = <&gic>;
Stephen Warrene30cb232014-03-03 14:51:15 -070014 #address-cells = <2>;
15 #size-cells = <2>;
Joseph Load03b1a2013-10-08 12:50:05 +080016
Thierry Redingee588e22014-09-17 10:02:44 -060017 pcie-controller@0,01003000 {
18 compatible = "nvidia,tegra124-pcie";
19 device_type = "pci";
20 reg = <0x0 0x01003000 0x0 0x00000800 /* PADS registers */
21 0x0 0x01003800 0x0 0x00000800 /* AFI registers */
22 0x0 0x02000000 0x0 0x10000000>; /* configuration space */
23 reg-names = "pads", "afi", "cs";
24 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
25 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
26 interrupt-names = "intr", "msi";
27
28 #interrupt-cells = <1>;
29 interrupt-map-mask = <0 0 0 0>;
30 interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
31
32 bus-range = <0x00 0xff>;
33 #address-cells = <3>;
34 #size-cells = <2>;
35
36 ranges = <0x82000000 0 0x01000000 0x0 0x01000000 0 0x00001000 /* port 0 configuration space */
37 0x82000000 0 0x01001000 0x0 0x01001000 0 0x00001000 /* port 1 configuration space */
38 0x81000000 0 0x0 0x0 0x12000000 0 0x00010000 /* downstream I/O (64 KiB) */
39 0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000 /* non-prefetchable memory (208 MiB) */
40 0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
41
42 clocks = <&tegra_car TEGRA124_CLK_PCIE>,
43 <&tegra_car TEGRA124_CLK_AFI>,
44 <&tegra_car TEGRA124_CLK_PLL_E>,
45 <&tegra_car TEGRA124_CLK_CML0>;
46 clock-names = "pex", "afi", "pll_e", "cml";
47 resets = <&tegra_car 70>,
48 <&tegra_car 72>,
49 <&tegra_car 74>;
50 reset-names = "pex", "afi", "pcie_x";
51 status = "disabled";
52
53 phys = <&padctl TEGRA_XUSB_PADCTL_PCIE>;
54 phy-names = "pcie";
55
56 pci@1,0 {
57 device_type = "pci";
58 assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
59 reg = <0x000800 0 0 0 0>;
60 status = "disabled";
61
62 #address-cells = <3>;
63 #size-cells = <2>;
64 ranges;
65
66 nvidia,num-lanes = <2>;
67 };
68
69 pci@2,0 {
70 device_type = "pci";
71 assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
72 reg = <0x001000 0 0 0 0>;
73 status = "disabled";
74
75 #address-cells = <3>;
76 #size-cells = <2>;
77 ranges;
78
79 nvidia,num-lanes = <1>;
80 };
81 };
82
Stephen Warrene30cb232014-03-03 14:51:15 -070083 host1x@0,50000000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010084 compatible = "nvidia,tegra124-host1x", "simple-bus";
Stephen Warrene30cb232014-03-03 14:51:15 -070085 reg = <0x0 0x50000000 0x0 0x00034000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010086 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
87 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
88 clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
89 resets = <&tegra_car 28>;
90 reset-names = "host1x";
91
Stephen Warrene30cb232014-03-03 14:51:15 -070092 #address-cells = <2>;
93 #size-cells = <2>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010094
Stephen Warrene30cb232014-03-03 14:51:15 -070095 ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010096
Stephen Warrene30cb232014-03-03 14:51:15 -070097 dc@0,54200000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010098 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070099 reg = <0x0 0x54200000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +0100100 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
101 clocks = <&tegra_car TEGRA124_CLK_DISP1>,
102 <&tegra_car TEGRA124_CLK_PLL_P>;
103 clock-names = "dc", "parent";
104 resets = <&tegra_car 27>;
105 reset-names = "dc";
106
Thierry Reding5b605d42014-06-26 21:22:46 +0200107 iommus = <&mc TEGRA_SWGROUP_DC>;
108
Thierry Redingad6be7d2014-02-28 17:40:22 +0100109 nvidia,head = <0>;
110 };
111
Stephen Warrene30cb232014-03-03 14:51:15 -0700112 dc@0,54240000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +0100113 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700114 reg = <0x0 0x54240000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +0100115 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
116 clocks = <&tegra_car TEGRA124_CLK_DISP2>,
117 <&tegra_car TEGRA124_CLK_PLL_P>;
118 clock-names = "dc", "parent";
119 resets = <&tegra_car 26>;
120 reset-names = "dc";
121
Thierry Reding5b605d42014-06-26 21:22:46 +0200122 iommus = <&mc TEGRA_SWGROUP_DCB>;
123
Thierry Redingad6be7d2014-02-28 17:40:22 +0100124 nvidia,head = <1>;
125 };
Thierry Redingd72be032014-02-28 17:40:23 +0100126
Thierry Reding9dd604d2014-04-25 17:44:45 +0200127 hdmi@0,54280000 {
128 compatible = "nvidia,tegra124-hdmi";
129 reg = <0x0 0x54280000 0x0 0x00040000>;
130 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
131 clocks = <&tegra_car TEGRA124_CLK_HDMI>,
132 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
133 clock-names = "hdmi", "parent";
134 resets = <&tegra_car 51>;
135 reset-names = "hdmi";
136 status = "disabled";
137 };
138
Stephen Warrene30cb232014-03-03 14:51:15 -0700139 sor@0,54540000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100140 compatible = "nvidia,tegra124-sor";
Stephen Warrene30cb232014-03-03 14:51:15 -0700141 reg = <0x0 0x54540000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100142 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
143 clocks = <&tegra_car TEGRA124_CLK_SOR0>,
144 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
145 <&tegra_car TEGRA124_CLK_PLL_DP>,
146 <&tegra_car TEGRA124_CLK_CLK_M>;
147 clock-names = "sor", "parent", "dp", "safe";
148 resets = <&tegra_car 182>;
149 reset-names = "sor";
150 status = "disabled";
151 };
152
Dylan Reidedfbad02014-09-04 15:20:34 -0700153 dpaux: dpaux@0,545c0000 {
Thierry Redingd72be032014-02-28 17:40:23 +0100154 compatible = "nvidia,tegra124-dpaux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700155 reg = <0x0 0x545c0000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +0100156 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
157 clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
158 <&tegra_car TEGRA124_CLK_PLL_DP>;
159 clock-names = "dpaux", "parent";
160 resets = <&tegra_car 181>;
161 reset-names = "dpaux";
162 status = "disabled";
163 };
Thierry Redingad6be7d2014-02-28 17:40:22 +0100164 };
165
Stephen Warrene30cb232014-03-03 14:51:15 -0700166 gic: interrupt-controller@0,50041000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800167 compatible = "arm,cortex-a15-gic";
168 #interrupt-cells = <3>;
169 interrupt-controller;
Stephen Warrene30cb232014-03-03 14:51:15 -0700170 reg = <0x0 0x50041000 0x0 0x1000>,
171 <0x0 0x50042000 0x0 0x1000>,
172 <0x0 0x50044000 0x0 0x2000>,
173 <0x0 0x50046000 0x0 0x2000>;
Joseph Load03b1a2013-10-08 12:50:05 +0800174 interrupts = <GIC_PPI 9
175 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
176 };
177
Thierry Redingd86b1e82014-06-26 14:33:34 +0900178 gpu@0,57000000 {
179 compatible = "nvidia,gk20a";
180 reg = <0x0 0x57000000 0x0 0x01000000>,
181 <0x0 0x58000000 0x0 0x01000000>;
182 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
183 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
184 interrupt-names = "stall", "nonstall";
185 clocks = <&tegra_car TEGRA124_CLK_GPU>,
186 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
187 clock-names = "gpu", "pwr";
188 resets = <&tegra_car 184>;
189 reset-names = "gpu";
190 status = "disabled";
191 };
192
Stephen Warrene30cb232014-03-03 14:51:15 -0700193 timer@0,60005000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800194 compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer";
Stephen Warrene30cb232014-03-03 14:51:15 -0700195 reg = <0x0 0x60005000 0x0 0x400>;
Joseph Load03b1a2013-10-08 12:50:05 +0800196 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
197 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
198 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
199 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
201 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800202 clocks = <&tegra_car TEGRA124_CLK_TIMER>;
203 };
204
Stephen Warrene30cb232014-03-03 14:51:15 -0700205 tegra_car: clock@0,60006000 {
Joseph Lo3b86baf2013-10-08 15:47:40 +0800206 compatible = "nvidia,tegra124-car";
Stephen Warrene30cb232014-03-03 14:51:15 -0700207 reg = <0x0 0x60006000 0x0 0x1000>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800208 #clock-cells = <1>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700209 #reset-cells = <1>;
Joseph Load03b1a2013-10-08 12:50:05 +0800210 };
211
Thierry Redingb1023132014-08-26 08:14:03 +0200212 flow-controller@0,60007000 {
213 compatible = "nvidia,tegra124-flowctrl";
214 reg = <0x0 0x60007000 0x0 0x1000>;
215 };
216
Tomeu Vizosoc5f8e8c2015-03-17 10:36:18 +0100217 actmon@0,6000c800 {
218 compatible = "nvidia,tegra124-actmon";
219 reg = <0x0 0x6000c800 0x0 0x400>;
220 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
221 clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
222 <&tegra_car TEGRA124_CLK_EMC>;
223 clock-names = "actmon", "emc";
224 resets = <&tegra_car 119>;
225 reset-names = "actmon";
226 };
227
Stephen Warrene30cb232014-03-03 14:51:15 -0700228 gpio: gpio@0,6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700229 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700230 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700231 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
232 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
233 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
234 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
235 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
236 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
237 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
238 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
239 #gpio-cells = <2>;
240 gpio-controller;
241 #interrupt-cells = <2>;
242 interrupt-controller;
243 };
244
Stephen Warrene30cb232014-03-03 14:51:15 -0700245 apbdma: dma@0,60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700246 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700247 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700248 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
249 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
250 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
251 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
252 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
253 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
254 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
255 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
257 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
258 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
259 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
260 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
261 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
262 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
263 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
264 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
265 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
266 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
267 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
268 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
269 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
270 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
271 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
272 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
273 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
274 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
275 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
276 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
277 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
278 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
279 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
280 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
281 resets = <&tegra_car 34>;
282 reset-names = "dma";
283 #dma-cells = <1>;
284 };
285
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300286 apbmisc@0,70000800 {
287 compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
288 reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
289 <0x0 0x7000E864 0x0 0x04>; /* Strapping options */
290 };
291
Stephen Warrene30cb232014-03-03 14:51:15 -0700292 pinmux: pinmux@0,70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600293 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700294 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
Sean Paul49727d32014-09-09 15:58:46 -0400295 <0x0 0x70003000 0x0 0x434>, /* Mux registers */
296 <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
Stephen Warrencaefe632013-11-01 14:03:59 -0600297 };
298
Joseph Load03b1a2013-10-08 12:50:05 +0800299 /*
300 * There are two serial driver i.e. 8250 based simple serial
301 * driver and APB DMA based serial driver for higher baudrate
302 * and performace. To enable the 8250 based driver, the compatible
303 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
304 * the APB DMA based serial driver, the comptible is
305 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
306 */
Lucas Stach121a2f62014-11-03 23:20:04 +0100307 uarta: serial@0,70006000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800308 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700309 reg = <0x0 0x70006000 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800310 reg-shift = <2>;
311 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800312 clocks = <&tegra_car TEGRA124_CLK_UARTA>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700313 resets = <&tegra_car 6>;
314 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700315 dmas = <&apbdma 8>, <&apbdma 8>;
316 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800317 status = "disabled";
318 };
319
Lucas Stach121a2f62014-11-03 23:20:04 +0100320 uartb: serial@0,70006040 {
Joseph Load03b1a2013-10-08 12:50:05 +0800321 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700322 reg = <0x0 0x70006040 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800323 reg-shift = <2>;
324 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800325 clocks = <&tegra_car TEGRA124_CLK_UARTB>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700326 resets = <&tegra_car 7>;
327 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700328 dmas = <&apbdma 9>, <&apbdma 9>;
329 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800330 status = "disabled";
331 };
332
Lucas Stach121a2f62014-11-03 23:20:04 +0100333 uartc: serial@0,70006200 {
Joseph Load03b1a2013-10-08 12:50:05 +0800334 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700335 reg = <0x0 0x70006200 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800336 reg-shift = <2>;
337 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800338 clocks = <&tegra_car TEGRA124_CLK_UARTC>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700339 resets = <&tegra_car 55>;
340 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700341 dmas = <&apbdma 10>, <&apbdma 10>;
342 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800343 status = "disabled";
344 };
345
Lucas Stach121a2f62014-11-03 23:20:04 +0100346 uartd: serial@0,70006300 {
Joseph Load03b1a2013-10-08 12:50:05 +0800347 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700348 reg = <0x0 0x70006300 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800349 reg-shift = <2>;
350 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800351 clocks = <&tegra_car TEGRA124_CLK_UARTD>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700352 resets = <&tegra_car 65>;
353 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700354 dmas = <&apbdma 19>, <&apbdma 19>;
355 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800356 status = "disabled";
357 };
358
Dylan Reidedfbad02014-09-04 15:20:34 -0700359 pwm: pwm@0,7000a000 {
Thierry Reding111a1fc2013-11-18 17:00:34 +0100360 compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
Stephen Warrene30cb232014-03-03 14:51:15 -0700361 reg = <0x0 0x7000a000 0x0 0x100>;
Thierry Reding111a1fc2013-11-18 17:00:34 +0100362 #pwm-cells = <2>;
363 clocks = <&tegra_car TEGRA124_CLK_PWM>;
364 resets = <&tegra_car 17>;
365 reset-names = "pwm";
366 status = "disabled";
367 };
368
Stephen Warrene30cb232014-03-03 14:51:15 -0700369 i2c@0,7000c000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700370 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700371 reg = <0x0 0x7000c000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700372 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
373 #address-cells = <1>;
374 #size-cells = <0>;
375 clocks = <&tegra_car TEGRA124_CLK_I2C1>;
376 clock-names = "div-clk";
377 resets = <&tegra_car 12>;
378 reset-names = "i2c";
379 dmas = <&apbdma 21>, <&apbdma 21>;
380 dma-names = "rx", "tx";
381 status = "disabled";
382 };
383
Stephen Warrene30cb232014-03-03 14:51:15 -0700384 i2c@0,7000c400 {
Stephen Warren4f607462013-12-03 16:29:04 -0700385 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700386 reg = <0x0 0x7000c400 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700387 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
388 #address-cells = <1>;
389 #size-cells = <0>;
390 clocks = <&tegra_car TEGRA124_CLK_I2C2>;
391 clock-names = "div-clk";
392 resets = <&tegra_car 54>;
393 reset-names = "i2c";
394 dmas = <&apbdma 22>, <&apbdma 22>;
395 dma-names = "rx", "tx";
396 status = "disabled";
397 };
398
Stephen Warrene30cb232014-03-03 14:51:15 -0700399 i2c@0,7000c500 {
Stephen Warren4f607462013-12-03 16:29:04 -0700400 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700401 reg = <0x0 0x7000c500 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700402 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
403 #address-cells = <1>;
404 #size-cells = <0>;
405 clocks = <&tegra_car TEGRA124_CLK_I2C3>;
406 clock-names = "div-clk";
407 resets = <&tegra_car 67>;
408 reset-names = "i2c";
409 dmas = <&apbdma 23>, <&apbdma 23>;
410 dma-names = "rx", "tx";
411 status = "disabled";
412 };
413
Stephen Warrene30cb232014-03-03 14:51:15 -0700414 i2c@0,7000c700 {
Stephen Warren4f607462013-12-03 16:29:04 -0700415 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700416 reg = <0x0 0x7000c700 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700417 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
418 #address-cells = <1>;
419 #size-cells = <0>;
420 clocks = <&tegra_car TEGRA124_CLK_I2C4>;
421 clock-names = "div-clk";
422 resets = <&tegra_car 103>;
423 reset-names = "i2c";
424 dmas = <&apbdma 26>, <&apbdma 26>;
425 dma-names = "rx", "tx";
426 status = "disabled";
427 };
428
Stephen Warrene30cb232014-03-03 14:51:15 -0700429 i2c@0,7000d000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700430 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700431 reg = <0x0 0x7000d000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700432 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
433 #address-cells = <1>;
434 #size-cells = <0>;
435 clocks = <&tegra_car TEGRA124_CLK_I2C5>;
436 clock-names = "div-clk";
437 resets = <&tegra_car 47>;
438 reset-names = "i2c";
439 dmas = <&apbdma 24>, <&apbdma 24>;
440 dma-names = "rx", "tx";
441 status = "disabled";
442 };
443
Stephen Warrene30cb232014-03-03 14:51:15 -0700444 i2c@0,7000d100 {
Stephen Warren4f607462013-12-03 16:29:04 -0700445 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700446 reg = <0x0 0x7000d100 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700447 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
448 #address-cells = <1>;
449 #size-cells = <0>;
450 clocks = <&tegra_car TEGRA124_CLK_I2C6>;
451 clock-names = "div-clk";
452 resets = <&tegra_car 166>;
453 reset-names = "i2c";
454 dmas = <&apbdma 30>, <&apbdma 30>;
455 dma-names = "rx", "tx";
456 status = "disabled";
457 };
458
Stephen Warrene30cb232014-03-03 14:51:15 -0700459 spi@0,7000d400 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100460 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700461 reg = <0x0 0x7000d400 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100462 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
463 #address-cells = <1>;
464 #size-cells = <0>;
465 clocks = <&tegra_car TEGRA124_CLK_SBC1>;
466 clock-names = "spi";
467 resets = <&tegra_car 41>;
468 reset-names = "spi";
469 dmas = <&apbdma 15>, <&apbdma 15>;
470 dma-names = "rx", "tx";
471 status = "disabled";
472 };
473
Stephen Warrene30cb232014-03-03 14:51:15 -0700474 spi@0,7000d600 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100475 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700476 reg = <0x0 0x7000d600 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100477 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
478 #address-cells = <1>;
479 #size-cells = <0>;
480 clocks = <&tegra_car TEGRA124_CLK_SBC2>;
481 clock-names = "spi";
482 resets = <&tegra_car 44>;
483 reset-names = "spi";
484 dmas = <&apbdma 16>, <&apbdma 16>;
485 dma-names = "rx", "tx";
486 status = "disabled";
487 };
488
Stephen Warrene30cb232014-03-03 14:51:15 -0700489 spi@0,7000d800 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100490 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700491 reg = <0x0 0x7000d800 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100492 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
493 #address-cells = <1>;
494 #size-cells = <0>;
495 clocks = <&tegra_car TEGRA124_CLK_SBC3>;
496 clock-names = "spi";
497 resets = <&tegra_car 46>;
498 reset-names = "spi";
499 dmas = <&apbdma 17>, <&apbdma 17>;
500 dma-names = "rx", "tx";
501 status = "disabled";
502 };
503
Stephen Warrene30cb232014-03-03 14:51:15 -0700504 spi@0,7000da00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100505 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700506 reg = <0x0 0x7000da00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100507 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
508 #address-cells = <1>;
509 #size-cells = <0>;
510 clocks = <&tegra_car TEGRA124_CLK_SBC4>;
511 clock-names = "spi";
512 resets = <&tegra_car 68>;
513 reset-names = "spi";
514 dmas = <&apbdma 18>, <&apbdma 18>;
515 dma-names = "rx", "tx";
516 status = "disabled";
517 };
518
Stephen Warrene30cb232014-03-03 14:51:15 -0700519 spi@0,7000dc00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100520 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700521 reg = <0x0 0x7000dc00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100522 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
523 #address-cells = <1>;
524 #size-cells = <0>;
525 clocks = <&tegra_car TEGRA124_CLK_SBC5>;
526 clock-names = "spi";
527 resets = <&tegra_car 104>;
528 reset-names = "spi";
529 dmas = <&apbdma 27>, <&apbdma 27>;
530 dma-names = "rx", "tx";
531 status = "disabled";
532 };
533
Stephen Warrene30cb232014-03-03 14:51:15 -0700534 spi@0,7000de00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100535 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700536 reg = <0x0 0x7000de00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100537 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
538 #address-cells = <1>;
539 #size-cells = <0>;
540 clocks = <&tegra_car TEGRA124_CLK_SBC6>;
541 clock-names = "spi";
542 resets = <&tegra_car 105>;
543 reset-names = "spi";
544 dmas = <&apbdma 28>, <&apbdma 28>;
545 dma-names = "rx", "tx";
546 status = "disabled";
547 };
548
Stephen Warrene30cb232014-03-03 14:51:15 -0700549 rtc@0,7000e000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800550 compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700551 reg = <0x0 0x7000e000 0x0 0x100>;
Joseph Load03b1a2013-10-08 12:50:05 +0800552 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800553 clocks = <&tegra_car TEGRA124_CLK_RTC>;
Joseph Load03b1a2013-10-08 12:50:05 +0800554 };
555
Stephen Warrene30cb232014-03-03 14:51:15 -0700556 pmc@0,7000e400 {
Joseph Load03b1a2013-10-08 12:50:05 +0800557 compatible = "nvidia,tegra124-pmc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700558 reg = <0x0 0x7000e400 0x0 0x400>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800559 clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
560 clock-names = "pclk", "clk32k_in";
Joseph Load03b1a2013-10-08 12:50:05 +0800561 };
562
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300563 fuse@0,7000f800 {
564 compatible = "nvidia,tegra124-efuse";
565 reg = <0x0 0x7000f800 0x0 0x400>;
566 clocks = <&tegra_car TEGRA124_CLK_FUSE>;
567 clock-names = "fuse";
568 resets = <&tegra_car 39>;
569 reset-names = "fuse";
570 };
571
Thierry Redingb26ea062014-04-16 09:09:34 +0200572 mc: memory-controller@0,70019000 {
573 compatible = "nvidia,tegra124-mc";
574 reg = <0x0 0x70019000 0x0 0x1000>;
575 clocks = <&tegra_car TEGRA124_CLK_MC>;
576 clock-names = "mc";
577
578 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
579
580 #iommu-cells = <1>;
581 };
582
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300583 sata@0,70020000 {
584 compatible = "nvidia,tegra124-ahci";
585
586 reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
587 <0x0 0x70020000 0x0 0x7000>; /* SATA */
588
589 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
590
591 clocks = <&tegra_car TEGRA124_CLK_SATA>,
592 <&tegra_car TEGRA124_CLK_SATA_OOB>,
593 <&tegra_car TEGRA124_CLK_CML1>,
594 <&tegra_car TEGRA124_CLK_PLL_E>;
595 clock-names = "sata", "sata-oob", "cml1", "pll_e";
596
597 resets = <&tegra_car 124>,
598 <&tegra_car 123>,
599 <&tegra_car 129>;
600 reset-names = "sata", "sata-oob", "sata-cold";
601
602 phys = <&padctl TEGRA_XUSB_PADCTL_SATA>;
603 phy-names = "sata-phy";
604
605 status = "disabled";
606 };
607
Dylan Reid6389cb32014-05-19 19:35:45 -0700608 hda@0,70030000 {
609 compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda";
610 reg = <0x0 0x70030000 0x0 0x10000>;
611 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
612 clocks = <&tegra_car TEGRA124_CLK_HDA>,
613 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
614 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
615 clock-names = "hda", "hda2hdmi", "hdacodec_2x";
616 resets = <&tegra_car 125>, /* hda */
617 <&tegra_car 128>, /* hda2hdmi */
618 <&tegra_car 111>; /* hda2codec_2x */
619 reset-names = "hda", "hda2hdmi", "hdacodec_2x";
620 status = "disabled";
621 };
622
Thierry Redingce90d322014-06-19 13:37:09 +0200623 padctl: padctl@0,7009f000 {
624 compatible = "nvidia,tegra124-xusb-padctl";
625 reg = <0x0 0x7009f000 0x0 0x1000>;
626 resets = <&tegra_car 142>;
627 reset-names = "padctl";
628
629 #phy-cells = <1>;
630 };
631
Stephen Warrene30cb232014-03-03 14:51:15 -0700632 sdhci@0,700b0000 {
Stephen Warren784c7442013-10-31 17:23:05 -0600633 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700634 reg = <0x0 0x700b0000 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600635 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
636 clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
637 resets = <&tegra_car 14>;
638 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100639 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600640 };
641
Stephen Warrene30cb232014-03-03 14:51:15 -0700642 sdhci@0,700b0200 {
Stephen Warren784c7442013-10-31 17:23:05 -0600643 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700644 reg = <0x0 0x700b0200 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600645 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
646 clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
647 resets = <&tegra_car 9>;
648 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100649 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600650 };
651
Stephen Warrene30cb232014-03-03 14:51:15 -0700652 sdhci@0,700b0400 {
Stephen Warren784c7442013-10-31 17:23:05 -0600653 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700654 reg = <0x0 0x700b0400 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600655 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
656 clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
657 resets = <&tegra_car 69>;
658 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100659 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600660 };
661
Stephen Warrene30cb232014-03-03 14:51:15 -0700662 sdhci@0,700b0600 {
Stephen Warren784c7442013-10-31 17:23:05 -0600663 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700664 reg = <0x0 0x700b0600 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600665 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
666 clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
667 resets = <&tegra_car 15>;
668 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100669 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600670 };
671
Mikko Perttunen26b76f82014-09-26 12:43:11 +0300672 soctherm: thermal-sensor@0,700e2000 {
673 compatible = "nvidia,tegra124-soctherm";
674 reg = <0x0 0x700e2000 0x0 0x1000>;
675 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
676 clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
677 <&tegra_car TEGRA124_CLK_SOC_THERM>;
678 clock-names = "tsensor", "soctherm";
679 resets = <&tegra_car 78>;
680 reset-names = "soctherm";
681 #thermal-sensor-cells = <1>;
682 };
683
Stephen Warrene30cb232014-03-03 14:51:15 -0700684 ahub@0,70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700685 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700686 reg = <0x0 0x70300000 0x0 0x200>,
687 <0x0 0x70300800 0x0 0x800>,
688 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700689 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
690 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
691 <&tegra_car TEGRA124_CLK_APBIF>;
692 clock-names = "d_audio", "apbif";
693 resets = <&tegra_car 106>, /* d_audio */
694 <&tegra_car 107>, /* apbif */
695 <&tegra_car 30>, /* i2s0 */
696 <&tegra_car 11>, /* i2s1 */
697 <&tegra_car 18>, /* i2s2 */
698 <&tegra_car 101>, /* i2s3 */
699 <&tegra_car 102>, /* i2s4 */
700 <&tegra_car 108>, /* dam0 */
701 <&tegra_car 109>, /* dam1 */
702 <&tegra_car 110>, /* dam2 */
703 <&tegra_car 10>, /* spdif */
704 <&tegra_car 153>, /* amx */
705 <&tegra_car 185>, /* amx1 */
706 <&tegra_car 154>, /* adx */
707 <&tegra_car 180>, /* adx1 */
708 <&tegra_car 186>, /* afc0 */
709 <&tegra_car 187>, /* afc1 */
710 <&tegra_car 188>, /* afc2 */
711 <&tegra_car 189>, /* afc3 */
712 <&tegra_car 190>, /* afc4 */
713 <&tegra_car 191>; /* afc5 */
714 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
715 "i2s3", "i2s4", "dam0", "dam1", "dam2",
716 "spdif", "amx", "amx1", "adx", "adx1",
717 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
718 dmas = <&apbdma 1>, <&apbdma 1>,
719 <&apbdma 2>, <&apbdma 2>,
720 <&apbdma 3>, <&apbdma 3>,
721 <&apbdma 4>, <&apbdma 4>,
722 <&apbdma 6>, <&apbdma 6>,
723 <&apbdma 7>, <&apbdma 7>,
724 <&apbdma 12>, <&apbdma 12>,
725 <&apbdma 13>, <&apbdma 13>,
726 <&apbdma 14>, <&apbdma 14>,
727 <&apbdma 29>, <&apbdma 29>;
728 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
729 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
730 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
731 "rx9", "tx9";
732 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700733 #address-cells = <2>;
734 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700735
Stephen Warrene30cb232014-03-03 14:51:15 -0700736 tegra_i2s0: i2s@0,70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700737 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700738 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700739 nvidia,ahub-cif-ids = <4 4>;
740 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
741 resets = <&tegra_car 30>;
742 reset-names = "i2s";
743 status = "disabled";
744 };
745
Stephen Warrene30cb232014-03-03 14:51:15 -0700746 tegra_i2s1: i2s@0,70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700747 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700748 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700749 nvidia,ahub-cif-ids = <5 5>;
750 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
751 resets = <&tegra_car 11>;
752 reset-names = "i2s";
753 status = "disabled";
754 };
755
Stephen Warrene30cb232014-03-03 14:51:15 -0700756 tegra_i2s2: i2s@0,70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700757 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700758 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700759 nvidia,ahub-cif-ids = <6 6>;
760 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
761 resets = <&tegra_car 18>;
762 reset-names = "i2s";
763 status = "disabled";
764 };
765
Stephen Warrene30cb232014-03-03 14:51:15 -0700766 tegra_i2s3: i2s@0,70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700767 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700768 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700769 nvidia,ahub-cif-ids = <7 7>;
770 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
771 resets = <&tegra_car 101>;
772 reset-names = "i2s";
773 status = "disabled";
774 };
775
Stephen Warrene30cb232014-03-03 14:51:15 -0700776 tegra_i2s4: i2s@0,70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700777 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700778 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700779 nvidia,ahub-cif-ids = <8 8>;
780 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
781 resets = <&tegra_car 102>;
782 reset-names = "i2s";
783 status = "disabled";
784 };
785 };
786
Stephen Warrene30cb232014-03-03 14:51:15 -0700787 usb@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100788 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700789 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100790 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
791 phy_type = "utmi";
792 clocks = <&tegra_car TEGRA124_CLK_USBD>;
793 resets = <&tegra_car 22>;
794 reset-names = "usb";
795 nvidia,phy = <&phy1>;
796 status = "disabled";
797 };
798
Stephen Warrene30cb232014-03-03 14:51:15 -0700799 phy1: usb-phy@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100800 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700801 reg = <0x0 0x7d000000 0x0 0x4000>,
802 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100803 phy_type = "utmi";
804 clocks = <&tegra_car TEGRA124_CLK_USBD>,
805 <&tegra_car TEGRA124_CLK_PLL_U>,
806 <&tegra_car TEGRA124_CLK_USBD>;
807 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300808 resets = <&tegra_car 59>, <&tegra_car 22>;
809 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100810 nvidia,hssync-start-delay = <0>;
811 nvidia,idle-wait-delay = <17>;
812 nvidia,elastic-limit = <16>;
813 nvidia,term-range-adj = <6>;
814 nvidia,xcvr-setup = <9>;
815 nvidia,xcvr-lsfslew = <0>;
816 nvidia,xcvr-lsrslew = <3>;
817 nvidia,hssquelch-level = <2>;
818 nvidia,hsdiscon-level = <5>;
819 nvidia,xcvr-hsslew = <12>;
820 status = "disabled";
821 };
822
Stephen Warrene30cb232014-03-03 14:51:15 -0700823 usb@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100824 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700825 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100826 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
827 phy_type = "utmi";
828 clocks = <&tegra_car TEGRA124_CLK_USB2>;
829 resets = <&tegra_car 58>;
830 reset-names = "usb";
831 nvidia,phy = <&phy2>;
832 status = "disabled";
833 };
834
Stephen Warrene30cb232014-03-03 14:51:15 -0700835 phy2: usb-phy@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100836 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700837 reg = <0x0 0x7d004000 0x0 0x4000>,
838 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100839 phy_type = "utmi";
840 clocks = <&tegra_car TEGRA124_CLK_USB2>,
841 <&tegra_car TEGRA124_CLK_PLL_U>,
842 <&tegra_car TEGRA124_CLK_USBD>;
843 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300844 resets = <&tegra_car 22>, <&tegra_car 22>;
845 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100846 nvidia,hssync-start-delay = <0>;
847 nvidia,idle-wait-delay = <17>;
848 nvidia,elastic-limit = <16>;
849 nvidia,term-range-adj = <6>;
850 nvidia,xcvr-setup = <9>;
851 nvidia,xcvr-lsfslew = <0>;
852 nvidia,xcvr-lsrslew = <3>;
853 nvidia,hssquelch-level = <2>;
854 nvidia,hsdiscon-level = <5>;
855 nvidia,xcvr-hsslew = <12>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300856 nvidia,has-utmi-pad-registers;
Thierry Redingf2d50152014-02-28 17:40:25 +0100857 status = "disabled";
858 };
859
Stephen Warrene30cb232014-03-03 14:51:15 -0700860 usb@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100861 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700862 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100863 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
864 phy_type = "utmi";
865 clocks = <&tegra_car TEGRA124_CLK_USB3>;
866 resets = <&tegra_car 59>;
867 reset-names = "usb";
868 nvidia,phy = <&phy3>;
869 status = "disabled";
870 };
871
Stephen Warrene30cb232014-03-03 14:51:15 -0700872 phy3: usb-phy@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100873 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700874 reg = <0x0 0x7d008000 0x0 0x4000>,
875 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100876 phy_type = "utmi";
877 clocks = <&tegra_car TEGRA124_CLK_USB3>,
878 <&tegra_car TEGRA124_CLK_PLL_U>,
879 <&tegra_car TEGRA124_CLK_USBD>;
880 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300881 resets = <&tegra_car 58>, <&tegra_car 22>;
882 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100883 nvidia,hssync-start-delay = <0>;
884 nvidia,idle-wait-delay = <17>;
885 nvidia,elastic-limit = <16>;
886 nvidia,term-range-adj = <6>;
887 nvidia,xcvr-setup = <9>;
888 nvidia,xcvr-lsfslew = <0>;
889 nvidia,xcvr-lsrslew = <3>;
890 nvidia,hssquelch-level = <2>;
891 nvidia,hsdiscon-level = <5>;
892 nvidia,xcvr-hsslew = <12>;
893 status = "disabled";
894 };
895
Joseph Load03b1a2013-10-08 12:50:05 +0800896 cpus {
897 #address-cells = <1>;
898 #size-cells = <0>;
899
900 cpu@0 {
901 device_type = "cpu";
902 compatible = "arm,cortex-a15";
903 reg = <0>;
904 };
905
906 cpu@1 {
907 device_type = "cpu";
908 compatible = "arm,cortex-a15";
909 reg = <1>;
910 };
911
912 cpu@2 {
913 device_type = "cpu";
914 compatible = "arm,cortex-a15";
915 reg = <2>;
916 };
917
918 cpu@3 {
919 device_type = "cpu";
920 compatible = "arm,cortex-a15";
921 reg = <3>;
922 };
923 };
924
Mikko Perttunen26b76f82014-09-26 12:43:11 +0300925 thermal-zones {
926 cpu {
927 polling-delay-passive = <1000>;
928 polling-delay = <1000>;
929
930 thermal-sensors =
931 <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
932 };
933
934 mem {
935 polling-delay-passive = <1000>;
936 polling-delay = <1000>;
937
938 thermal-sensors =
939 <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
940 };
941
942 gpu {
943 polling-delay-passive = <1000>;
944 polling-delay = <1000>;
945
946 thermal-sensors =
947 <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
948 };
949
950 pllx {
951 polling-delay-passive = <1000>;
952 polling-delay = <1000>;
953
954 thermal-sensors =
955 <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
956 };
957 };
958
Joseph Load03b1a2013-10-08 12:50:05 +0800959 timer {
960 compatible = "arm,armv7-timer";
961 interrupts = <GIC_PPI 13
962 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
963 <GIC_PPI 14
964 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
965 <GIC_PPI 11
966 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
967 <GIC_PPI 10
968 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
969 };
970};