mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
257a356b20
The DGS-1210-28 series was lacking full SFP support due to missing GPIOs. Fortunately, the existing GPIO definitions of DGS-1210-52 match, this adds the required i2c-gpio nodes to the DTS and allows hotplug SFP support. Signed-off-by: Andreas Böhler <dev@aboehler.at> Link: https://github.com/openwrt/openwrt/pull/15616 Signed-off-by: Sander Vanheule <sander@svanheule.net>
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "rtl838x.dtsi"
|
|
#include "rtl83xx_d-link_dgs-1210_common.dtsi"
|
|
#include "rtl83xx_d-link_dgs-1210_gpio.dtsi"
|
|
#include "rtl83xx_d-link_dgs-1210_gpio_sfp.dtsi"
|
|
#include "rtl8382_d-link_dgs-1210-28_common.dtsi"
|
|
|
|
/ {
|
|
compatible = "d-link,dgs-1210-28", "realtek,rtl838x-soc";
|
|
model = "D-Link DGS-1210-28";
|
|
};
|