dv-201amr.dts 550 B

123456789101112131415161718192021222324252627282930313233343536
  1. /dts-v1/;
  2. #include "bcm6348.dtsi"
  3. #include <dt-bindings/input/input.h>
  4. / {
  5. model = "Davolink DV-201AMR";
  6. compatible = "davolink,dv-201amr", "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. backup@0 {
  15. label = "backup";
  16. reg = <0x000000 0x400000>;
  17. };
  18. cfe@400000 {
  19. label = "cfe";
  20. reg = <0x400000 0x010000>;
  21. read-only;
  22. };
  23. linux@410000 {
  24. label = "linux";
  25. reg = <0x410000 0x3f0000>;
  26. };
  27. };