v2110.dts 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "BT Voyager 2110";
  6. compatible = "bt,v2110", "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 33 1>;
  19. linux,code = <KEY_RESTART>;
  20. debounce-interval = <60>;
  21. };
  22. };
  23. leds {
  24. compatible = "gpio-leds";
  25. power_green {
  26. label = "V2110:green:power";
  27. gpios = <&pinctrl 0 1>;
  28. };
  29. power_red {
  30. label = "V2110:red:power";
  31. gpios = <&pinctrl 1 1>;
  32. };
  33. adsl_green {
  34. label = "V2110:green:adsl";
  35. gpios = <&pinctrl 2 1>;
  36. };
  37. ppp_green {
  38. label = "V2110:green:ppp";
  39. gpios = <&pinctrl 3 1>;
  40. };
  41. wireless_green {
  42. label = "V2110:green:wireless";
  43. gpios = <&pinctrl 6 1>;
  44. };
  45. };
  46. };
  47. &pflash {
  48. status = "ok";
  49. partitions {
  50. compatible = "fixed-partitions";
  51. #address-cells = <1>;
  52. #size-cells = <1>;
  53. cfe@0 {
  54. label = "CFE";
  55. reg = <0x000000 0x010000>;
  56. read-only;
  57. };
  58. linux@10000 {
  59. label = "linux";
  60. reg = <0x010000 0x3e0000>;
  61. compatible = "brcm,bcm963xx-imagetag";
  62. };
  63. nvram@3f0000 {
  64. label = "nvram";
  65. reg = <0x3f0000 0x010000>;
  66. };
  67. };
  68. };
  69. &pinctrl {
  70. pinctrl-names = "default";
  71. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  72. };
  73. &uart0 {
  74. status = "ok";
  75. };