blob: fefec806f2576022e1a5967be6b48071654fc558 [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>;
Mikko Perttunenb273c882015-03-12 15:48:00 +0100210 nvidia,external-memory-controller = <&emc>;
Joseph Load03b1a2013-10-08 12:50:05 +0800211 };
212
Thierry Redingb1023132014-08-26 08:14:03 +0200213 flow-controller@0,60007000 {
214 compatible = "nvidia,tegra124-flowctrl";
215 reg = <0x0 0x60007000 0x0 0x1000>;
216 };
217
Tomeu Vizosoc5f8e8c2015-03-17 10:36:18 +0100218 actmon@0,6000c800 {
219 compatible = "nvidia,tegra124-actmon";
220 reg = <0x0 0x6000c800 0x0 0x400>;
221 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
222 clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
223 <&tegra_car TEGRA124_CLK_EMC>;
224 clock-names = "actmon", "emc";
225 resets = <&tegra_car 119>;
226 reset-names = "actmon";
227 };
228
Stephen Warrene30cb232014-03-03 14:51:15 -0700229 gpio: gpio@0,6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700230 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700231 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700232 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
233 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
234 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
235 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
236 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
237 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
238 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
239 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
240 #gpio-cells = <2>;
241 gpio-controller;
242 #interrupt-cells = <2>;
243 interrupt-controller;
244 };
245
Stephen Warrene30cb232014-03-03 14:51:15 -0700246 apbdma: dma@0,60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700247 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700248 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700249 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
250 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
251 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
252 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
253 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
254 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
255 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
256 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
257 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
258 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
259 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
260 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
261 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
262 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
263 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
264 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
265 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
266 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
267 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
268 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
269 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
270 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
271 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
272 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
273 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
274 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
275 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
276 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
277 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
278 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
279 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
280 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
281 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
282 resets = <&tegra_car 34>;
283 reset-names = "dma";
284 #dma-cells = <1>;
285 };
286
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300287 apbmisc@0,70000800 {
288 compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
289 reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
290 <0x0 0x7000E864 0x0 0x04>; /* Strapping options */
291 };
292
Stephen Warrene30cb232014-03-03 14:51:15 -0700293 pinmux: pinmux@0,70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600294 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700295 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
Sean Paul49727d32014-09-09 15:58:46 -0400296 <0x0 0x70003000 0x0 0x434>, /* Mux registers */
297 <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
Stephen Warrencaefe632013-11-01 14:03:59 -0600298 };
299
Joseph Load03b1a2013-10-08 12:50:05 +0800300 /*
301 * There are two serial driver i.e. 8250 based simple serial
302 * driver and APB DMA based serial driver for higher baudrate
303 * and performace. To enable the 8250 based driver, the compatible
304 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
305 * the APB DMA based serial driver, the comptible is
306 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
307 */
Lucas Stach121a2f62014-11-03 23:20:04 +0100308 uarta: serial@0,70006000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800309 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700310 reg = <0x0 0x70006000 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800311 reg-shift = <2>;
312 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800313 clocks = <&tegra_car TEGRA124_CLK_UARTA>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700314 resets = <&tegra_car 6>;
315 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700316 dmas = <&apbdma 8>, <&apbdma 8>;
317 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800318 status = "disabled";
319 };
320
Lucas Stach121a2f62014-11-03 23:20:04 +0100321 uartb: serial@0,70006040 {
Joseph Load03b1a2013-10-08 12:50:05 +0800322 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700323 reg = <0x0 0x70006040 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800324 reg-shift = <2>;
325 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800326 clocks = <&tegra_car TEGRA124_CLK_UARTB>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700327 resets = <&tegra_car 7>;
328 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700329 dmas = <&apbdma 9>, <&apbdma 9>;
330 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800331 status = "disabled";
332 };
333
Lucas Stach121a2f62014-11-03 23:20:04 +0100334 uartc: serial@0,70006200 {
Joseph Load03b1a2013-10-08 12:50:05 +0800335 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700336 reg = <0x0 0x70006200 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800337 reg-shift = <2>;
338 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800339 clocks = <&tegra_car TEGRA124_CLK_UARTC>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700340 resets = <&tegra_car 55>;
341 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700342 dmas = <&apbdma 10>, <&apbdma 10>;
343 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800344 status = "disabled";
345 };
346
Lucas Stach121a2f62014-11-03 23:20:04 +0100347 uartd: serial@0,70006300 {
Joseph Load03b1a2013-10-08 12:50:05 +0800348 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700349 reg = <0x0 0x70006300 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800350 reg-shift = <2>;
351 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800352 clocks = <&tegra_car TEGRA124_CLK_UARTD>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700353 resets = <&tegra_car 65>;
354 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700355 dmas = <&apbdma 19>, <&apbdma 19>;
356 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800357 status = "disabled";
358 };
359
Dylan Reidedfbad02014-09-04 15:20:34 -0700360 pwm: pwm@0,7000a000 {
Thierry Reding111a1fc2013-11-18 17:00:34 +0100361 compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
Stephen Warrene30cb232014-03-03 14:51:15 -0700362 reg = <0x0 0x7000a000 0x0 0x100>;
Thierry Reding111a1fc2013-11-18 17:00:34 +0100363 #pwm-cells = <2>;
364 clocks = <&tegra_car TEGRA124_CLK_PWM>;
365 resets = <&tegra_car 17>;
366 reset-names = "pwm";
367 status = "disabled";
368 };
369
Stephen Warrene30cb232014-03-03 14:51:15 -0700370 i2c@0,7000c000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700371 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700372 reg = <0x0 0x7000c000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700373 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
374 #address-cells = <1>;
375 #size-cells = <0>;
376 clocks = <&tegra_car TEGRA124_CLK_I2C1>;
377 clock-names = "div-clk";
378 resets = <&tegra_car 12>;
379 reset-names = "i2c";
380 dmas = <&apbdma 21>, <&apbdma 21>;
381 dma-names = "rx", "tx";
382 status = "disabled";
383 };
384
Stephen Warrene30cb232014-03-03 14:51:15 -0700385 i2c@0,7000c400 {
Stephen Warren4f607462013-12-03 16:29:04 -0700386 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700387 reg = <0x0 0x7000c400 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700388 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
389 #address-cells = <1>;
390 #size-cells = <0>;
391 clocks = <&tegra_car TEGRA124_CLK_I2C2>;
392 clock-names = "div-clk";
393 resets = <&tegra_car 54>;
394 reset-names = "i2c";
395 dmas = <&apbdma 22>, <&apbdma 22>;
396 dma-names = "rx", "tx";
397 status = "disabled";
398 };
399
Stephen Warrene30cb232014-03-03 14:51:15 -0700400 i2c@0,7000c500 {
Stephen Warren4f607462013-12-03 16:29:04 -0700401 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700402 reg = <0x0 0x7000c500 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700403 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
404 #address-cells = <1>;
405 #size-cells = <0>;
406 clocks = <&tegra_car TEGRA124_CLK_I2C3>;
407 clock-names = "div-clk";
408 resets = <&tegra_car 67>;
409 reset-names = "i2c";
410 dmas = <&apbdma 23>, <&apbdma 23>;
411 dma-names = "rx", "tx";
412 status = "disabled";
413 };
414
Stephen Warrene30cb232014-03-03 14:51:15 -0700415 i2c@0,7000c700 {
Stephen Warren4f607462013-12-03 16:29:04 -0700416 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700417 reg = <0x0 0x7000c700 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700418 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
419 #address-cells = <1>;
420 #size-cells = <0>;
421 clocks = <&tegra_car TEGRA124_CLK_I2C4>;
422 clock-names = "div-clk";
423 resets = <&tegra_car 103>;
424 reset-names = "i2c";
425 dmas = <&apbdma 26>, <&apbdma 26>;
426 dma-names = "rx", "tx";
427 status = "disabled";
428 };
429
Stephen Warrene30cb232014-03-03 14:51:15 -0700430 i2c@0,7000d000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700431 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700432 reg = <0x0 0x7000d000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700433 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
434 #address-cells = <1>;
435 #size-cells = <0>;
436 clocks = <&tegra_car TEGRA124_CLK_I2C5>;
437 clock-names = "div-clk";
438 resets = <&tegra_car 47>;
439 reset-names = "i2c";
440 dmas = <&apbdma 24>, <&apbdma 24>;
441 dma-names = "rx", "tx";
442 status = "disabled";
443 };
444
Stephen Warrene30cb232014-03-03 14:51:15 -0700445 i2c@0,7000d100 {
Stephen Warren4f607462013-12-03 16:29:04 -0700446 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700447 reg = <0x0 0x7000d100 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700448 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
449 #address-cells = <1>;
450 #size-cells = <0>;
451 clocks = <&tegra_car TEGRA124_CLK_I2C6>;
452 clock-names = "div-clk";
453 resets = <&tegra_car 166>;
454 reset-names = "i2c";
455 dmas = <&apbdma 30>, <&apbdma 30>;
456 dma-names = "rx", "tx";
457 status = "disabled";
458 };
459
Stephen Warrene30cb232014-03-03 14:51:15 -0700460 spi@0,7000d400 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100461 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700462 reg = <0x0 0x7000d400 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100463 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
464 #address-cells = <1>;
465 #size-cells = <0>;
466 clocks = <&tegra_car TEGRA124_CLK_SBC1>;
467 clock-names = "spi";
468 resets = <&tegra_car 41>;
469 reset-names = "spi";
470 dmas = <&apbdma 15>, <&apbdma 15>;
471 dma-names = "rx", "tx";
472 status = "disabled";
473 };
474
Stephen Warrene30cb232014-03-03 14:51:15 -0700475 spi@0,7000d600 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100476 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700477 reg = <0x0 0x7000d600 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100478 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
479 #address-cells = <1>;
480 #size-cells = <0>;
481 clocks = <&tegra_car TEGRA124_CLK_SBC2>;
482 clock-names = "spi";
483 resets = <&tegra_car 44>;
484 reset-names = "spi";
485 dmas = <&apbdma 16>, <&apbdma 16>;
486 dma-names = "rx", "tx";
487 status = "disabled";
488 };
489
Stephen Warrene30cb232014-03-03 14:51:15 -0700490 spi@0,7000d800 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100491 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700492 reg = <0x0 0x7000d800 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100493 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
494 #address-cells = <1>;
495 #size-cells = <0>;
496 clocks = <&tegra_car TEGRA124_CLK_SBC3>;
497 clock-names = "spi";
498 resets = <&tegra_car 46>;
499 reset-names = "spi";
500 dmas = <&apbdma 17>, <&apbdma 17>;
501 dma-names = "rx", "tx";
502 status = "disabled";
503 };
504
Stephen Warrene30cb232014-03-03 14:51:15 -0700505 spi@0,7000da00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100506 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700507 reg = <0x0 0x7000da00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100508 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
509 #address-cells = <1>;
510 #size-cells = <0>;
511 clocks = <&tegra_car TEGRA124_CLK_SBC4>;
512 clock-names = "spi";
513 resets = <&tegra_car 68>;
514 reset-names = "spi";
515 dmas = <&apbdma 18>, <&apbdma 18>;
516 dma-names = "rx", "tx";
517 status = "disabled";
518 };
519
Stephen Warrene30cb232014-03-03 14:51:15 -0700520 spi@0,7000dc00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100521 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700522 reg = <0x0 0x7000dc00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100523 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
524 #address-cells = <1>;
525 #size-cells = <0>;
526 clocks = <&tegra_car TEGRA124_CLK_SBC5>;
527 clock-names = "spi";
528 resets = <&tegra_car 104>;
529 reset-names = "spi";
530 dmas = <&apbdma 27>, <&apbdma 27>;
531 dma-names = "rx", "tx";
532 status = "disabled";
533 };
534
Stephen Warrene30cb232014-03-03 14:51:15 -0700535 spi@0,7000de00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100536 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700537 reg = <0x0 0x7000de00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100538 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
539 #address-cells = <1>;
540 #size-cells = <0>;
541 clocks = <&tegra_car TEGRA124_CLK_SBC6>;
542 clock-names = "spi";
543 resets = <&tegra_car 105>;
544 reset-names = "spi";
545 dmas = <&apbdma 28>, <&apbdma 28>;
546 dma-names = "rx", "tx";
547 status = "disabled";
548 };
549
Stephen Warrene30cb232014-03-03 14:51:15 -0700550 rtc@0,7000e000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800551 compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700552 reg = <0x0 0x7000e000 0x0 0x100>;
Joseph Load03b1a2013-10-08 12:50:05 +0800553 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800554 clocks = <&tegra_car TEGRA124_CLK_RTC>;
Joseph Load03b1a2013-10-08 12:50:05 +0800555 };
556
Stephen Warrene30cb232014-03-03 14:51:15 -0700557 pmc@0,7000e400 {
Joseph Load03b1a2013-10-08 12:50:05 +0800558 compatible = "nvidia,tegra124-pmc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700559 reg = <0x0 0x7000e400 0x0 0x400>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800560 clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
561 clock-names = "pclk", "clk32k_in";
Joseph Load03b1a2013-10-08 12:50:05 +0800562 };
563
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300564 fuse@0,7000f800 {
565 compatible = "nvidia,tegra124-efuse";
566 reg = <0x0 0x7000f800 0x0 0x400>;
567 clocks = <&tegra_car TEGRA124_CLK_FUSE>;
568 clock-names = "fuse";
569 resets = <&tegra_car 39>;
570 reset-names = "fuse";
571 };
572
Thierry Redingb26ea062014-04-16 09:09:34 +0200573 mc: memory-controller@0,70019000 {
574 compatible = "nvidia,tegra124-mc";
575 reg = <0x0 0x70019000 0x0 0x1000>;
576 clocks = <&tegra_car TEGRA124_CLK_MC>;
577 clock-names = "mc";
578
579 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
580
581 #iommu-cells = <1>;
582 };
583
Mikko Perttunenb273c882015-03-12 15:48:00 +0100584 emc: emc@0,7001b000 {
585 compatible = "nvidia,tegra124-emc";
586 reg = <0x0 0x7001b000 0x0 0x1000>;
587
588 nvidia,memory-controller = <&mc>;
589 };
590
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300591 sata@0,70020000 {
592 compatible = "nvidia,tegra124-ahci";
593
594 reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
595 <0x0 0x70020000 0x0 0x7000>; /* SATA */
596
597 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
598
599 clocks = <&tegra_car TEGRA124_CLK_SATA>,
600 <&tegra_car TEGRA124_CLK_SATA_OOB>,
601 <&tegra_car TEGRA124_CLK_CML1>,
602 <&tegra_car TEGRA124_CLK_PLL_E>;
603 clock-names = "sata", "sata-oob", "cml1", "pll_e";
604
605 resets = <&tegra_car 124>,
606 <&tegra_car 123>,
607 <&tegra_car 129>;
608 reset-names = "sata", "sata-oob", "sata-cold";
609
610 phys = <&padctl TEGRA_XUSB_PADCTL_SATA>;
611 phy-names = "sata-phy";
612
613 status = "disabled";
614 };
615
Dylan Reid6389cb32014-05-19 19:35:45 -0700616 hda@0,70030000 {
617 compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda";
618 reg = <0x0 0x70030000 0x0 0x10000>;
619 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
620 clocks = <&tegra_car TEGRA124_CLK_HDA>,
621 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
622 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
623 clock-names = "hda", "hda2hdmi", "hdacodec_2x";
624 resets = <&tegra_car 125>, /* hda */
625 <&tegra_car 128>, /* hda2hdmi */
626 <&tegra_car 111>; /* hda2codec_2x */
627 reset-names = "hda", "hda2hdmi", "hdacodec_2x";
628 status = "disabled";
629 };
630
Thierry Redingce90d322014-06-19 13:37:09 +0200631 padctl: padctl@0,7009f000 {
632 compatible = "nvidia,tegra124-xusb-padctl";
633 reg = <0x0 0x7009f000 0x0 0x1000>;
634 resets = <&tegra_car 142>;
635 reset-names = "padctl";
636
637 #phy-cells = <1>;
638 };
639
Stephen Warrene30cb232014-03-03 14:51:15 -0700640 sdhci@0,700b0000 {
Stephen Warren784c7442013-10-31 17:23:05 -0600641 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700642 reg = <0x0 0x700b0000 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600643 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
644 clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
645 resets = <&tegra_car 14>;
646 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100647 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600648 };
649
Stephen Warrene30cb232014-03-03 14:51:15 -0700650 sdhci@0,700b0200 {
Stephen Warren784c7442013-10-31 17:23:05 -0600651 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700652 reg = <0x0 0x700b0200 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600653 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
654 clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
655 resets = <&tegra_car 9>;
656 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100657 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600658 };
659
Stephen Warrene30cb232014-03-03 14:51:15 -0700660 sdhci@0,700b0400 {
Stephen Warren784c7442013-10-31 17:23:05 -0600661 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700662 reg = <0x0 0x700b0400 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600663 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
664 clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
665 resets = <&tegra_car 69>;
666 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100667 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600668 };
669
Stephen Warrene30cb232014-03-03 14:51:15 -0700670 sdhci@0,700b0600 {
Stephen Warren784c7442013-10-31 17:23:05 -0600671 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700672 reg = <0x0 0x700b0600 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600673 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
674 clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
675 resets = <&tegra_car 15>;
676 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100677 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600678 };
679
Mikko Perttunen26b76f82014-09-26 12:43:11 +0300680 soctherm: thermal-sensor@0,700e2000 {
681 compatible = "nvidia,tegra124-soctherm";
682 reg = <0x0 0x700e2000 0x0 0x1000>;
683 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
684 clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
685 <&tegra_car TEGRA124_CLK_SOC_THERM>;
686 clock-names = "tsensor", "soctherm";
687 resets = <&tegra_car 78>;
688 reset-names = "soctherm";
689 #thermal-sensor-cells = <1>;
690 };
691
Stephen Warrene30cb232014-03-03 14:51:15 -0700692 ahub@0,70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700693 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700694 reg = <0x0 0x70300000 0x0 0x200>,
695 <0x0 0x70300800 0x0 0x800>,
696 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700697 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
698 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
699 <&tegra_car TEGRA124_CLK_APBIF>;
700 clock-names = "d_audio", "apbif";
701 resets = <&tegra_car 106>, /* d_audio */
702 <&tegra_car 107>, /* apbif */
703 <&tegra_car 30>, /* i2s0 */
704 <&tegra_car 11>, /* i2s1 */
705 <&tegra_car 18>, /* i2s2 */
706 <&tegra_car 101>, /* i2s3 */
707 <&tegra_car 102>, /* i2s4 */
708 <&tegra_car 108>, /* dam0 */
709 <&tegra_car 109>, /* dam1 */
710 <&tegra_car 110>, /* dam2 */
711 <&tegra_car 10>, /* spdif */
712 <&tegra_car 153>, /* amx */
713 <&tegra_car 185>, /* amx1 */
714 <&tegra_car 154>, /* adx */
715 <&tegra_car 180>, /* adx1 */
716 <&tegra_car 186>, /* afc0 */
717 <&tegra_car 187>, /* afc1 */
718 <&tegra_car 188>, /* afc2 */
719 <&tegra_car 189>, /* afc3 */
720 <&tegra_car 190>, /* afc4 */
721 <&tegra_car 191>; /* afc5 */
722 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
723 "i2s3", "i2s4", "dam0", "dam1", "dam2",
724 "spdif", "amx", "amx1", "adx", "adx1",
725 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
726 dmas = <&apbdma 1>, <&apbdma 1>,
727 <&apbdma 2>, <&apbdma 2>,
728 <&apbdma 3>, <&apbdma 3>,
729 <&apbdma 4>, <&apbdma 4>,
730 <&apbdma 6>, <&apbdma 6>,
731 <&apbdma 7>, <&apbdma 7>,
732 <&apbdma 12>, <&apbdma 12>,
733 <&apbdma 13>, <&apbdma 13>,
734 <&apbdma 14>, <&apbdma 14>,
735 <&apbdma 29>, <&apbdma 29>;
736 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
737 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
738 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
739 "rx9", "tx9";
740 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700741 #address-cells = <2>;
742 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700743
Stephen Warrene30cb232014-03-03 14:51:15 -0700744 tegra_i2s0: i2s@0,70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700745 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700746 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700747 nvidia,ahub-cif-ids = <4 4>;
748 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
749 resets = <&tegra_car 30>;
750 reset-names = "i2s";
751 status = "disabled";
752 };
753
Stephen Warrene30cb232014-03-03 14:51:15 -0700754 tegra_i2s1: i2s@0,70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700755 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700756 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700757 nvidia,ahub-cif-ids = <5 5>;
758 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
759 resets = <&tegra_car 11>;
760 reset-names = "i2s";
761 status = "disabled";
762 };
763
Stephen Warrene30cb232014-03-03 14:51:15 -0700764 tegra_i2s2: i2s@0,70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700765 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700766 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700767 nvidia,ahub-cif-ids = <6 6>;
768 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
769 resets = <&tegra_car 18>;
770 reset-names = "i2s";
771 status = "disabled";
772 };
773
Stephen Warrene30cb232014-03-03 14:51:15 -0700774 tegra_i2s3: i2s@0,70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700775 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700776 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700777 nvidia,ahub-cif-ids = <7 7>;
778 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
779 resets = <&tegra_car 101>;
780 reset-names = "i2s";
781 status = "disabled";
782 };
783
Stephen Warrene30cb232014-03-03 14:51:15 -0700784 tegra_i2s4: i2s@0,70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700785 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700786 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700787 nvidia,ahub-cif-ids = <8 8>;
788 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
789 resets = <&tegra_car 102>;
790 reset-names = "i2s";
791 status = "disabled";
792 };
793 };
794
Stephen Warrene30cb232014-03-03 14:51:15 -0700795 usb@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100796 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700797 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100798 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
799 phy_type = "utmi";
800 clocks = <&tegra_car TEGRA124_CLK_USBD>;
801 resets = <&tegra_car 22>;
802 reset-names = "usb";
803 nvidia,phy = <&phy1>;
804 status = "disabled";
805 };
806
Stephen Warrene30cb232014-03-03 14:51:15 -0700807 phy1: usb-phy@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100808 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700809 reg = <0x0 0x7d000000 0x0 0x4000>,
810 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100811 phy_type = "utmi";
812 clocks = <&tegra_car TEGRA124_CLK_USBD>,
813 <&tegra_car TEGRA124_CLK_PLL_U>,
814 <&tegra_car TEGRA124_CLK_USBD>;
815 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300816 resets = <&tegra_car 59>, <&tegra_car 22>;
817 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100818 nvidia,hssync-start-delay = <0>;
819 nvidia,idle-wait-delay = <17>;
820 nvidia,elastic-limit = <16>;
821 nvidia,term-range-adj = <6>;
822 nvidia,xcvr-setup = <9>;
823 nvidia,xcvr-lsfslew = <0>;
824 nvidia,xcvr-lsrslew = <3>;
825 nvidia,hssquelch-level = <2>;
826 nvidia,hsdiscon-level = <5>;
827 nvidia,xcvr-hsslew = <12>;
828 status = "disabled";
829 };
830
Stephen Warrene30cb232014-03-03 14:51:15 -0700831 usb@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100832 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700833 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100834 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
835 phy_type = "utmi";
836 clocks = <&tegra_car TEGRA124_CLK_USB2>;
837 resets = <&tegra_car 58>;
838 reset-names = "usb";
839 nvidia,phy = <&phy2>;
840 status = "disabled";
841 };
842
Stephen Warrene30cb232014-03-03 14:51:15 -0700843 phy2: usb-phy@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100844 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700845 reg = <0x0 0x7d004000 0x0 0x4000>,
846 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100847 phy_type = "utmi";
848 clocks = <&tegra_car TEGRA124_CLK_USB2>,
849 <&tegra_car TEGRA124_CLK_PLL_U>,
850 <&tegra_car TEGRA124_CLK_USBD>;
851 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300852 resets = <&tegra_car 22>, <&tegra_car 22>;
853 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100854 nvidia,hssync-start-delay = <0>;
855 nvidia,idle-wait-delay = <17>;
856 nvidia,elastic-limit = <16>;
857 nvidia,term-range-adj = <6>;
858 nvidia,xcvr-setup = <9>;
859 nvidia,xcvr-lsfslew = <0>;
860 nvidia,xcvr-lsrslew = <3>;
861 nvidia,hssquelch-level = <2>;
862 nvidia,hsdiscon-level = <5>;
863 nvidia,xcvr-hsslew = <12>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300864 nvidia,has-utmi-pad-registers;
Thierry Redingf2d50152014-02-28 17:40:25 +0100865 status = "disabled";
866 };
867
Stephen Warrene30cb232014-03-03 14:51:15 -0700868 usb@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100869 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700870 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100871 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
872 phy_type = "utmi";
873 clocks = <&tegra_car TEGRA124_CLK_USB3>;
874 resets = <&tegra_car 59>;
875 reset-names = "usb";
876 nvidia,phy = <&phy3>;
877 status = "disabled";
878 };
879
Stephen Warrene30cb232014-03-03 14:51:15 -0700880 phy3: usb-phy@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100881 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700882 reg = <0x0 0x7d008000 0x0 0x4000>,
883 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100884 phy_type = "utmi";
885 clocks = <&tegra_car TEGRA124_CLK_USB3>,
886 <&tegra_car TEGRA124_CLK_PLL_U>,
887 <&tegra_car TEGRA124_CLK_USBD>;
888 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300889 resets = <&tegra_car 58>, <&tegra_car 22>;
890 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100891 nvidia,hssync-start-delay = <0>;
892 nvidia,idle-wait-delay = <17>;
893 nvidia,elastic-limit = <16>;
894 nvidia,term-range-adj = <6>;
895 nvidia,xcvr-setup = <9>;
896 nvidia,xcvr-lsfslew = <0>;
897 nvidia,xcvr-lsrslew = <3>;
898 nvidia,hssquelch-level = <2>;
899 nvidia,hsdiscon-level = <5>;
900 nvidia,xcvr-hsslew = <12>;
901 status = "disabled";
902 };
903
Joseph Load03b1a2013-10-08 12:50:05 +0800904 cpus {
905 #address-cells = <1>;
906 #size-cells = <0>;
907
908 cpu@0 {
909 device_type = "cpu";
910 compatible = "arm,cortex-a15";
911 reg = <0>;
912 };
913
914 cpu@1 {
915 device_type = "cpu";
916 compatible = "arm,cortex-a15";
917 reg = <1>;
918 };
919
920 cpu@2 {
921 device_type = "cpu";
922 compatible = "arm,cortex-a15";
923 reg = <2>;
924 };
925
926 cpu@3 {
927 device_type = "cpu";
928 compatible = "arm,cortex-a15";
929 reg = <3>;
930 };
931 };
932
Mikko Perttunen26b76f82014-09-26 12:43:11 +0300933 thermal-zones {
934 cpu {
935 polling-delay-passive = <1000>;
936 polling-delay = <1000>;
937
938 thermal-sensors =
939 <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
940 };
941
942 mem {
943 polling-delay-passive = <1000>;
944 polling-delay = <1000>;
945
946 thermal-sensors =
947 <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
948 };
949
950 gpu {
951 polling-delay-passive = <1000>;
952 polling-delay = <1000>;
953
954 thermal-sensors =
955 <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
956 };
957
958 pllx {
959 polling-delay-passive = <1000>;
960 polling-delay = <1000>;
961
962 thermal-sensors =
963 <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
964 };
965 };
966
Joseph Load03b1a2013-10-08 12:50:05 +0800967 timer {
968 compatible = "arm,armv7-timer";
969 interrupts = <GIC_PPI 13
970 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
971 <GIC_PPI 14
972 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
973 <GIC_PPI 11
974 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
975 <GIC_PPI 10
976 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
977 };
978};