vr-3025u.dts 407 B

123456789101112131415161718192021222324252627282930
  1. /dts-v1/;
  2. /include/ "bcm6368.dtsi"
  3. / {
  4. model = "Comtrend VR-3025u";
  5. compatible = "comtrend,vr-3025u", "brcm,bcm6368";
  6. };
  7. &pflash {
  8. status = "ok";
  9. linux,part-probe = "bcm63xxpart";
  10. cfe@0 {
  11. label = "CFE";
  12. reg = <0x0000000 0x0020000>;
  13. read-only;
  14. };
  15. linux@20000 {
  16. label = "linux";
  17. reg = <0x0020000 0x1fc0000>;
  18. };
  19. nvram@1fe0000 {
  20. label = "nvram";
  21. reg = <0x1fe0000 0x020000>;
  22. };
  23. };