blob: 36351565ebb83366d350a4084e6cfdce4a58bb36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "mt7981b-creatlentem-clt-r30b1-common.dtsi"
/ {
model = "CreatLentem CLT-R30B1 (112M)";
compatible = "creatlentem,clt-r30b1-112m", "mediatek,mt7981";
};
&partitions {
partition@580000 {
label = "ubi";
reg = <0x0580000 0x7000000>;
};
};
|