blob: 07e706dc3a45af01529c623e4ca43b2337ee21d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/dts-v1/;
#include "mt7981b-cudy-tr3000-v1.dtsi"
/ {
model = "Cudy TR3000 v1 (OpenWrt U-Boot layout)";
compatible = "cudy,tr3000-v1-ubootmod", "mediatek,mt7981";
};
&chosen {
bootargs = "root=/dev/fit0 rootwait";
rootdisk = <&ubi_rootdisk>;
};
&ubi {
reg = <0x5c0000 0x7a40000>;
volumes {
ubi_rootdisk: ubi-volume-fit {
volname = "fit";
};
};
};
|