OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | /dts-v1/; |
2 | |||
3 | #include "W2914NSV2.dtsi" |
||
4 | |||
5 | / { |
||
6 | model = "WeVO W2914NS v2"; |
||
7 | |||
8 | memory@0 { |
||
9 | device_type = "memory"; |
||
10 | reg = <0x0 0x8000000>; |
||
11 | }; |
||
12 | |||
13 | gpio-leds { |
||
14 | compatible = "gpio-leds"; |
||
15 | |||
16 | // Only USB LED is connected to GPIO. |
||
17 | // All of other LEDs are connected directly to |
||
18 | // switch, WiFi chip, Vcc, so they are not controllable |
||
19 | // via GPIO |
||
20 | |||
21 | usb { |
||
22 | label = "w2914nsv2:green:usb"; |
||
23 | gpios = <&gpio0 27 GPIO_ACTIVE_LOW>; |
||
24 | }; |
||
25 | }; |
||
26 | }; |