bcm47081-luxul-xap-1410.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2017 Luxul Inc.
  4. */
  5. /dts-v1/;
  6. #include "bcm47081.dtsi"
  7. / {
  8. compatible = "luxul,xap-1410v1", "brcm,bcm47081", "brcm,bcm4708";
  9. model = "Luxul XAP-1410 V1";
  10. chosen {
  11. bootargs = "console=ttyS0,115200";
  12. };
  13. memory@0 {
  14. device_type = "memory";
  15. reg = <0x00000000 0x08000000>;
  16. };
  17. leds {
  18. compatible = "gpio-leds";
  19. 5ghz {
  20. label = "bcm53xx:blue:5ghz";
  21. gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
  22. linux,default-trigger = "none";
  23. };
  24. 2ghz {
  25. label = "bcm53xx:blue:2ghz";
  26. gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
  27. linux,default-trigger = "none";
  28. };
  29. status {
  30. label = "bcm53xx:green:status";
  31. gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>;
  32. linux,default-trigger = "timer";
  33. };
  34. };
  35. gpio-keys {
  36. compatible = "gpio-keys";
  37. button-restart {
  38. label = "Reset";
  39. linux,code = <KEY_RESTART>;
  40. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  41. };
  42. };
  43. };
  44. &spi_nor {
  45. status = "okay";
  46. };
  47. &srab {
  48. status = "okay";
  49. ports {
  50. port@4 {
  51. reg = <4>;
  52. label = "poe";
  53. };
  54. port@5 {
  55. reg = <5>;
  56. label = "cpu";
  57. ethernet = <&gmac0>;
  58. };
  59. };
  60. };