mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
21 lines
324 B
Plaintext
21 lines
324 B
Plaintext
// 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>;
|
|
};
|
|
};
|
|
};
|
|
};
|