bcm47094-luxul-xbr-4500.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright (C) 2017 Luxul Inc.
  4. */
  5. /dts-v1/;
  6. #include "bcm4708.dtsi"
  7. #include "bcm5301x-nand-cs0-bch8.dtsi"
  8. / {
  9. compatible = "luxul,xbr-4500-v1", "brcm,bcm47094", "brcm,bcm4708";
  10. model = "Luxul XBR-4500 V1";
  11. chosen {
  12. bootargs = "earlycon";
  13. };
  14. memory@0 {
  15. device_type = "memory";
  16. reg = <0x00000000 0x08000000>,
  17. <0x88000000 0x18000000>;
  18. };
  19. nvram@1eff0000 {
  20. compatible = "brcm,nvram";
  21. reg = <0x1eff0000 0x10000>;
  22. };
  23. leds {
  24. compatible = "gpio-leds";
  25. status {
  26. label = "bcm53xx:green:status";
  27. gpios = <&chipcommon 20 GPIO_ACTIVE_HIGH>;
  28. linux,default-trigger = "timer";
  29. };
  30. usb3 {
  31. label = "bcm53xx:green:usb3";
  32. gpios = <&chipcommon 19 GPIO_ACTIVE_HIGH>;
  33. trigger-sources = <&ohci_port1>, <&ehci_port1>,
  34. <&xhci_port1>;
  35. linux,default-trigger = "usbport";
  36. };
  37. };
  38. gpio-keys {
  39. compatible = "gpio-keys";
  40. button-restart {
  41. label = "Reset";
  42. linux,code = <KEY_RESTART>;
  43. gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
  44. };
  45. };
  46. };
  47. &usb3 {
  48. vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
  49. };
  50. &spi_nor {
  51. status = "okay";
  52. };
  53. &usb3_phy {
  54. status = "okay";
  55. };
  56. &srab {
  57. status = "okay";
  58. ports {
  59. port@0 {
  60. reg = <0>;
  61. label = "wan";
  62. };
  63. port@1 {
  64. reg = <1>;
  65. label = "lan4";
  66. };
  67. port@2 {
  68. reg = <2>;
  69. label = "lan3";
  70. };
  71. port@3 {
  72. reg = <3>;
  73. label = "lan2";
  74. };
  75. port@4 {
  76. reg = <4>;
  77. label = "lan1";
  78. };
  79. port@5 {
  80. reg = <5>;
  81. label = "cpu";
  82. ethernet = <&gmac0>;
  83. };
  84. };
  85. };