mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-08 00:57:07 +08:00
27 lines
437 B
Plaintext
27 lines
437 B
Plaintext
![]() |
/dts-v1/;
|
||
|
|
||
|
#include "W2914NSV2.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "WeVO W2914NS v2";
|
||
|
|
||
|
memory@0 {
|
||
|
device_type = "memory";
|
||
|
reg = <0x0 0x8000000>;
|
||
|
};
|
||
|
|
||
|
gpio-leds {
|
||
|
compatible = "gpio-leds";
|
||
|
|
||
|
// Only USB LED is connected to GPIO.
|
||
|
// All of other LEDs are connected directly to
|
||
|
// switch, WiFi chip, Vcc, so they are not controllable
|
||
|
// via GPIO
|
||
|
|
||
|
usb {
|
||
|
label = "w2914nsv2:green:usb";
|
||
|
gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
};
|
||
|
};
|