rta1025w.dts 545 B

123456789101112131415161718192021222324252627282930313233343536
  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 = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
  9. };
  10. };
  11. &pflash {
  12. status = "ok";
  13. linux,part-probe = "bcm63xxpart";
  14. cfe@0 {
  15. label = "CFE";
  16. reg = <0x000000 0x010000>;
  17. read-only;
  18. };
  19. linux@10000 {
  20. label = "linux";
  21. reg = <0x010000 0x3e0000>;
  22. };
  23. nvram@3f0000 {
  24. label = "nvram";
  25. reg = <0x3f0000 0x010000>;
  26. };
  27. };