X-Git-Url: https://git.librecmc.org/?p=librecmc%2Flibrecmc.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FW2914NSV2.dts;fp=target%2Flinux%2Framips%2Fdts%2FW2914NSV2.dts;h=ac26dbe75d9b00090083a86ccc7496dfd65ea5d4;hp=0000000000000000000000000000000000000000;hb=71a6d1298d2facc6fe909e934da9fee9daf5f271;hpb=82d2e430104cd3e8ad69346edf1966a3cd07e2b4 diff --git a/target/linux/ramips/dts/W2914NSV2.dts b/target/linux/ramips/dts/W2914NSV2.dts new file mode 100644 index 0000000000..ac26dbe75d --- /dev/null +++ b/target/linux/ramips/dts/W2914NSV2.dts @@ -0,0 +1,26 @@ +/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>; + }; + }; +};