ar7241_ubnt_airrouter.dts 606 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "ar7241_ubnt_xm.dtsi"
  4. / {
  5. compatible = "ubnt,airrouter", "ubnt,xm", "qca,ar7241";
  6. model = "Ubiquiti AirRouter";
  7. aliases {
  8. led-boot = &globe;
  9. led-failsafe = &globe;
  10. led-running = &globe;
  11. led-upgrade = &globe;
  12. };
  13. airrouter-leds {
  14. compatible = "gpio-leds";
  15. globe: globe {
  16. label = "ubnt:green:globe";
  17. gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
  18. };
  19. power {
  20. label = "ubnt:green:power";
  21. gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
  22. };
  23. };
  24. };
  25. &usb_phy {
  26. status = "okay";
  27. };
  28. &usb {
  29. status = "okay";
  30. };