rta1320.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /dts-v1/;
  2. #include "bcm6338.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Dynalink RTA1320";
  6. compatible = "dynalink,rta1320", "brcm,bcm6338";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. gpio-leds {
  12. compatible = "gpio-leds";
  13. green_power {
  14. label = "RTA1320_16M:green:power";
  15. gpios = <&gpio0 0 1>;
  16. default-state = "on";
  17. };
  18. green_stop {
  19. label = "RTA1320_16M:green:stop";
  20. gpios = <&gpio0 1 1>;
  21. };
  22. green_adsl {
  23. label = "RTA1320_16M:green:adsl";
  24. gpios = <&gpio0 3 1>;
  25. };
  26. green_ppp {
  27. label = "RTA1320_16M:green:ppp";
  28. gpios = <&gpio0 4 1>;
  29. };
  30. };
  31. };
  32. &pflash {
  33. status = "ok";
  34. linux,part-probe = "bcm63xxpart";
  35. partitions {
  36. compatible = "fixed-partitions";
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. cfe@0 {
  40. label = "CFE";
  41. reg = <0x000000 0x010000>;
  42. read-only;
  43. };
  44. linux@10000 {
  45. label = "linux";
  46. reg = <0x010000 0x3e0000>;
  47. compatible = "brcm,bcm963xx-imagetag";
  48. };
  49. nvram@3f0000 {
  50. label = "nvram";
  51. reg = <0x3f0000 0x010000>;
  52. };
  53. };
  54. };
  55. &uart0 {
  56. status = "ok";
  57. };