mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
8fb15ea52a
Copy dts/files/patches/configs from 5.10 to 5.15. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> [refresh with updated DGS-1210 dts files] Signed-off-by: Sander Vanheule <sander@svanheule.net>
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";
|
|
};
|