mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +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>
42 lines
785 B
Plaintext
42 lines
785 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-28mp-f", "realtek,rtl8382-soc", "realtek,rtl838x-soc";
|
|
model = "D-Link DGS-1210-28MP F";
|
|
};
|
|
|
|
&leds {
|
|
link_act {
|
|
label = "green:link_act";
|
|
gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
poe {
|
|
label = "green:poe";
|
|
gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
poe_max {
|
|
label = "yellow:poe_max";
|
|
gpios = <&gpio1 27 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
&keys {
|
|
mode {
|
|
label = "mode";
|
|
gpios = <&gpio1 30 GPIO_ACTIVE_LOW>;
|
|
linux,code = <BTN_0>;
|
|
};
|
|
};
|
|
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|