ct536plus.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. linux,part-probe = "bcm63xxpart";
  39. partitions {
  40. compatible = "fixed-partitions";
  41. #address-cells = <1>;
  42. #size-cells = <1>;
  43. cfe@0 {
  44. label = "CFE";
  45. reg = <0x000000 0x010000>;
  46. read-only;
  47. };
  48. linux@10000 {
  49. label = "linux";
  50. reg = <0x010000 0x3e0000>;
  51. compatible = "brcm,bcm963xx-imagetag";
  52. };
  53. nvram@3f0000 {
  54. label = "nvram";
  55. reg = <0x3f0000 0x010000>;
  56. };
  57. };
  58. };
  59. &pinctrl {
  60. pinctrl-names = "default";
  61. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
  62. };
  63. &uart0 {
  64. status = "ok";
  65. };