v2500v-bb.dts 1.5 KB

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