rta1320.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. partitions {
  35. compatible = "fixed-partitions";
  36. #address-cells = <1>;
  37. #size-cells = <1>;
  38. cfe@0 {
  39. label = "CFE";
  40. reg = <0x000000 0x010000>;
  41. read-only;
  42. };
  43. linux@10000 {
  44. label = "linux";
  45. reg = <0x010000 0x3e0000>;
  46. compatible = "brcm,bcm963xx-imagetag";
  47. };
  48. nvram@3f0000 {
  49. label = "nvram";
  50. reg = <0x3f0000 0x010000>;
  51. };
  52. };
  53. };
  54. &uart0 {
  55. status = "ok";
  56. };