SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / mips / dts / comtrend,vr-3032u.dts
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 &leds {
28         status = "okay";
29         brcm,serial-leds;
30         brcm,serial-dat-low;
31         brcm,serial-shift-inv;
32
33         led@2 {
34                 reg = <2>;
35                 active-low;
36                 label = "VR-3032u:red:inet";
37         };
38
39         led@3 {
40                 reg = <3>;
41                 active-low;
42                 label = "VR-3032u:green:dsl";
43         };
44
45         led@4 {
46                 reg = <4>;
47                 active-low;
48                 label = "VR-3032u:green:usb";
49         };
50
51         led@7 {
52                 reg = <7>;
53                 active-low;
54                 label = "VR-3032u:green:wps";
55         };
56
57         led@8 {
58                 reg = <8>;
59                 active-low;
60                 label = "VR-3032u:green:inet";
61         };
62
63         led@20 {
64                 reg = <20>;
65                 active-low;
66                 label = "VR-3032u:green:power";
67         };
68 };
69
70 &ohci {
71         status = "okay";
72 };
73
74 &uart0 {
75         u-boot,dm-pre-reloc;
76         status = "okay";
77 };
78
79 &usbh {
80         status = "okay";
81 };