blob: 0ba3a0b6685f2597f32c67f5c6d5dcbb7b3343e5 [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>
Laxman Dewangan4b20bcb2013-12-09 16:03:51 +05303#include <dt-bindings/pinctrl/pinctrl-tegra.h>
Thierry Redingce90d322014-06-19 13:37:09 +02004#include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
Joseph Load03b1a2013-10-08 12:50:05 +08005#include <dt-bindings/interrupt-controller/arm-gic.h>
6
7#include "skeleton.dtsi"
8
9/ {
10 compatible = "nvidia,tegra124";
11 interrupt-parent = <&gic>;
Stephen Warrene30cb232014-03-03 14:51:15 -070012 #address-cells = <2>;
13 #size-cells = <2>;
Joseph Load03b1a2013-10-08 12:50:05 +080014
Stephen Warrene30cb232014-03-03 14:51:15 -070015 host1x@0,50000000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010016 compatible = "nvidia,tegra124-host1x", "simple-bus";
Stephen Warrene30cb232014-03-03 14:51:15 -070017 reg = <0x0 0x50000000 0x0 0x00034000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010018 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
19 <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
20 clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
21 resets = <&tegra_car 28>;
22 reset-names = "host1x";
23
Stephen Warrene30cb232014-03-03 14:51:15 -070024 #address-cells = <2>;
25 #size-cells = <2>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010026
Stephen Warrene30cb232014-03-03 14:51:15 -070027 ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010028
Stephen Warrene30cb232014-03-03 14:51:15 -070029 dc@0,54200000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010030 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070031 reg = <0x0 0x54200000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010032 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
33 clocks = <&tegra_car TEGRA124_CLK_DISP1>,
34 <&tegra_car TEGRA124_CLK_PLL_P>;
35 clock-names = "dc", "parent";
36 resets = <&tegra_car 27>;
37 reset-names = "dc";
38
39 nvidia,head = <0>;
40 };
41
Stephen Warrene30cb232014-03-03 14:51:15 -070042 dc@0,54240000 {
Thierry Redingad6be7d2014-02-28 17:40:22 +010043 compatible = "nvidia,tegra124-dc";
Stephen Warrene30cb232014-03-03 14:51:15 -070044 reg = <0x0 0x54240000 0x0 0x00040000>;
Thierry Redingad6be7d2014-02-28 17:40:22 +010045 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
46 clocks = <&tegra_car TEGRA124_CLK_DISP2>,
47 <&tegra_car TEGRA124_CLK_PLL_P>;
48 clock-names = "dc", "parent";
49 resets = <&tegra_car 26>;
50 reset-names = "dc";
51
52 nvidia,head = <1>;
53 };
Thierry Redingd72be032014-02-28 17:40:23 +010054
Thierry Reding9dd604d2014-04-25 17:44:45 +020055 hdmi@0,54280000 {
56 compatible = "nvidia,tegra124-hdmi";
57 reg = <0x0 0x54280000 0x0 0x00040000>;
58 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
59 clocks = <&tegra_car TEGRA124_CLK_HDMI>,
60 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
61 clock-names = "hdmi", "parent";
62 resets = <&tegra_car 51>;
63 reset-names = "hdmi";
64 status = "disabled";
65 };
66
Stephen Warrene30cb232014-03-03 14:51:15 -070067 sor@0,54540000 {
Thierry Redingd72be032014-02-28 17:40:23 +010068 compatible = "nvidia,tegra124-sor";
Stephen Warrene30cb232014-03-03 14:51:15 -070069 reg = <0x0 0x54540000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +010070 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
71 clocks = <&tegra_car TEGRA124_CLK_SOR0>,
72 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
73 <&tegra_car TEGRA124_CLK_PLL_DP>,
74 <&tegra_car TEGRA124_CLK_CLK_M>;
75 clock-names = "sor", "parent", "dp", "safe";
76 resets = <&tegra_car 182>;
77 reset-names = "sor";
78 status = "disabled";
79 };
80
Dylan Reidedfbad02014-09-04 15:20:34 -070081 dpaux: dpaux@0,545c0000 {
Thierry Redingd72be032014-02-28 17:40:23 +010082 compatible = "nvidia,tegra124-dpaux";
Stephen Warrene30cb232014-03-03 14:51:15 -070083 reg = <0x0 0x545c0000 0x0 0x00040000>;
Thierry Redingd72be032014-02-28 17:40:23 +010084 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
85 clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
86 <&tegra_car TEGRA124_CLK_PLL_DP>;
87 clock-names = "dpaux", "parent";
88 resets = <&tegra_car 181>;
89 reset-names = "dpaux";
90 status = "disabled";
91 };
Thierry Redingad6be7d2014-02-28 17:40:22 +010092 };
93
Stephen Warrene30cb232014-03-03 14:51:15 -070094 gic: interrupt-controller@0,50041000 {
Joseph Load03b1a2013-10-08 12:50:05 +080095 compatible = "arm,cortex-a15-gic";
96 #interrupt-cells = <3>;
97 interrupt-controller;
Stephen Warrene30cb232014-03-03 14:51:15 -070098 reg = <0x0 0x50041000 0x0 0x1000>,
99 <0x0 0x50042000 0x0 0x1000>,
100 <0x0 0x50044000 0x0 0x2000>,
101 <0x0 0x50046000 0x0 0x2000>;
Joseph Load03b1a2013-10-08 12:50:05 +0800102 interrupts = <GIC_PPI 9
103 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
104 };
105
Thierry Redingd86b1e82014-06-26 14:33:34 +0900106 gpu@0,57000000 {
107 compatible = "nvidia,gk20a";
108 reg = <0x0 0x57000000 0x0 0x01000000>,
109 <0x0 0x58000000 0x0 0x01000000>;
110 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
111 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
112 interrupt-names = "stall", "nonstall";
113 clocks = <&tegra_car TEGRA124_CLK_GPU>,
114 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
115 clock-names = "gpu", "pwr";
116 resets = <&tegra_car 184>;
117 reset-names = "gpu";
118 status = "disabled";
119 };
120
Stephen Warrene30cb232014-03-03 14:51:15 -0700121 timer@0,60005000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800122 compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer";
Stephen Warrene30cb232014-03-03 14:51:15 -0700123 reg = <0x0 0x60005000 0x0 0x400>;
Joseph Load03b1a2013-10-08 12:50:05 +0800124 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
125 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
126 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
127 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
128 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
129 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800130 clocks = <&tegra_car TEGRA124_CLK_TIMER>;
131 };
132
Stephen Warrene30cb232014-03-03 14:51:15 -0700133 tegra_car: clock@0,60006000 {
Joseph Lo3b86baf2013-10-08 15:47:40 +0800134 compatible = "nvidia,tegra124-car";
Stephen Warrene30cb232014-03-03 14:51:15 -0700135 reg = <0x0 0x60006000 0x0 0x1000>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800136 #clock-cells = <1>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700137 #reset-cells = <1>;
Joseph Load03b1a2013-10-08 12:50:05 +0800138 };
139
Thierry Redingb1023132014-08-26 08:14:03 +0200140 flow-controller@0,60007000 {
141 compatible = "nvidia,tegra124-flowctrl";
142 reg = <0x0 0x60007000 0x0 0x1000>;
143 };
144
Stephen Warrene30cb232014-03-03 14:51:15 -0700145 gpio: gpio@0,6000d000 {
Stephen Warren0a9375d2013-08-05 16:10:02 -0700146 compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
Stephen Warrene30cb232014-03-03 14:51:15 -0700147 reg = <0x0 0x6000d000 0x0 0x1000>;
Stephen Warren0a9375d2013-08-05 16:10:02 -0700148 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
149 <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
150 <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
151 <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
152 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
153 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
154 <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
155 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
156 #gpio-cells = <2>;
157 gpio-controller;
158 #interrupt-cells = <2>;
159 interrupt-controller;
160 };
161
Stephen Warrene30cb232014-03-03 14:51:15 -0700162 apbdma: dma@0,60020000 {
Stephen Warren2f5a9132013-11-15 12:22:53 -0700163 compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
Stephen Warrene30cb232014-03-03 14:51:15 -0700164 reg = <0x0 0x60020000 0x0 0x1400>;
Stephen Warren2f5a9132013-11-15 12:22:53 -0700165 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
166 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
167 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
168 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
169 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
170 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
171 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
172 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
173 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
174 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
175 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
176 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
177 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
178 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
179 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
180 <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
181 <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
182 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
183 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
184 <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
185 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
186 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
187 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
188 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
189 <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
190 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
191 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
192 <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
193 <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
194 <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
195 <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
196 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
197 clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
198 resets = <&tegra_car 34>;
199 reset-names = "dma";
200 #dma-cells = <1>;
201 };
202
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300203 apbmisc@0,70000800 {
204 compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
205 reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */
206 <0x0 0x7000E864 0x0 0x04>; /* Strapping options */
207 };
208
Stephen Warrene30cb232014-03-03 14:51:15 -0700209 pinmux: pinmux@0,70000868 {
Stephen Warrencaefe632013-11-01 14:03:59 -0600210 compatible = "nvidia,tegra124-pinmux";
Stephen Warrene30cb232014-03-03 14:51:15 -0700211 reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
212 <0x0 0x70003000 0x0 0x434>; /* Mux registers */
Stephen Warrencaefe632013-11-01 14:03:59 -0600213 };
214
Joseph Load03b1a2013-10-08 12:50:05 +0800215 /*
216 * There are two serial driver i.e. 8250 based simple serial
217 * driver and APB DMA based serial driver for higher baudrate
218 * and performace. To enable the 8250 based driver, the compatible
219 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
220 * the APB DMA based serial driver, the comptible is
221 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
222 */
Stephen Warrene30cb232014-03-03 14:51:15 -0700223 serial@0,70006000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800224 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700225 reg = <0x0 0x70006000 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800226 reg-shift = <2>;
227 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800228 clocks = <&tegra_car TEGRA124_CLK_UARTA>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700229 resets = <&tegra_car 6>;
230 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700231 dmas = <&apbdma 8>, <&apbdma 8>;
232 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800233 status = "disabled";
234 };
235
Stephen Warrene30cb232014-03-03 14:51:15 -0700236 serial@0,70006040 {
Joseph Load03b1a2013-10-08 12:50:05 +0800237 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700238 reg = <0x0 0x70006040 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800239 reg-shift = <2>;
240 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800241 clocks = <&tegra_car TEGRA124_CLK_UARTB>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700242 resets = <&tegra_car 7>;
243 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700244 dmas = <&apbdma 9>, <&apbdma 9>;
245 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800246 status = "disabled";
247 };
248
Stephen Warrene30cb232014-03-03 14:51:15 -0700249 serial@0,70006200 {
Joseph Load03b1a2013-10-08 12:50:05 +0800250 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700251 reg = <0x0 0x70006200 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800252 reg-shift = <2>;
253 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800254 clocks = <&tegra_car TEGRA124_CLK_UARTC>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700255 resets = <&tegra_car 55>;
256 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700257 dmas = <&apbdma 10>, <&apbdma 10>;
258 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800259 status = "disabled";
260 };
261
Stephen Warrene30cb232014-03-03 14:51:15 -0700262 serial@0,70006300 {
Joseph Load03b1a2013-10-08 12:50:05 +0800263 compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
Stephen Warrene30cb232014-03-03 14:51:15 -0700264 reg = <0x0 0x70006300 0x0 0x40>;
Joseph Load03b1a2013-10-08 12:50:05 +0800265 reg-shift = <2>;
266 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800267 clocks = <&tegra_car TEGRA124_CLK_UARTD>;
Stephen Warrenf71e4f02013-11-07 12:20:57 -0700268 resets = <&tegra_car 65>;
269 reset-names = "serial";
Stephen Warren2f5a9132013-11-15 12:22:53 -0700270 dmas = <&apbdma 19>, <&apbdma 19>;
271 dma-names = "rx", "tx";
Joseph Load03b1a2013-10-08 12:50:05 +0800272 status = "disabled";
273 };
274
Dylan Reidedfbad02014-09-04 15:20:34 -0700275 pwm: pwm@0,7000a000 {
Thierry Reding111a1fc2013-11-18 17:00:34 +0100276 compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
Stephen Warrene30cb232014-03-03 14:51:15 -0700277 reg = <0x0 0x7000a000 0x0 0x100>;
Thierry Reding111a1fc2013-11-18 17:00:34 +0100278 #pwm-cells = <2>;
279 clocks = <&tegra_car TEGRA124_CLK_PWM>;
280 resets = <&tegra_car 17>;
281 reset-names = "pwm";
282 status = "disabled";
283 };
284
Stephen Warrene30cb232014-03-03 14:51:15 -0700285 i2c@0,7000c000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700286 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700287 reg = <0x0 0x7000c000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700288 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
289 #address-cells = <1>;
290 #size-cells = <0>;
291 clocks = <&tegra_car TEGRA124_CLK_I2C1>;
292 clock-names = "div-clk";
293 resets = <&tegra_car 12>;
294 reset-names = "i2c";
295 dmas = <&apbdma 21>, <&apbdma 21>;
296 dma-names = "rx", "tx";
297 status = "disabled";
298 };
299
Stephen Warrene30cb232014-03-03 14:51:15 -0700300 i2c@0,7000c400 {
Stephen Warren4f607462013-12-03 16:29:04 -0700301 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700302 reg = <0x0 0x7000c400 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700303 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
304 #address-cells = <1>;
305 #size-cells = <0>;
306 clocks = <&tegra_car TEGRA124_CLK_I2C2>;
307 clock-names = "div-clk";
308 resets = <&tegra_car 54>;
309 reset-names = "i2c";
310 dmas = <&apbdma 22>, <&apbdma 22>;
311 dma-names = "rx", "tx";
312 status = "disabled";
313 };
314
Stephen Warrene30cb232014-03-03 14:51:15 -0700315 i2c@0,7000c500 {
Stephen Warren4f607462013-12-03 16:29:04 -0700316 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700317 reg = <0x0 0x7000c500 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700318 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
319 #address-cells = <1>;
320 #size-cells = <0>;
321 clocks = <&tegra_car TEGRA124_CLK_I2C3>;
322 clock-names = "div-clk";
323 resets = <&tegra_car 67>;
324 reset-names = "i2c";
325 dmas = <&apbdma 23>, <&apbdma 23>;
326 dma-names = "rx", "tx";
327 status = "disabled";
328 };
329
Stephen Warrene30cb232014-03-03 14:51:15 -0700330 i2c@0,7000c700 {
Stephen Warren4f607462013-12-03 16:29:04 -0700331 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700332 reg = <0x0 0x7000c700 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700333 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
334 #address-cells = <1>;
335 #size-cells = <0>;
336 clocks = <&tegra_car TEGRA124_CLK_I2C4>;
337 clock-names = "div-clk";
338 resets = <&tegra_car 103>;
339 reset-names = "i2c";
340 dmas = <&apbdma 26>, <&apbdma 26>;
341 dma-names = "rx", "tx";
342 status = "disabled";
343 };
344
Stephen Warrene30cb232014-03-03 14:51:15 -0700345 i2c@0,7000d000 {
Stephen Warren4f607462013-12-03 16:29:04 -0700346 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700347 reg = <0x0 0x7000d000 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700348 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
349 #address-cells = <1>;
350 #size-cells = <0>;
351 clocks = <&tegra_car TEGRA124_CLK_I2C5>;
352 clock-names = "div-clk";
353 resets = <&tegra_car 47>;
354 reset-names = "i2c";
355 dmas = <&apbdma 24>, <&apbdma 24>;
356 dma-names = "rx", "tx";
357 status = "disabled";
358 };
359
Stephen Warrene30cb232014-03-03 14:51:15 -0700360 i2c@0,7000d100 {
Stephen Warren4f607462013-12-03 16:29:04 -0700361 compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
Stephen Warrene30cb232014-03-03 14:51:15 -0700362 reg = <0x0 0x7000d100 0x0 0x100>;
Stephen Warren4f607462013-12-03 16:29:04 -0700363 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
364 #address-cells = <1>;
365 #size-cells = <0>;
366 clocks = <&tegra_car TEGRA124_CLK_I2C6>;
367 clock-names = "div-clk";
368 resets = <&tegra_car 166>;
369 reset-names = "i2c";
370 dmas = <&apbdma 30>, <&apbdma 30>;
371 dma-names = "rx", "tx";
372 status = "disabled";
373 };
374
Stephen Warrene30cb232014-03-03 14:51:15 -0700375 spi@0,7000d400 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100376 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700377 reg = <0x0 0x7000d400 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100378 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
379 #address-cells = <1>;
380 #size-cells = <0>;
381 clocks = <&tegra_car TEGRA124_CLK_SBC1>;
382 clock-names = "spi";
383 resets = <&tegra_car 41>;
384 reset-names = "spi";
385 dmas = <&apbdma 15>, <&apbdma 15>;
386 dma-names = "rx", "tx";
387 status = "disabled";
388 };
389
Stephen Warrene30cb232014-03-03 14:51:15 -0700390 spi@0,7000d600 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100391 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700392 reg = <0x0 0x7000d600 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100393 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
394 #address-cells = <1>;
395 #size-cells = <0>;
396 clocks = <&tegra_car TEGRA124_CLK_SBC2>;
397 clock-names = "spi";
398 resets = <&tegra_car 44>;
399 reset-names = "spi";
400 dmas = <&apbdma 16>, <&apbdma 16>;
401 dma-names = "rx", "tx";
402 status = "disabled";
403 };
404
Stephen Warrene30cb232014-03-03 14:51:15 -0700405 spi@0,7000d800 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100406 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700407 reg = <0x0 0x7000d800 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100408 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
409 #address-cells = <1>;
410 #size-cells = <0>;
411 clocks = <&tegra_car TEGRA124_CLK_SBC3>;
412 clock-names = "spi";
413 resets = <&tegra_car 46>;
414 reset-names = "spi";
415 dmas = <&apbdma 17>, <&apbdma 17>;
416 dma-names = "rx", "tx";
417 status = "disabled";
418 };
419
Stephen Warrene30cb232014-03-03 14:51:15 -0700420 spi@0,7000da00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100421 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700422 reg = <0x0 0x7000da00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100423 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
424 #address-cells = <1>;
425 #size-cells = <0>;
426 clocks = <&tegra_car TEGRA124_CLK_SBC4>;
427 clock-names = "spi";
428 resets = <&tegra_car 68>;
429 reset-names = "spi";
430 dmas = <&apbdma 18>, <&apbdma 18>;
431 dma-names = "rx", "tx";
432 status = "disabled";
433 };
434
Stephen Warrene30cb232014-03-03 14:51:15 -0700435 spi@0,7000dc00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100436 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700437 reg = <0x0 0x7000dc00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100438 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
439 #address-cells = <1>;
440 #size-cells = <0>;
441 clocks = <&tegra_car TEGRA124_CLK_SBC5>;
442 clock-names = "spi";
443 resets = <&tegra_car 104>;
444 reset-names = "spi";
445 dmas = <&apbdma 27>, <&apbdma 27>;
446 dma-names = "rx", "tx";
447 status = "disabled";
448 };
449
Stephen Warrene30cb232014-03-03 14:51:15 -0700450 spi@0,7000de00 {
Thierry Reding9f1ac562013-12-13 17:24:05 +0100451 compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
Stephen Warrene30cb232014-03-03 14:51:15 -0700452 reg = <0x0 0x7000de00 0x0 0x200>;
Thierry Reding9f1ac562013-12-13 17:24:05 +0100453 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
454 #address-cells = <1>;
455 #size-cells = <0>;
456 clocks = <&tegra_car TEGRA124_CLK_SBC6>;
457 clock-names = "spi";
458 resets = <&tegra_car 105>;
459 reset-names = "spi";
460 dmas = <&apbdma 28>, <&apbdma 28>;
461 dma-names = "rx", "tx";
462 status = "disabled";
463 };
464
Stephen Warrene30cb232014-03-03 14:51:15 -0700465 rtc@0,7000e000 {
Joseph Load03b1a2013-10-08 12:50:05 +0800466 compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700467 reg = <0x0 0x7000e000 0x0 0x100>;
Joseph Load03b1a2013-10-08 12:50:05 +0800468 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800469 clocks = <&tegra_car TEGRA124_CLK_RTC>;
Joseph Load03b1a2013-10-08 12:50:05 +0800470 };
471
Stephen Warrene30cb232014-03-03 14:51:15 -0700472 pmc@0,7000e400 {
Joseph Load03b1a2013-10-08 12:50:05 +0800473 compatible = "nvidia,tegra124-pmc";
Stephen Warrene30cb232014-03-03 14:51:15 -0700474 reg = <0x0 0x7000e400 0x0 0x400>;
Joseph Lo3b86baf2013-10-08 15:47:40 +0800475 clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
476 clock-names = "pclk", "clk32k_in";
Joseph Load03b1a2013-10-08 12:50:05 +0800477 };
478
Peter De Schrijver155dfc72014-06-12 18:36:38 +0300479 fuse@0,7000f800 {
480 compatible = "nvidia,tegra124-efuse";
481 reg = <0x0 0x7000f800 0x0 0x400>;
482 clocks = <&tegra_car TEGRA124_CLK_FUSE>;
483 clock-names = "fuse";
484 resets = <&tegra_car 39>;
485 reset-names = "fuse";
486 };
487
Mikko Perttunenfdd69092014-07-16 11:54:17 +0300488 sata@0,70020000 {
489 compatible = "nvidia,tegra124-ahci";
490
491 reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
492 <0x0 0x70020000 0x0 0x7000>; /* SATA */
493
494 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
495
496 clocks = <&tegra_car TEGRA124_CLK_SATA>,
497 <&tegra_car TEGRA124_CLK_SATA_OOB>,
498 <&tegra_car TEGRA124_CLK_CML1>,
499 <&tegra_car TEGRA124_CLK_PLL_E>;
500 clock-names = "sata", "sata-oob", "cml1", "pll_e";
501
502 resets = <&tegra_car 124>,
503 <&tegra_car 123>,
504 <&tegra_car 129>;
505 reset-names = "sata", "sata-oob", "sata-cold";
506
507 phys = <&padctl TEGRA_XUSB_PADCTL_SATA>;
508 phy-names = "sata-phy";
509
510 status = "disabled";
511 };
512
Dylan Reid6389cb32014-05-19 19:35:45 -0700513 hda@0,70030000 {
514 compatible = "nvidia,tegra124-hda", "nvidia,tegra30-hda";
515 reg = <0x0 0x70030000 0x0 0x10000>;
516 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
517 clocks = <&tegra_car TEGRA124_CLK_HDA>,
518 <&tegra_car TEGRA124_CLK_HDA2HDMI>,
519 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
520 clock-names = "hda", "hda2hdmi", "hdacodec_2x";
521 resets = <&tegra_car 125>, /* hda */
522 <&tegra_car 128>, /* hda2hdmi */
523 <&tegra_car 111>; /* hda2codec_2x */
524 reset-names = "hda", "hda2hdmi", "hdacodec_2x";
525 status = "disabled";
526 };
527
Thierry Redingce90d322014-06-19 13:37:09 +0200528 padctl: padctl@0,7009f000 {
529 compatible = "nvidia,tegra124-xusb-padctl";
530 reg = <0x0 0x7009f000 0x0 0x1000>;
531 resets = <&tegra_car 142>;
532 reset-names = "padctl";
533
534 #phy-cells = <1>;
535 };
536
Stephen Warrene30cb232014-03-03 14:51:15 -0700537 sdhci@0,700b0000 {
Stephen Warren784c7442013-10-31 17:23:05 -0600538 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700539 reg = <0x0 0x700b0000 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600540 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
541 clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
542 resets = <&tegra_car 14>;
543 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100544 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600545 };
546
Stephen Warrene30cb232014-03-03 14:51:15 -0700547 sdhci@0,700b0200 {
Stephen Warren784c7442013-10-31 17:23:05 -0600548 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700549 reg = <0x0 0x700b0200 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600550 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
551 clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
552 resets = <&tegra_car 9>;
553 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100554 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600555 };
556
Stephen Warrene30cb232014-03-03 14:51:15 -0700557 sdhci@0,700b0400 {
Stephen Warren784c7442013-10-31 17:23:05 -0600558 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700559 reg = <0x0 0x700b0400 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600560 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
561 clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
562 resets = <&tegra_car 69>;
563 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100564 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600565 };
566
Stephen Warrene30cb232014-03-03 14:51:15 -0700567 sdhci@0,700b0600 {
Stephen Warren784c7442013-10-31 17:23:05 -0600568 compatible = "nvidia,tegra124-sdhci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700569 reg = <0x0 0x700b0600 0x0 0x200>;
Stephen Warren784c7442013-10-31 17:23:05 -0600570 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
571 clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
572 resets = <&tegra_car 15>;
573 reset-names = "sdhci";
Thierry Redinge2b6d772014-02-25 16:31:40 +0100574 status = "disabled";
Stephen Warren784c7442013-10-31 17:23:05 -0600575 };
576
Stephen Warrene30cb232014-03-03 14:51:15 -0700577 ahub@0,70300000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700578 compatible = "nvidia,tegra124-ahub";
Stephen Warrene30cb232014-03-03 14:51:15 -0700579 reg = <0x0 0x70300000 0x0 0x200>,
580 <0x0 0x70300800 0x0 0x800>,
581 <0x0 0x70300200 0x0 0x600>;
Stephen Warrene6655572013-12-04 15:05:51 -0700582 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
583 clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
584 <&tegra_car TEGRA124_CLK_APBIF>;
585 clock-names = "d_audio", "apbif";
586 resets = <&tegra_car 106>, /* d_audio */
587 <&tegra_car 107>, /* apbif */
588 <&tegra_car 30>, /* i2s0 */
589 <&tegra_car 11>, /* i2s1 */
590 <&tegra_car 18>, /* i2s2 */
591 <&tegra_car 101>, /* i2s3 */
592 <&tegra_car 102>, /* i2s4 */
593 <&tegra_car 108>, /* dam0 */
594 <&tegra_car 109>, /* dam1 */
595 <&tegra_car 110>, /* dam2 */
596 <&tegra_car 10>, /* spdif */
597 <&tegra_car 153>, /* amx */
598 <&tegra_car 185>, /* amx1 */
599 <&tegra_car 154>, /* adx */
600 <&tegra_car 180>, /* adx1 */
601 <&tegra_car 186>, /* afc0 */
602 <&tegra_car 187>, /* afc1 */
603 <&tegra_car 188>, /* afc2 */
604 <&tegra_car 189>, /* afc3 */
605 <&tegra_car 190>, /* afc4 */
606 <&tegra_car 191>; /* afc5 */
607 reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
608 "i2s3", "i2s4", "dam0", "dam1", "dam2",
609 "spdif", "amx", "amx1", "adx", "adx1",
610 "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
611 dmas = <&apbdma 1>, <&apbdma 1>,
612 <&apbdma 2>, <&apbdma 2>,
613 <&apbdma 3>, <&apbdma 3>,
614 <&apbdma 4>, <&apbdma 4>,
615 <&apbdma 6>, <&apbdma 6>,
616 <&apbdma 7>, <&apbdma 7>,
617 <&apbdma 12>, <&apbdma 12>,
618 <&apbdma 13>, <&apbdma 13>,
619 <&apbdma 14>, <&apbdma 14>,
620 <&apbdma 29>, <&apbdma 29>;
621 dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
622 "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
623 "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
624 "rx9", "tx9";
625 ranges;
Stephen Warrene30cb232014-03-03 14:51:15 -0700626 #address-cells = <2>;
627 #size-cells = <2>;
Stephen Warrene6655572013-12-04 15:05:51 -0700628
Stephen Warrene30cb232014-03-03 14:51:15 -0700629 tegra_i2s0: i2s@0,70301000 {
Stephen Warrene6655572013-12-04 15:05:51 -0700630 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700631 reg = <0x0 0x70301000 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700632 nvidia,ahub-cif-ids = <4 4>;
633 clocks = <&tegra_car TEGRA124_CLK_I2S0>;
634 resets = <&tegra_car 30>;
635 reset-names = "i2s";
636 status = "disabled";
637 };
638
Stephen Warrene30cb232014-03-03 14:51:15 -0700639 tegra_i2s1: i2s@0,70301100 {
Stephen Warrene6655572013-12-04 15:05:51 -0700640 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700641 reg = <0x0 0x70301100 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700642 nvidia,ahub-cif-ids = <5 5>;
643 clocks = <&tegra_car TEGRA124_CLK_I2S1>;
644 resets = <&tegra_car 11>;
645 reset-names = "i2s";
646 status = "disabled";
647 };
648
Stephen Warrene30cb232014-03-03 14:51:15 -0700649 tegra_i2s2: i2s@0,70301200 {
Stephen Warrene6655572013-12-04 15:05:51 -0700650 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700651 reg = <0x0 0x70301200 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700652 nvidia,ahub-cif-ids = <6 6>;
653 clocks = <&tegra_car TEGRA124_CLK_I2S2>;
654 resets = <&tegra_car 18>;
655 reset-names = "i2s";
656 status = "disabled";
657 };
658
Stephen Warrene30cb232014-03-03 14:51:15 -0700659 tegra_i2s3: i2s@0,70301300 {
Stephen Warrene6655572013-12-04 15:05:51 -0700660 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700661 reg = <0x0 0x70301300 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700662 nvidia,ahub-cif-ids = <7 7>;
663 clocks = <&tegra_car TEGRA124_CLK_I2S3>;
664 resets = <&tegra_car 101>;
665 reset-names = "i2s";
666 status = "disabled";
667 };
668
Stephen Warrene30cb232014-03-03 14:51:15 -0700669 tegra_i2s4: i2s@0,70301400 {
Stephen Warrene6655572013-12-04 15:05:51 -0700670 compatible = "nvidia,tegra124-i2s";
Stephen Warrene30cb232014-03-03 14:51:15 -0700671 reg = <0x0 0x70301400 0x0 0x100>;
Stephen Warrene6655572013-12-04 15:05:51 -0700672 nvidia,ahub-cif-ids = <8 8>;
673 clocks = <&tegra_car TEGRA124_CLK_I2S4>;
674 resets = <&tegra_car 102>;
675 reset-names = "i2s";
676 status = "disabled";
677 };
678 };
679
Stephen Warrene30cb232014-03-03 14:51:15 -0700680 usb@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100681 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700682 reg = <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100683 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
684 phy_type = "utmi";
685 clocks = <&tegra_car TEGRA124_CLK_USBD>;
686 resets = <&tegra_car 22>;
687 reset-names = "usb";
688 nvidia,phy = <&phy1>;
689 status = "disabled";
690 };
691
Stephen Warrene30cb232014-03-03 14:51:15 -0700692 phy1: usb-phy@0,7d000000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100693 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700694 reg = <0x0 0x7d000000 0x0 0x4000>,
695 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100696 phy_type = "utmi";
697 clocks = <&tegra_car TEGRA124_CLK_USBD>,
698 <&tegra_car TEGRA124_CLK_PLL_U>,
699 <&tegra_car TEGRA124_CLK_USBD>;
700 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300701 resets = <&tegra_car 59>, <&tegra_car 22>;
702 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100703 nvidia,hssync-start-delay = <0>;
704 nvidia,idle-wait-delay = <17>;
705 nvidia,elastic-limit = <16>;
706 nvidia,term-range-adj = <6>;
707 nvidia,xcvr-setup = <9>;
708 nvidia,xcvr-lsfslew = <0>;
709 nvidia,xcvr-lsrslew = <3>;
710 nvidia,hssquelch-level = <2>;
711 nvidia,hsdiscon-level = <5>;
712 nvidia,xcvr-hsslew = <12>;
713 status = "disabled";
714 };
715
Stephen Warrene30cb232014-03-03 14:51:15 -0700716 usb@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100717 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700718 reg = <0x0 0x7d004000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100719 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
720 phy_type = "utmi";
721 clocks = <&tegra_car TEGRA124_CLK_USB2>;
722 resets = <&tegra_car 58>;
723 reset-names = "usb";
724 nvidia,phy = <&phy2>;
725 status = "disabled";
726 };
727
Stephen Warrene30cb232014-03-03 14:51:15 -0700728 phy2: usb-phy@0,7d004000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100729 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700730 reg = <0x0 0x7d004000 0x0 0x4000>,
731 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100732 phy_type = "utmi";
733 clocks = <&tegra_car TEGRA124_CLK_USB2>,
734 <&tegra_car TEGRA124_CLK_PLL_U>,
735 <&tegra_car TEGRA124_CLK_USBD>;
736 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300737 resets = <&tegra_car 22>, <&tegra_car 22>;
738 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100739 nvidia,hssync-start-delay = <0>;
740 nvidia,idle-wait-delay = <17>;
741 nvidia,elastic-limit = <16>;
742 nvidia,term-range-adj = <6>;
743 nvidia,xcvr-setup = <9>;
744 nvidia,xcvr-lsfslew = <0>;
745 nvidia,xcvr-lsrslew = <3>;
746 nvidia,hssquelch-level = <2>;
747 nvidia,hsdiscon-level = <5>;
748 nvidia,xcvr-hsslew = <12>;
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300749 nvidia,has-utmi-pad-registers;
Thierry Redingf2d50152014-02-28 17:40:25 +0100750 status = "disabled";
751 };
752
Stephen Warrene30cb232014-03-03 14:51:15 -0700753 usb@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100754 compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
Stephen Warrene30cb232014-03-03 14:51:15 -0700755 reg = <0x0 0x7d008000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100756 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
757 phy_type = "utmi";
758 clocks = <&tegra_car TEGRA124_CLK_USB3>;
759 resets = <&tegra_car 59>;
760 reset-names = "usb";
761 nvidia,phy = <&phy3>;
762 status = "disabled";
763 };
764
Stephen Warrene30cb232014-03-03 14:51:15 -0700765 phy3: usb-phy@0,7d008000 {
Thierry Redingf2d50152014-02-28 17:40:25 +0100766 compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
Stephen Warrene30cb232014-03-03 14:51:15 -0700767 reg = <0x0 0x7d008000 0x0 0x4000>,
768 <0x0 0x7d000000 0x0 0x4000>;
Thierry Redingf2d50152014-02-28 17:40:25 +0100769 phy_type = "utmi";
770 clocks = <&tegra_car TEGRA124_CLK_USB3>,
771 <&tegra_car TEGRA124_CLK_PLL_U>,
772 <&tegra_car TEGRA124_CLK_USBD>;
773 clock-names = "reg", "pll_u", "utmi-pads";
Tuomas Tynkkynen308efde2014-07-04 04:09:37 +0300774 resets = <&tegra_car 58>, <&tegra_car 22>;
775 reset-names = "usb", "utmi-pads";
Thierry Redingf2d50152014-02-28 17:40:25 +0100776 nvidia,hssync-start-delay = <0>;
777 nvidia,idle-wait-delay = <17>;
778 nvidia,elastic-limit = <16>;
779 nvidia,term-range-adj = <6>;
780 nvidia,xcvr-setup = <9>;
781 nvidia,xcvr-lsfslew = <0>;
782 nvidia,xcvr-lsrslew = <3>;
783 nvidia,hssquelch-level = <2>;
784 nvidia,hsdiscon-level = <5>;
785 nvidia,xcvr-hsslew = <12>;
786 status = "disabled";
787 };
788
Joseph Load03b1a2013-10-08 12:50:05 +0800789 cpus {
790 #address-cells = <1>;
791 #size-cells = <0>;
792
793 cpu@0 {
794 device_type = "cpu";
795 compatible = "arm,cortex-a15";
796 reg = <0>;
797 };
798
799 cpu@1 {
800 device_type = "cpu";
801 compatible = "arm,cortex-a15";
802 reg = <1>;
803 };
804
805 cpu@2 {
806 device_type = "cpu";
807 compatible = "arm,cortex-a15";
808 reg = <2>;
809 };
810
811 cpu@3 {
812 device_type = "cpu";
813 compatible = "arm,cortex-a15";
814 reg = <3>;
815 };
816 };
817
818 timer {
819 compatible = "arm,armv7-timer";
820 interrupts = <GIC_PPI 13
821 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
822 <GIC_PPI 14
823 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
824 <GIC_PPI 11
825 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
826 <GIC_PPI 10
827 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
828 };
829};