mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +00:00
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 v2";
|
||
|
compatible = "tplink,cpe710-v2", "qca,qca9563";
|
||
|
};
|
||
|
|
||
|
&mdio0 {
|
||
|
phy0: ethernet-phy@0 {
|
||
|
reg = <0>;
|
||
|
reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
ð0 {
|
||
|
phy-handle = <&phy0>;
|
||
|
phy-mode = "sgmii";
|
||
|
};
|