gw6000.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. partitions {
  28. compatible = "fixed-partitions";
  29. #address-cells = <1>;
  30. #size-cells = <1>;
  31. cfe@0 {
  32. label = "CFE";
  33. reg = <0x000000 0x010000>;
  34. read-only;
  35. };
  36. linux@10000 {
  37. label = "linux";
  38. reg = <0x010000 0x3e0000>;
  39. compatible = "brcm,bcm963xx-imagetag";
  40. };
  41. nvram@3f0000 {
  42. label = "nvram";
  43. reg = <0x3f0000 0x010000>;
  44. };
  45. };
  46. };
  47. &pinctrl {
  48. pinctrl-names = "default";
  49. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  50. };
  51. &uart0 {
  52. status = "ok";
  53. };