1 #include "skeleton.dtsi"
2 #include <dt-bindings/clock/tegra186-clock.h>
3 #include <dt-bindings/gpio/tegra186-gpio.h>
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/mailbox/tegra186-hsp.h>
6 #include <dt-bindings/power/tegra186-powergate.h>
7 #include <dt-bindings/reset/tegra186-reset.h>
10 compatible = "nvidia,tegra186";
11 interrupt-parent = <&gic>;
15 gpio_main: gpio@2200000 {
16 compatible = "nvidia,tegra186-gpio";
17 reg-names = "security", "gpio";
19 <0x0 0x2200000 0x0 0x10000>,
20 <0x0 0x2210000 0x0 0x10000>;
22 <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
23 <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>,
24 <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
25 <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
26 <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
27 <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
31 #interrupt-cells = <2>;
34 uarta: serial@3100000 {
35 compatible = "nvidia,tegra186-uart", "nvidia,tegra20-uart";
36 reg = <0x0 0x03100000 0x0 0x10000>;
41 gen1_i2c: i2c@3160000 {
42 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
43 reg = <0x0 0x3160000 0x0 0x100>;
44 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
47 clocks = <&bpmp TEGRA186_CLK_I2C1>;
49 resets = <&bpmp TEGRA186_RESET_I2C1>;
54 cam_i2c: i2c@3180000 {
55 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
56 reg = <0x0 0x3180000 0x0 0x100>;
57 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
60 clocks = <&bpmp TEGRA186_CLK_I2C3>;
62 resets = <&bpmp TEGRA186_RESET_I2C3>;
67 dp_aux_ch1_i2c: i2c@3190000 {
68 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
69 reg = <0x0 0x3190000 0x0 0x100>;
70 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
73 clocks = <&bpmp TEGRA186_CLK_I2C4>;
75 resets = <&bpmp TEGRA186_RESET_I2C4>;
80 dp_aux_ch0_i2c: i2c@31b0000 {
81 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
82 reg = <0x0 0x31b0000 0x0 0x100>;
83 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
86 clocks = <&bpmp TEGRA186_CLK_I2C6>;
88 resets = <&bpmp TEGRA186_RESET_I2C6>;
93 gen7_i2c: i2c@31c0000 {
94 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
95 reg = <0x0 0x31c0000 0x0 0x100>;
96 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
99 clocks = <&bpmp TEGRA186_CLK_I2C7>;
101 resets = <&bpmp TEGRA186_RESET_I2C7>;
106 gen9_i2c: i2c@31e0000 {
107 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
108 reg = <0x0 0x31e0000 0x0 0x100>;
109 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
110 #address-cells = <1>;
112 clocks = <&bpmp TEGRA186_CLK_I2C9>;
114 resets = <&bpmp TEGRA186_RESET_I2C9>;
120 compatible = "nvidia,tegra186-sdhci";
121 reg = <0x0 0x03400000 0x0 0x200>;
122 resets = <&bpmp TEGRA186_RESET_SDMMC1>;
123 reset-names = "sdmmc";
124 clocks = <&bpmp TEGRA186_CLK_SDMMC1>;
125 clock-names = "sdmmc";
126 interrupts = <GIC_SPI 62 0x04>;
131 compatible = "nvidia,tegra186-sdhci";
132 reg = <0x0 0x03460000 0x0 0x200>;
133 resets = <&bpmp TEGRA186_RESET_SDMMC4>;
134 reset-names = "sdmmc";
135 clocks = <&bpmp TEGRA186_CLK_SDMMC4>;
136 clock-names = "sdmmc";
137 interrupts = <GIC_SPI 31 0x04>;
141 gic: interrupt-controller@3881000 {
142 compatible = "arm,gic-400";
143 #interrupt-cells = <3>;
144 interrupt-controller;
145 reg = <0x0 0x3881000 0x0 0x1000>,
146 <0x0 0x3882000 0x0 0x2000>,
147 <0x0 0x3884000 0x0 0x2000>,
148 <0x0 0x3886000 0x0 0x2000>;
149 interrupts = <GIC_PPI 9
150 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
151 interrupt-parent = <&gic>;
155 compatible = "nvidia,tegra186-hsp";
156 reg = <0x0 0x03c00000 0x0 0xa0000>;
157 interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
158 interrupt-names = "doorbell";
162 gen2_i2c: i2c@c240000 {
163 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
164 reg = <0x0 0xc240000 0x0 0x100>;
165 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
166 #address-cells = <1>;
168 clocks = <&bpmp TEGRA186_CLK_I2C2>;
170 resets = <&bpmp TEGRA186_RESET_I2C2>;
175 gen8_i2c: i2c@c250000 {
176 compatible = "nvidia,tegra186-i2c", "nvidia,tegra114-i2c";
177 reg = <0x0 0xc250000 0x0 0x100>;
178 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
179 #address-cells = <1>;
181 clocks = <&bpmp TEGRA186_CLK_I2C8>;
183 resets = <&bpmp TEGRA186_RESET_I2C8>;
188 gpio_aon: gpio@c2f0000 {
189 compatible = "nvidia,tegra186-gpio-aon";
190 reg-names = "security", "gpio";
192 <0x0 0xc2f0000 0x0 0x1000>,
193 <0x0 0xc2f1000 0x0 0x1000>;
195 <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
198 interrupt-controller;
199 #interrupt-cells = <2>;
202 pcie-controller@10003000 {
203 compatible = "nvidia,tegra186-pcie";
205 reg = <0x0 0x10003000 0x0 0x00000800 /* PADS registers */
206 0x0 0x10003800 0x0 0x00000800 /* AFI registers */
207 0x0 0x40000000 0x0 0x10000000>; /* configuration space */
208 reg-names = "pads", "afi", "cs";
209 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
210 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>, /* MSI interrupt */
211 <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; /* Wake interrupt */
212 interrupt-names = "intr", "msi", "wake";
214 #interrupt-cells = <1>;
215 interrupt-map-mask = <0 0 0 0>;
216 interrupt-map = <0 0 0 0 &gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
218 bus-range = <0x00 0xff>;
219 #address-cells = <3>;
222 ranges = <0x82000000 0 0x10000000 0x0 0x10000000 0 0x00001000 /* port 0 configuration space */
223 0x82000000 0 0x10001000 0x0 0x10001000 0 0x00001000 /* port 1 configuration space */
224 0x82000000 0 0x10004000 0x0 0x10004000 0 0x00001000 /* port 2 configuration space */
225 0x81000000 0 0x0 0x0 0x50000000 0 0x00010000 /* downstream I/O (64 KiB) */
226 0x82000000 0 0x50100000 0x0 0x50100000 0 0x07f00000 /* non-prefetchable memory (127 MiB) */
227 0xc2000000 0 0x58000000 0x0 0x58000000 0 0x28000000>; /* prefetchable memory (640 MiB) */
229 clocks = <&bpmp TEGRA186_CLK_PCIE>,
230 <&bpmp TEGRA186_CLK_AFI>;
231 clock-names = "pex", "afi";
232 resets = <&bpmp TEGRA186_RESET_PCIE>,
233 <&bpmp TEGRA186_RESET_AFI>,
234 <&bpmp TEGRA186_RESET_PCIEXCLK>;
235 reset-names = "pex", "afi", "pcie_x";
236 power-domains = <&bpmp TEGRA186_POWER_DOMAIN_PCX>;
241 assigned-addresses = <0x82000800 0 0x10000000 0 0x1000>;
242 reg = <0x000800 0 0 0 0>;
245 #address-cells = <3>;
249 nvidia,num-lanes = <2>;
254 assigned-addresses = <0x82001000 0 0x10001000 0 0x1000>;
255 reg = <0x001000 0 0 0 0>;
258 #address-cells = <3>;
262 nvidia,num-lanes = <1>;
267 assigned-addresses = <0x82001800 0 0x10004000 0 0x1000>;
268 reg = <0x001800 0 0 0 0>;
271 #address-cells = <3>;
275 nvidia,num-lanes = <1>;
280 compatible = "nvidia,tegra186-sysram", "mmio-sram";
281 reg = <0x0 0x30000000 0x0 0x50000>;
282 #address-cells = <2>;
284 ranges = <0 0x0 0x0 0x30000000 0x0 0x50000>;
286 sysram_cpu_bpmp_tx: shmem@4e000 {
287 compatible = "nvidia,tegra186-bpmp-shmem";
288 reg = <0x0 0x4e000 0x0 0x1000>;
291 sysram_cpu_bpmp_rx: shmem@4f000 {
292 compatible = "nvidia,tegra186-bpmp-shmem";
293 reg = <0x0 0x4f000 0x0 0x1000>;
298 compatible = "nvidia,tegra186-bpmp";
299 mboxes = <&hsp HSP_MBOX_TYPE_DB HSP_DB_MASTER_BPMP>;
301 * In theory, these references, and the configuration in the
302 * node these reference point at, are board-specific, since
303 * they depend on the BCT's memory carve-out setup, the
304 * firmware that's actually loaded onto the BPMP, etc. However,
305 * in practice, all boards are likely to use identical values.
307 shmem = <&sysram_cpu_bpmp_tx &sysram_cpu_bpmp_rx>;
309 #power-domain-cells = <1>;
313 compatible = "nvidia,tegra186-bpmp-i2c";
314 nvidia,bpmp = <&bpmp>;
315 nvidia,bpmp-bus-id = <5>;
316 #address-cells = <1>;