bcm47189-luxul-xap-1440.dts 974 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2017 Luxul Inc.
  4. */
  5. /dts-v1/;
  6. #include "bcm53573.dtsi"
  7. / {
  8. compatible = "luxul,xap-1440-v1", "brcm,bcm47189", "brcm,bcm53573";
  9. model = "Luxul XAP-1440 V1";
  10. chosen {
  11. bootargs = "earlycon";
  12. };
  13. memory@0 {
  14. device_type = "memory";
  15. reg = <0x00000000 0x08000000>;
  16. };
  17. leds {
  18. compatible = "gpio-leds";
  19. wlan {
  20. label = "bcm53xx:blue:wlan";
  21. gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>;
  22. linux,default-trigger = "default-off";
  23. };
  24. system {
  25. label = "bcm53xx:green:system";
  26. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  27. linux,default-trigger = "timer";
  28. };
  29. };
  30. gpio-keys {
  31. compatible = "gpio-keys";
  32. button-restart {
  33. label = "Reset";
  34. linux,code = <KEY_RESTART>;
  35. gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
  36. };
  37. };
  38. };
  39. &gmac0 {
  40. phy-mode = "rgmii";
  41. phy-handle = <&bcm54210e>;
  42. mdio {
  43. /delete-node/ switch@1e;
  44. bcm54210e: ethernet-phy@0 {
  45. reg = <0>;
  46. };
  47. };
  48. };