mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 14:06:15 +00:00
832cc8ce04
This is done in preparation of adding support for the CPE710-v2, which uses a similiar device tree. Signed-off-by: Tim Noack <tim@noack.id> Link: https://github.com/openwrt/openwrt/pull/16637 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
21 lines
332 B
Plaintext
21 lines
332 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qca9563_tplink_cpe710.dtsi"
|
|
|
|
/ {
|
|
model = "TP-Link CPE710 v1";
|
|
compatible = "tplink,cpe710-v1", "qca,qca9563";
|
|
};
|
|
|
|
&mdio0 {
|
|
phy4: ethernet-phy@4 {
|
|
reg = <4>;
|
|
reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
ð0 {
|
|
phy-handle = <&phy4>;
|
|
phy-mode = "sgmii";
|
|
};
|