bcm6348-dynalink-rta1025w.dts 797 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Dynalink RTA1025W";
  6. compatible = "dynalink,rta1025w", "brcm,bcm6348";
  7. chosen {
  8. bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. stdout-path = "serial0:115200n8";
  10. };
  11. };
  12. &pflash {
  13. status = "ok";
  14. partitions {
  15. compatible = "fixed-partitions";
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. cfe@0 {
  19. label = "CFE";
  20. reg = <0x000000 0x010000>;
  21. read-only;
  22. };
  23. linux@10000 {
  24. label = "linux";
  25. reg = <0x010000 0x3e0000>;
  26. compatible = "brcm,bcm963xx-imagetag";
  27. };
  28. nvram@3f0000 {
  29. label = "nvram";
  30. reg = <0x3f0000 0x010000>;
  31. };
  32. };
  33. };
  34. &pinctrl {
  35. pinctrl-names = "default";
  36. pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
  37. };
  38. &uart0 {
  39. status = "ok";
  40. };