mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
24 lines
404 B
Plaintext
24 lines
404 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
/dts-v1/;
|
|
#include "mt7981b-cetron-ct3003.dts"
|
|
|
|
/ {
|
|
model = "Cetron CT3003 (U-Boot mod)";
|
|
compatible = "cetron,ct3003-mod", "mediatek,mt7981";
|
|
};
|
|
|
|
&spi0 {
|
|
spi_nand@0 {
|
|
partitions {
|
|
partition@580000 {
|
|
label = "ubi";
|
|
reg = <0x0580000 0x7000000>;
|
|
};
|
|
|
|
/delete-node/ partition@2580000;
|
|
/delete-node/ partition@4580000;
|
|
};
|
|
};
|
|
};
|