mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
/dts-v1/;
|
|
#include "mt7986a-hf-m7986r1.dtsi"
|
|
|
|
/ {
|
|
model = "HF-M7986R1 eMMC version";
|
|
compatible = "hf,m7986r1-emmc", "mediatek,mt7986a";
|
|
|
|
chosen {
|
|
bootargs = "root=PARTLABEL=rootfs rootwait rootfstype=squashfs,f2fs";
|
|
};
|
|
};
|
|
|