gw6000.dts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. keys {
  12. compatible = "gpio-keys-polled";
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. poll-interval = <20>;
  16. reset {
  17. label = "reset";
  18. gpios = <&pinctrl 36 1>;
  19. linux,code = <KEY_RESTART>;
  20. debounce-interval = <60>;
  21. };
  22. };
  23. };
  24. &pflash {
  25. status = "ok";
  26. partitions {
  27. compatible = "fixed-partitions";
  28. #address-cells = <1>;
  29. #size-cells = <1>;
  30. cfe@0 {
  31. label = "CFE";
  32. reg = <0x000000 0x010000>;
  33. read-only;
  34. };
  35. linux@10000 {
  36. label = "linux";
  37. reg = <0x010000 0x3e0000>;
  38. compatible = "brcm,bcm963xx-imagetag";
  39. };
  40. nvram@3f0000 {
  41. label = "nvram";
  42. reg = <0x3f0000 0x010000>;
  43. };
  44. };
  45. };
  46. &pinctrl {
  47. pinctrl-names = "default";
  48. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  49. };
  50. &uart0 {
  51. status = "ok";
  52. };