mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "mt7620a_zbtlink_zbt-we1026-h.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "zbtlink,zbt-we1026-h-32m", "zbtlink,zbt-we1026-h",
|
||
|
"zbtlink,zbt-we1026", "ralink,mt7620a-soc";
|
||
|
model = "Zbtlink ZBT-WE1026-H (32M)";
|
||
|
};
|
||
|
|
||
|
&firmware {
|
||
|
reg = <0x50000 0x1fb0000>;
|
||
|
};
|