bcm4708-luxul-xap-1510.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2016 Luxul Inc.
  4. */
  5. /dts-v1/;
  6. #include "bcm4708.dtsi"
  7. / {
  8. compatible = "luxul,xap-1510v1", "brcm,bcm4708";
  9. model = "Luxul XAP-1510 V1";
  10. chosen {
  11. bootargs = "console=ttyS0,115200 earlycon";
  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@0 {
  51. reg = <0>;
  52. label = "poe";
  53. };
  54. port@4 {
  55. reg = <4>;
  56. label = "lan";
  57. };
  58. port@5 {
  59. reg = <5>;
  60. label = "cpu";
  61. ethernet = <&gmac0>;
  62. };
  63. };
  64. };