mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
27510dc01b
The hardware of these two models looks the same. This patch also disabled unused i2c bus for WE3526. Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: https://github.com/openwrt/openwrt/pull/16009 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_zbtlink_zbt-wexx26.dtsi"
|
|
|
|
/ {
|
|
compatible = "zbtlink,zbt-we3526", "mediatek,mt7621-soc";
|
|
model = "Zbtlink ZBT-WE3526";
|
|
};
|