blob: 8ac481cb58f3ceaded631021fb994268c0913296 [file] [log] [blame]
Stefan Roese850db822016-05-17 14:03:25 +02001/*
2 * Device Tree Include file for Marvell Armada 37xx family of SoCs.
3 *
4 * Copyright (C) 2016 Marvell
5 *
6 * Gregory CLEMENT <gregory.clement@free-electrons.com>
7 *
8 * This file is dual-licensed: you can use it either under the terms
9 * of the GPL or the X11 license, at your option. Note that this dual
10 * licensing only applies to this file, and not this project as a
11 * whole.
12 *
13 * a) This file is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU General Public License as
15 * published by the Free Software Foundation; either version 2 of the
16 * License, or (at your option) any later version.
17 *
18 * This file is distributed in the hope that it will be useful
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
23 * Or, alternatively
24 *
25 * b) Permission is hereby granted, free of charge, to any person
26 * obtaining a copy of this software and associated documentation
27 * files (the "Software"), to deal in the Software without
28 * restriction, including without limitation the rights to use
29 * copy, modify, merge, publish, distribute, sublicense, and/or
30 * sell copies of the Software, and to permit persons to whom the
31 * Software is furnished to do so, subject to the following
32 * conditions:
33 *
34 * The above copyright notice and this permission notice shall be
35 * included in all copies or substantial portions of the Software.
36 *
37 * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND
38 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
39 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
40 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
41 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
42 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
43 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
44 * OTHER DEALINGS IN THE SOFTWARE.
45 */
46
47#include <dt-bindings/interrupt-controller/arm-gic.h>
Stefan Roese56d53952016-08-26 13:10:45 +020048#include <dt-bindings/comphy/comphy_data.h>
Ken Mad13d8ba2018-03-26 15:55:55 +080049#include <dt-bindings/gpio/gpio.h>
Stefan Roese850db822016-05-17 14:03:25 +020050
51/ {
52 model = "Marvell Armada 37xx SoC";
53 compatible = "marvell,armada3700";
54 interrupt-parent = <&gic>;
55 #address-cells = <2>;
56 #size-cells = <2>;
57
58 aliases {
59 serial0 = &uart0;
60 };
61
62 cpus {
63 #address-cells = <1>;
64 #size-cells = <0>;
65 cpu@0 {
66 device_type = "cpu";
67 compatible = "arm,cortex-a53", "arm,armv8";
68 reg = <0>;
69 enable-method = "psci";
70 };
71 };
72
73 psci {
74 compatible = "arm,psci-0.2";
75 method = "smc";
76 };
77
78 timer {
79 compatible = "arm,armv8-timer";
80 interrupts = <GIC_PPI 13
81 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>,
82 <GIC_PPI 14
83 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>,
84 <GIC_PPI 11
85 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>,
86 <GIC_PPI 10
87 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
88 };
89
90 soc {
91 compatible = "simple-bus";
92 #address-cells = <2>;
93 #size-cells = <2>;
94 ranges;
95
96 internal-regs {
97 #address-cells = <1>;
98 #size-cells = <1>;
99 compatible = "simple-bus";
100 /* 32M internal register @ 0xd000_0000 */
101 ranges = <0x0 0x0 0xd0000000 0x2000000>;
102
103 uart0: serial@12000 {
104 compatible = "marvell,armada-3700-uart";
105 reg = <0x12000 0x400>;
106 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
107 status = "disabled";
108 };
109
Marek Behún2b69a672018-04-24 17:21:30 +0200110 wdt: watchdog-timer@8300 {
111 compatible = "marvell,armada-3700-wdt";
Pali Rohár0c4625a2022-02-14 11:34:25 +0100112 reg = <0x8300 0x40>;
Marek Behún2b69a672018-04-24 17:21:30 +0200113 };
114
Marek Behún82a248d2018-04-24 17:21:25 +0200115 nb_periph_clk: nb-periph-clk@13000 {
116 compatible = "marvell,armada-3700-periph-clock-nb";
117 reg = <0x13000 0x100>;
118 clocks = <&tbg 0>, <&tbg 1>, <&tbg 2>, <&tbg 3>;
119 #clock-cells = <1>;
120 };
121
122 sb_periph_clk: sb-periph-clk@18000 {
123 compatible = "marvell,armada-3700-periph-clock-sb";
124 reg = <0x18000 0x100>;
125 clocks = <&tbg 0>, <&tbg 1>, <&tbg 2>, <&tbg 3>;
126 #clock-cells = <1>;
127 };
128
129 tbg: tbg@13200 {
130 compatible = "marvell,armada-3700-tbg-clock";
131 reg = <0x13200 0x100>;
132 #clock-cells = <1>;
133 };
134
Gregory CLEMENT5cb7b792017-05-09 13:35:32 +0200135 pinctrl_nb: pinctrl-nb@13800 {
136 compatible = "marvell,armada3710-nb-pinctrl",
137 "syscon", "simple-mfd";
138 reg = <0x13800 0x100>, <0x13C00 0x20>;
139 gpionb: gpionb {
140 #gpio-cells = <2>;
141 gpio-ranges = <&pinctrl_nb 0 0 36>;
142 gpio-controller;
143 interrupts =
144 <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
145 <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
146 <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
147 <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
148 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
149 <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
150 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
151 <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
152 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
153 <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
154 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>,
155 <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
156
157 };
Gregory CLEMENT045504b2017-05-09 13:35:22 +0200158
159 spi_quad_pins: spi-quad-pins {
160 groups = "spi_quad";
161 function = "spi";
162 };
163
164 i2c1_pins: i2c1-pins {
165 groups = "i2c1";
166 function = "i2c";
167 };
168
169 i2c2_pins: i2c2-pins {
170 groups = "i2c2";
171 function = "i2c";
172 };
173
174 uart1_pins: uart1-pins {
175 groups = "uart1";
176 function = "uart";
177 };
178
179 uart2_pins: uart2-pins {
180 groups = "uart2";
181 function = "uart";
182 };
Ken Ma4382e532018-03-26 15:55:58 +0800183
184 mmc_pins: mmc-pins {
185 groups = "emmc_nb";
186 function = "emmc";
187 };
Gregory CLEMENT5cb7b792017-05-09 13:35:32 +0200188 };
189
190 pinctrl_sb: pinctrl-sb@18800 {
191 compatible = "marvell,armada3710-sb-pinctrl",
192 "syscon", "simple-mfd";
193 reg = <0x18800 0x100>, <0x18C00 0x20>;
194 gpiosb: gpiosb {
195 #gpio-cells = <2>;
Ken Ma8aecbcd2018-03-26 15:56:00 +0800196 gpio-ranges = <&pinctrl_sb 0 0 30>;
Gregory CLEMENT5cb7b792017-05-09 13:35:32 +0200197 gpio-controller;
198 interrupts =
199 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
201 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>,
202 <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
203 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
204 };
Gregory CLEMENT045504b2017-05-09 13:35:22 +0200205
206 rgmii_pins: mii-pins {
207 groups = "rgmii";
208 function = "mii";
209 };
210
Ken Ma30aecc02018-03-26 15:56:04 +0800211 smi_pins: smi-pins {
212 groups = "smi";
213 function = "smi";
214 };
215
Ken Ma4382e532018-03-26 15:55:58 +0800216 sdio_pins: sdio-pins {
217 groups = "sdio_sb";
218 function = "sdio";
219 };
220
221 pcie_pins: pcie-pins {
222 groups = "pcie1";
Ken Ma30aecc02018-03-26 15:56:04 +0800223 function = "gpio";
Ken Ma4382e532018-03-26 15:55:58 +0800224 };
Gregory CLEMENT5cb7b792017-05-09 13:35:32 +0200225 };
226
Stefan Roese850db822016-05-17 14:03:25 +0200227 usb3: usb@58000 {
228 compatible = "marvell,armada3700-xhci",
229 "generic-xhci";
230 reg = <0x58000 0x4000>;
231 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
232 status = "disabled";
233 };
234
Stefan Roesef7332282016-08-26 13:50:41 +0200235 usb2: usb@5e000 {
Pali Roháraf6d0932022-02-14 11:34:24 +0100236 compatible = "marvell,armada-3700-ehci";
Stefan Roesef7332282016-08-26 13:50:41 +0200237 reg = <0x5e000 0x450>;
238 status = "disabled";
239 };
240
Stefan Roese850db822016-05-17 14:03:25 +0200241 xor@60900 {
242 compatible = "marvell,armada-3700-xor";
243 reg = <0x60900 0x100
244 0x60b00 0x100>;
245
246 xor10 {
247 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
248 };
249 xor11 {
250 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
251 };
252 };
253
Pali Rohár9dde7a02022-02-14 11:34:27 +0100254 sdhci1: sdhci@d0000 {
Stefan Roesecbe0ece2016-12-09 15:10:31 +0100255 compatible = "marvell,armada-3700-sdhci",
256 "marvell,sdhci-xenon";
257 reg = <0xd0000 0x300
258 0x1e808 0x4>;
259 status = "disabled";
260 };
261
Pali Rohár9dde7a02022-02-14 11:34:27 +0100262 sdhci0: sdhci@d8000 {
Stefan Roesecbe0ece2016-12-09 15:10:31 +0100263 compatible = "marvell,armada-3700-sdhci",
264 "marvell,sdhci-xenon";
265 reg = <0xd8000 0x300
266 0x17808 0x4>;
267 status = "disabled";
268 };
269
Stefan Roese850db822016-05-17 14:03:25 +0200270 sata: sata@e0000 {
271 compatible = "marvell,armada-3700-ahci";
272 reg = <0xe0000 0x2000>;
273 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
274 status = "disabled";
275 };
276
277 gic: interrupt-controller@1d00000 {
278 compatible = "arm,gic-v3";
279 #interrupt-cells = <3>;
280 interrupt-controller;
281 reg = <0x1d00000 0x10000>, /* GICD */
282 <0x1d40000 0x40000>; /* GICR */
283 };
Stefan Roesecdccf9c2016-05-19 10:41:01 +0200284
Stefan Roese3f84e2e2016-05-19 17:45:20 +0200285 eth0: neta@30000 {
286 compatible = "marvell,armada-3700-neta";
287 reg = <0x30000 0x20>;
288 status = "disabled";
289 };
290
291 eth1: neta@40000 {
292 compatible = "marvell,armada-3700-neta";
293 reg = <0x40000 0x20>;
294 status = "disabled";
295 };
296
Stefan Roese9e9e63c2016-07-21 11:34:32 +0200297 i2c0: i2c@11000 {
298 compatible = "marvell,armada-3700-i2c";
299 reg = <0x11000 0x100>;
300 status = "disabled";
301 };
302
Stefan Roesecdccf9c2016-05-19 10:41:01 +0200303 spi0: spi@10600 {
304 compatible = "marvell,armada-3700-spi";
305 reg = <0x10600 0x50>;
306 #address-cells = <1>;
307 #size-cells = <0>;
308 #clock-cells = <0>;
Marek Behúndbbd5bd2018-04-24 17:21:26 +0200309 spi-max-frequency = <50000000>;
310 clocks = <&nb_periph_clk 7>;
Stefan Roesecdccf9c2016-05-19 10:41:01 +0200311 status = "disabled";
312 };
Stefan Roese56d53952016-08-26 13:10:45 +0200313
314 comphy: comphy@18300 {
Pali Rohár9bc68542022-02-14 11:34:23 +0100315 compatible = "marvell,comphy-a3700";
Stefan Roese56d53952016-08-26 13:10:45 +0200316 reg = <0x18300 0x28>,
317 <0x1f300 0x3d000>;
Pali Rohárd368e102021-11-26 14:57:13 +0100318 #address-cells = <1>;
319 #size-cells = <0>;
320
321 comphy0: phy@0 {
322 reg = <0>;
323 #phy-cells = <1>;
324 };
325
326 comphy1: phy@1 {
327 reg = <1>;
328 #phy-cells = <1>;
329 };
330
331 comphy2: phy@2 {
332 reg = <2>;
333 #phy-cells = <1>;
334 };
Stefan Roese56d53952016-08-26 13:10:45 +0200335 };
Stefan Roese850db822016-05-17 14:03:25 +0200336 };
Wilson Ding97341042018-03-26 15:57:31 +0800337
338 pcie0: pcie@d0070000 {
Pali Rohára544d652021-05-26 17:59:36 +0200339 compatible = "marvell,armada-3700-pcie";
Wilson Ding97341042018-03-26 15:57:31 +0800340 reg = <0 0xd0070000 0 0x20000>;
341 #address-cells = <3>;
342 #size-cells = <2>;
343 device_type = "pci";
344 num-lanes = <1>;
345 status = "disabled";
346
347 bus-range = <0 0xff>;
Pali Rohár079b35a2021-05-26 17:59:39 +0200348 /*
349 * The 128 MiB address range [0xe8000000-0xf0000000] is
350 * dedicated for PCIe and can be assigned to 8 windows
Pali Rohár646a1522021-09-23 11:07:18 +0200351 * with size a power of two. Use one 1 MiB window for
Pali Rohár079b35a2021-05-26 17:59:39 +0200352 * IO at the end and the remaining seven windows
353 * (totaling 127 MiB) for MEM.
354 */
Wilson Ding97341042018-03-26 15:57:31 +0800355 ranges = <0x82000000 0 0xe8000000
Pali Rohár079b35a2021-05-26 17:59:39 +0200356 0 0xe8000000 0 0x7f00000 /* Port 0 MEM */
Pali Rohár646a1522021-09-23 11:07:18 +0200357 0x81000000 0 0xeff00000
358 0 0xeff00000 0 0x100000>; /* Port 0 IO*/
Wilson Ding97341042018-03-26 15:57:31 +0800359 };
Stefan Roese850db822016-05-17 14:03:25 +0200360 };
361};