mt7622-rfb1-ubi.dts 951 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /dts-v1/;
  2. #include "mt7622-rfb1.dts"
  3. / {
  4. model = "MT7622_MT7531 RFB (UBI)";
  5. compatible = "mediatek,mt7622-rfb1-ubi";
  6. };
  7. &snfi {
  8. flash@0 {
  9. mediatek,bmt-v2;
  10. mediatek,bmt-remap-range = <0x0 0x6c0000>;
  11. partitions {
  12. compatible = "fixed-partitions";
  13. #address-cells = <1>;
  14. #size-cells = <1>;
  15. partition@0 {
  16. label = "Preloader";
  17. reg = <0x00000 0x0080000>;
  18. read-only;
  19. };
  20. partition@80000 {
  21. label = "ATF";
  22. reg = <0x80000 0x0040000>;
  23. };
  24. partition@c0000 {
  25. label = "Bootloader";
  26. reg = <0xc0000 0x0080000>;
  27. };
  28. partition@140000 {
  29. label = "Config";
  30. reg = <0x140000 0x0080000>;
  31. };
  32. factory: partition@1c0000 {
  33. label = "Factory";
  34. reg = <0x1c0000 0x0100000>;
  35. };
  36. partition@200000 {
  37. label = "kernel";
  38. reg = <0x2c0000 0x400000>;
  39. };
  40. partition@6c0000 {
  41. label = "ubi";
  42. reg = <0x6c0000 0x6f00000>;
  43. };
  44. /delete-node/ partition@2200000;
  45. };
  46. };
  47. };