mips: bmips: add vr-3032u usb support
[oweals/u-boot.git] / arch / mips / dts / comtrend,vr-3032u.dts
1 /*
2  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /dts-v1/;
8
9 #include "brcm,bcm63268.dtsi"
10
11 / {
12         model = "Comtrend VR-3032u";
13         compatible = "comtrend,vr-3032u", "brcm,bcm63268";
14
15         aliases {
16                 serial0 = &uart0;
17         };
18
19         chosen {
20                 stdout-path = "serial0:115200n8";
21         };
22 };
23
24 &ehci {
25         status = "okay";
26 };
27
28 &leds {
29         status = "okay";
30         brcm,serial-leds;
31         brcm,serial-dat-low;
32         brcm,serial-shift-inv;
33
34         led@2 {
35                 reg = <2>;
36                 active-low;
37                 label = "VR-3032u:red:inet";
38         };
39
40         led@3 {
41                 reg = <3>;
42                 active-low;
43                 label = "VR-3032u:green:dsl";
44         };
45
46         led@4 {
47                 reg = <4>;
48                 active-low;
49                 label = "VR-3032u:green:usb";
50         };
51
52         led@7 {
53                 reg = <7>;
54                 active-low;
55                 label = "VR-3032u:green:wps";
56         };
57
58         led@8 {
59                 reg = <8>;
60                 active-low;
61                 label = "VR-3032u:green:inet";
62         };
63
64         led@20 {
65                 reg = <20>;
66                 active-low;
67                 label = "VR-3032u:green:power";
68         };
69 };
70
71 &ohci {
72         status = "okay";
73 };
74
75 &uart0 {
76         u-boot,dm-pre-reloc;
77         status = "okay";
78 };
79
80 &usbh {
81         status = "okay";
82 };