11ACNAS.dts 445 B

123456789101112131415161718192021222324
  1. /dts-v1/;
  2. #include "W2914NSV2.dtsi"
  3. / {
  4. compatible = "wevo,11acnas", "wevo,w2914ns-v2", "mediatek,mt7621-soc";
  5. model = "WeVO 11AC NAS Router";
  6. memory@0 {
  7. device_type = "memory";
  8. reg = <0x0 0x10000000>;
  9. };
  10. gpio-leds {
  11. compatible = "gpio-leds";
  12. usb {
  13. label = "11acnas:green:usb";
  14. gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
  15. trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
  16. linux,default-trigger = "usbport";
  17. };
  18. };
  19. };