gw6000.dts 941 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "TECOM GW6000";
  6. compatible = "tecom,gw6000", "brcm,bcm6348";
  7. chosen {
  8. bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. gpio-keys-polled {
  12. compatible = "gpio-keys-polled";
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. poll-interval = <20>;
  16. debounce-interval = <60>;
  17. reset {
  18. label = "reset";
  19. gpios = <&pinctrl 36 1>;
  20. linux,code = <KEY_RESTART>;
  21. };
  22. };
  23. };
  24. &pflash {
  25. status = "ok";
  26. linux,part-probe = "bcm63xxpart";
  27. cfe@0 {
  28. label = "CFE";
  29. reg = <0x000000 0x010000>;
  30. read-only;
  31. };
  32. linux@10000 {
  33. label = "linux";
  34. reg = <0x010000 0x3e0000>;
  35. };
  36. nvram@3f0000 {
  37. label = "nvram";
  38. reg = <0x3f0000 0x010000>;
  39. };
  40. };
  41. &pinctrl {
  42. pinctrl-names = "default";
  43. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  44. };
  45. &uart0 {
  46. status = "ok";
  47. };