mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
15 lines
236 B
Text
15 lines
236 B
Text
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "mt7981b-zbt-z8102ax.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "ZBT Z8102AX 64M";
|
||
|
compatible = "z8102ax-64m", "z8102ax", "mediatek,mt7981";
|
||
|
};
|
||
|
|
||
|
|
||
|
&nand_rootfs {
|
||
|
reg = <0x0580000 0x4000000>;
|
||
|
};
|
||
|
|