123456789101112131415161718192021 |
- // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
- /dts-v1/;
- #include "mt7981b-cudy-tr3000-v1.dts"
- / {
- model = "Cudy TR3000 (U-Boot mod)";
- compatible = "cudy,tr3000-mod", "mediatek,mt7981";
- };
- &spi0 {
- flash@0 {
- partitions {
- partition@5c0000 {
- label = "ubi";
- reg = <0x5c0000 0x7000000>;
- };
- };
- };
- };
|