bcm4708-luxul-xwc-1000.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Broadcom BCM470X / BCM5301X ARM platform code.
  4. * DTS for Luxul XWC-1000
  5. *
  6. * Copyright 2014 Luxul Inc.
  7. */
  8. /dts-v1/;
  9. #include "bcm4708.dtsi"
  10. #include "bcm5301x-nand-cs0-bch8.dtsi"
  11. / {
  12. compatible = "luxul,xwc-1000", "brcm,bcm4708";
  13. model = "Luxul XWC-1000 (BCM4708)";
  14. chosen {
  15. bootargs = "console=ttyS0,115200 earlycon";
  16. };
  17. memory@0 {
  18. device_type = "memory";
  19. reg = <0x00000000 0x08000000>;
  20. };
  21. nand_controller: nand-controller@18028000 {
  22. nand@0 {
  23. partitions {
  24. compatible = "fixed-partitions";
  25. #address-cells = <1>;
  26. #size-cells = <1>;
  27. partition@0 {
  28. label = "ubi";
  29. reg = <0x00000000 0x08000000>;
  30. };
  31. };
  32. };
  33. };
  34. leds {
  35. compatible = "gpio-leds";
  36. status {
  37. label = "bcm53xx:green:status";
  38. gpios = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
  39. linux,default-trigger = "timer";
  40. };
  41. };
  42. gpio-keys {
  43. compatible = "gpio-keys";
  44. button-restart {
  45. label = "Reset";
  46. linux,code = <KEY_RESTART>;
  47. gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
  48. };
  49. };
  50. };
  51. &spi_nor {
  52. status = "okay";
  53. };
  54. &srab {
  55. status = "okay";
  56. ports {
  57. port@4 {
  58. reg = <4>;
  59. label = "lan";
  60. };
  61. port@5 {
  62. reg = <5>;
  63. label = "cpu";
  64. ethernet = <&gmac0>;
  65. };
  66. };
  67. };