mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|||
// Copyright (c) 2021 Cezary Jackiewicz
|
|||
// Copyright (c) 2021, 2022 Lech Perczak
|
|||
#include "qca9563_zte_mf286ar.dtsi"
|
|||
|
|||
/ {
|
|||
model = "ZTE MF286R";
|
|||
compatible = "zte,mf286r", "qca,qca9563";
|
|||
};
|