12345678910111213141516171819202122 |
- // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /dts-v1/;
- #include "mt7981b-xiaomi-mi-router-wr30u.dtsi"
- / {
- model = "Xiaomi Mi Router WR30U";
- compatible = "xiaomi,mi-router-wr30u", "mediatek,mt7981";
- };
- &spi_nand {
- mediatek,nmbm;
- mediatek,bmt-max-ratio = <1>;
- mediatek,bmt-max-reserved-blocks = <64>;
- };
- &partitions {
- partition@600000 {
- label = "ubi";
- reg = <0x600000 0x7000000>;
- };
- };
|