W2914NSV2.dts 437 B

1234567891011121314151617181920212223242526
  1. /dts-v1/;
  2. #include "W2914NSV2.dtsi"
  3. / {
  4. model = "WeVO W2914NS v2";
  5. memory@0 {
  6. device_type = "memory";
  7. reg = <0x0 0x8000000>;
  8. };
  9. gpio-leds {
  10. compatible = "gpio-leds";
  11. // Only USB LED is connected to GPIO.
  12. // All of other LEDs are connected directly to
  13. // switch, WiFi chip, Vcc, so they are not controllable
  14. // via GPIO
  15. usb {
  16. label = "w2914nsv2:green:usb";
  17. gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
  18. };
  19. };
  20. };