mt7981b-xiaomi-mi-router-ax3000t.dts 649 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "mt7981b-xiaomi-mi-router-ax3000t.dtsi"
  4. / {
  5. model = "Xiaomi Mi Router AX3000T";
  6. compatible = "xiaomi,mi-router-ax3000t", "mediatek,mt7981";
  7. };
  8. &spi_nand {
  9. mediatek,nmbm;
  10. mediatek,bmt-max-ratio = <1>;
  11. mediatek,bmt-max-reserved-blocks = <64>;
  12. };
  13. &partitions {
  14. // ubi_kernel is the ubi partition in stock.
  15. partition@600000 {
  16. label = "ubi_kernel";
  17. reg = <0x600000 0x2200000>;
  18. };
  19. /* ubi is the result of squashing
  20. * consecutive stock partitions:
  21. * - ubi1
  22. * - overlay
  23. * - data
  24. */
  25. partition@2800000 {
  26. label = "ubi";
  27. reg = <0x2800000 0x4e00000>;
  28. };
  29. };