mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
29 lines
364 B
Plaintext
29 lines
364 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#include "rtl8380_tplink_sg2xxx.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "tplink,sg2008p-v1", "realtek,rtl838x-soc";
|
||
|
model = "TP-Link SG2008P v1";
|
||
|
};
|
||
|
|
||
|
&tps23861_20 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&phy24 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&phy26 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&port24 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&port26 {
|
||
|
status = "disabled";
|
||
|
};
|