bcm96348GW-10.dts 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Broadcom BCM96348GW-10 reference board";
  6. compatible = "brcm,bcm96348gw-10", "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 6 1>;
  20. linux,code = <KEY_RESTART>;
  21. };
  22. };
  23. gpio-leds {
  24. compatible = "gpio-leds";
  25. power_green {
  26. label = "96348GW-10:green:power";
  27. gpios = <&pinctrl 0 1>;
  28. default-state = "on";
  29. };
  30. stop_green {
  31. label = "96348GW-10:green:stop";
  32. gpios = <&pinctrl 1 1>;
  33. };
  34. adsl_fail_green {
  35. label = "96348GW-10:green:adsl-fail";
  36. gpios = <&pinctrl 2 1>;
  37. };
  38. ppp_green {
  39. label = "96348GW-10:green:ppp";
  40. gpios = <&pinctrl 3 1>;
  41. };
  42. ppp_fail_green {
  43. label = "96348GW-10:green:ppp-fail";
  44. gpios = <&pinctrl 4 1>;
  45. };
  46. };
  47. };
  48. &pflash {
  49. status = "ok";
  50. linux,part-probe = "bcm63xxpart";
  51. partitions {
  52. compatible = "brcm,bcm963xx-cfe-nor-partitions";
  53. };
  54. };
  55. &pinctrl {
  56. pinctrl-names = "default";
  57. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
  58. };
  59. &uart0 {
  60. status = "ok";
  61. };