1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4 */
5
6/dts-v1/;
7
8#include "brcm,bcm63268.dtsi"
9
10/ {
11	model = "Comtrend VR-3032u";
12	compatible = "comtrend,vr-3032u", "brcm,bcm63268";
13
14	aliases {
15		serial0 = &uart0;
16	};
17
18	chosen {
19		stdout-path = "serial0:115200n8";
20	};
21};
22
23&ehci {
24	status = "okay";
25};
26
27&enet {
28	status = "okay";
29
30	port@0 {
31		compatible = "brcm,enetsw-port";
32		reg = <0>;
33		label = "fe2";
34		brcm,phy-id = <1>;
35	};
36
37	port@1 {
38		compatible = "brcm,enetsw-port";
39		reg = <1>;
40		label = "fe3";
41		brcm,phy-id = <2>;
42	};
43
44	port@2 {
45		compatible = "brcm,enetsw-port";
46		reg = <2>;
47		label = "fe4";
48		brcm,phy-id = <3>;
49	};
50
51	port@3 {
52		compatible = "brcm,enetsw-port";
53		reg = <3>;
54		label = "fe1";
55		brcm,phy-id = <4>;
56	};
57};
58
59&leds {
60	status = "okay";
61	brcm,serial-leds;
62	brcm,serial-dat-low;
63	brcm,serial-shift-inv;
64
65	led@2 {
66		reg = <2>;
67		active-low;
68		label = "VR-3032u:red:inet";
69	};
70
71	led@3 {
72		reg = <3>;
73		active-low;
74		label = "VR-3032u:green:dsl";
75	};
76
77	led@4 {
78		reg = <4>;
79		active-low;
80		label = "VR-3032u:green:usb";
81	};
82
83	led@7 {
84		reg = <7>;
85		active-low;
86		label = "VR-3032u:green:wps";
87	};
88
89	led@8 {
90		reg = <8>;
91		active-low;
92		label = "VR-3032u:green:inet";
93	};
94
95	led@20 {
96		reg = <20>;
97		active-low;
98		label = "VR-3032u:green:power";
99	};
100};
101
102&ohci {
103	status = "okay";
104};
105
106&uart0 {
107	u-boot,dm-pre-reloc;
108	status = "okay";
109};
110
111&usbh {
112	status = "okay";
113};
114