WR512-3GN-4M.dts 784 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /dts-v1/;
  2. #include "WR512-3GN.dtsi"
  3. / {
  4. compatible = "unbranded,wr512-3gn-4m", "unbranded,wr512-3gn", "ralink,rt3052-soc";
  5. model = "WR512-3GN (4M)";
  6. cfi@1f000000 {
  7. compatible = "cfi-flash";
  8. reg = <0x1f000000 0x800000>;
  9. bank-width = <2>;
  10. device-width = <2>;
  11. partitions {
  12. compatible = "fixed-partitions";
  13. #address-cells = <1>;
  14. #size-cells = <1>;
  15. partition@0 {
  16. label = "u-boot";
  17. reg = <0x0 0x30000>;
  18. read-only;
  19. };
  20. partition@30000 {
  21. label = "u-boot-env";
  22. reg = <0x30000 0x10000>;
  23. read-only;
  24. };
  25. factory: partition@40000 {
  26. label = "factory";
  27. reg = <0x40000 0x10000>;
  28. read-only;
  29. };
  30. partition@50000 {
  31. compatible = "denx,uimage";
  32. label = "firmware";
  33. reg = <0x50000 0x3c8000>;
  34. };
  35. };
  36. };
  37. };