ct536plus.dts 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Comtrend CT-536+/CT-5621T";
  6. compatible = "comtrend,ct-536+", "brcm,bcm6348";
  7. chosen {
  8. bootargs = "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 33 1>;
  20. linux,code = <KEY_RESTART>;
  21. };
  22. };
  23. gpio-leds {
  24. compatible = "gpio-leds";
  25. power_green {
  26. label = "CT536_CT5621:green:power";
  27. gpios = <&pinctrl 0 1>;
  28. default-state = "on";
  29. };
  30. adsl_fail_green {
  31. label = "CT536_CT5621:green:adsl-fail";
  32. gpios = <&pinctrl 2 1>;
  33. };
  34. };
  35. };
  36. &pflash {
  37. status = "ok";
  38. partitions {
  39. compatible = "fixed-partitions";
  40. #address-cells = <1>;
  41. #size-cells = <1>;
  42. cfe@0 {
  43. label = "CFE";
  44. reg = <0x000000 0x010000>;
  45. read-only;
  46. };
  47. linux@10000 {
  48. label = "linux";
  49. reg = <0x010000 0x3e0000>;
  50. compatible = "brcm,bcm963xx-imagetag";
  51. };
  52. nvram@3f0000 {
  53. label = "nvram";
  54. reg = <0x3f0000 0x010000>;
  55. };
  56. };
  57. };
  58. &pinctrl {
  59. pinctrl-names = "default";
  60. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
  61. };
  62. &uart0 {
  63. status = "ok";
  64. };