bcm4708-luxul-xwc-1000.dts 1016 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Broadcom BCM470X / BCM5301X ARM platform code.
  3. * DTS for Luxul XWC-1000
  4. *
  5. * Copyright 2014 Luxul Inc.
  6. *
  7. * Licensed under the GNU/GPL. See COPYING for details.
  8. */
  9. /dts-v1/;
  10. #include "bcm4708.dtsi"
  11. #include "bcm5301x-nand-cs0-bch8.dtsi"
  12. / {
  13. compatible = "luxul,xwc-1000", "brcm,bcm4708";
  14. model = "Luxul XWC-1000 (BCM4708)";
  15. chosen {
  16. bootargs = "console=ttyS0,115200 earlycon";
  17. };
  18. memory {
  19. reg = <0x00000000 0x08000000>;
  20. };
  21. nand: nand@18028000 {
  22. nandcs@0 {
  23. partition@0 {
  24. label = "ubi";
  25. reg = <0x00000000 0x08000000>;
  26. };
  27. };
  28. };
  29. leds {
  30. compatible = "gpio-leds";
  31. status {
  32. label = "bcm53xx:green:status";
  33. gpios = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
  34. linux,default-trigger = "timer";
  35. };
  36. };
  37. gpio-keys {
  38. compatible = "gpio-keys";
  39. #address-cells = <1>;
  40. #size-cells = <0>;
  41. restart {
  42. label = "Reset";
  43. linux,code = <KEY_RESTART>;
  44. gpios = <&chipcommon 7 GPIO_ACTIVE_LOW>;
  45. };
  46. };
  47. };
  48. &uart0 {
  49. status = "okay";
  50. };
  51. &spi_nor {
  52. status = "okay";
  53. };