bcm47094-luxul-xwc-2000.dts 994 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2019 Legrand AV Inc.
  4. */
  5. /dts-v1/;
  6. #include "bcm47094.dtsi"
  7. #include "bcm5301x-nand-cs0-bch8.dtsi"
  8. / {
  9. compatible = "luxul,xwc-2000-v1", "brcm,bcm47094", "brcm,bcm4708";
  10. model = "Luxul XWC-2000 V1";
  11. chosen {
  12. bootargs = "earlycon";
  13. };
  14. memory@0 {
  15. device_type = "memory";
  16. reg = <0x00000000 0x08000000>,
  17. <0x88000000 0x18000000>;
  18. };
  19. leds {
  20. compatible = "gpio-leds";
  21. status {
  22. label = "bcm53xx:green:status";
  23. gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>;
  24. linux,default-trigger = "timer";
  25. };
  26. };
  27. gpio-keys {
  28. compatible = "gpio-keys";
  29. button-restart {
  30. label = "Reset";
  31. linux,code = <KEY_RESTART>;
  32. gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>;
  33. };
  34. };
  35. };
  36. &uart1 {
  37. status = "okay";
  38. };
  39. &spi_nor {
  40. status = "okay";
  41. };
  42. &srab {
  43. status = "okay";
  44. ports {
  45. port@0 {
  46. reg = <0>;
  47. label = "lan";
  48. };
  49. port@5 {
  50. reg = <5>;
  51. label = "cpu";
  52. ethernet = <&gmac0>;
  53. };
  54. };
  55. };