xref: /linux/arch/arm/boot/dts/marvell/armada-370-rd.dts (revision 58f6259b7a08f8d47d4629609703d358b042f0fd)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Device Tree file for Marvell Armada 370 Reference Design board
4 * (RD-88F6710-A1)
5 *
6 *  Copied from arch/arm/boot/dts/armada-370-db.dts
7 *
8 *  Copyright (C) 2013 Florian Fainelli <florian@openwrt.org>
9 *
10 * Note: this Device Tree assumes that the bootloader has remapped the
11 * internal registers to 0xf1000000 (instead of the default
12 * 0xd0000000). The 0xf1000000 is the default used by the recent,
13 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
14 * boards were delivered with an older version of the bootloader that
15 * left internal registers mapped at 0xd0000000. If you are in this
16 * situation, you should either update your bootloader (preferred
17 * solution) or the below Device Tree should be adjusted.
18 */
19
20/dts-v1/;
21#include <dt-bindings/input/input.h>
22#include <dt-bindings/interrupt-controller/irq.h>
23#include <dt-bindings/leds/common.h>
24#include <dt-bindings/gpio/gpio.h>
25#include "armada-370.dtsi"
26
27/ {
28	model = "Marvell Armada 370 Reference Design";
29	compatible = "marvell,a370-rd", "marvell,armada370", "marvell,armada-370-xp";
30
31	chosen {
32		stdout-path = "serial0:115200n8";
33	};
34
35	memory@0 {
36		device_type = "memory";
37		reg = <0x00000000 0x20000000>; /* 512 MB */
38	};
39
40	soc {
41		ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
42			  MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000
43			  MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>;
44
45		internal-regs {
46			serial@12000 {
47				status = "okay";
48			};
49			sata@a0000 {
50				nr-ports = <2>;
51				status = "okay";
52			};
53
54			ethernet@70000 {
55				status = "okay";
56				phy = <&phy0>;
57				phy-mode = "sgmii";
58			};
59			ethernet@74000 {
60				pinctrl-0 = <&ge1_rgmii_pins>;
61				pinctrl-names = "default";
62				status = "okay";
63				phy-mode = "rgmii-id";
64				fixed-link {
65					speed = <1000>;
66					full-duplex;
67				};
68			};
69
70			mvsdio@d4000 {
71				pinctrl-0 = <&sdio_pins1>;
72				pinctrl-names = "default";
73				status = "okay";
74				/* No CD or WP GPIOs */
75				broken-cd;
76			};
77
78			usb@50000 {
79				status = "okay";
80			};
81
82			usb@51000 {
83				status = "okay";
84			};
85
86			gpio-keys {
87				compatible = "gpio-keys";
88				button {
89					label = "Software Button";
90					linux,code = <KEY_POWER>;
91					gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
92				};
93			};
94
95			gpio-fan {
96				compatible = "gpio-fan";
97				gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
98				gpio-fan,speed-map = <0 0 3000 1>;
99				pinctrl-0 = <&fan_pins>;
100				pinctrl-names = "default";
101			};
102
103			gpio_leds {
104				compatible = "gpio-leds";
105				pinctrl-names = "default";
106				pinctrl-0 = <&led_pins>;
107
108				sw_led {
109					label = "370rd:green:sw";
110					gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
111					default-state = "keep";
112				};
113			};
114		};
115	};
116};
117
118&pciec {
119	status = "okay";
120
121	/* Internal mini-PCIe connector */
122	pcie@1,0 {
123		/* Port 0, Lane 0 */
124		status = "okay";
125	};
126
127	/* Internal mini-PCIe connector */
128	pcie@2,0 {
129		/* Port 1, Lane 0 */
130		status = "okay";
131	};
132};
133
134&mdio {
135	pinctrl-0 = <&mdio_pins>;
136	pinctrl-names = "default";
137	phy0: ethernet-phy@0 {
138		reg = <0>;
139		leds {
140			#address-cells = <1>;
141			#size-cells = <0>;
142
143			led@0 {
144				reg = <0>;
145				color = <LED_COLOR_ID_WHITE>;
146				function = LED_FUNCTION_WAN;
147				default-state = "keep";
148			};
149		};
150	};
151
152	switch: switch@10 {
153		compatible = "marvell,mv88e6085";
154		#address-cells = <1>;
155		#size-cells = <0>;
156		reg = <0x10>;
157		interrupt-controller;
158		#interrupt-cells = <2>;
159
160		ports {
161			#address-cells = <1>;
162			#size-cells = <0>;
163
164			port@0 {
165				reg = <0>;
166				label = "lan0";
167			};
168
169			port@1 {
170				reg = <1>;
171				label = "lan1";
172			};
173
174			port@2 {
175				reg = <2>;
176				label = "lan2";
177			};
178
179			port@3 {
180				reg = <3>;
181				label = "lan3";
182			};
183
184			port@5 {
185				reg = <5>;
186				ethernet = <&eth1>;
187				phy-mode = "rgmii-id";
188				fixed-link {
189					speed = <1000>;
190					full-duplex;
191				};
192			};
193		};
194
195		mdio {
196			#address-cells = <1>;
197			#size-cells = <0>;
198
199			switchphy0: switchphy@0 {
200				reg = <0>;
201				interrupt-parent = <&switch>;
202				interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
203			};
204
205			switchphy1: switchphy@1 {
206				reg = <1>;
207				interrupt-parent = <&switch>;
208				interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
209			};
210
211			switchphy2: switchphy@2 {
212				reg = <2>;
213				interrupt-parent = <&switch>;
214				interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
215			};
216
217			switchphy3: switchphy@3 {
218				reg = <3>;
219				interrupt-parent = <&switch>;
220				interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
221			};
222		};
223	};
224};
225
226
227&pinctrl {
228	fan_pins: fan-pins {
229		marvell,pins = "mpp8";
230		marvell,function = "gpio";
231	};
232
233	led_pins: led-pins {
234		marvell,pins = "mpp32";
235		marvell,function = "gpio";
236	};
237};
238
239&nand_controller {
240	status = "okay";
241
242	nand@0 {
243		reg = <0>;
244		label = "pxa3xx_nand-0";
245		nand-rb = <0>;
246		marvell,nand-keep-config;
247		nand-on-flash-bbt;
248
249		partitions {
250			compatible = "fixed-partitions";
251			#address-cells = <1>;
252			#size-cells = <1>;
253
254			partition@0 {
255				label = "U-Boot";
256				reg = <0 0x800000>;
257			};
258			partition@800000 {
259				label = "Linux";
260				reg = <0x800000 0x800000>;
261			};
262			partition@1000000 {
263				label = "Filesystem";
264				reg = <0x1000000 0x3f000000>;
265			};
266		};
267	};
268};
269