mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
0b078f2ecf
There is no need to keep a version specific dts directory. Rename the folder to its standard location. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#include "rtl8380_tplink_sg2xxx.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,sg2210p-v3", "realtek,rtl838x-soc";
|
|
model = "TP-Link SG2210P v3";
|
|
};
|
|
|
|
&port24 {
|
|
label = "lan-sfp2";
|
|
};
|
|
|
|
&port26 {
|
|
label = "lan-sfp1";
|
|
};
|