ath25: switch default kernel to 5.15
[openwrt/openwrt.git] / target / linux / realtek / dts-5.10 / rtl8382_d-link_dgs-1210-28mp-f.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "rtl838x.dtsi"
4 #include "rtl83xx_d-link_dgs-1210_common.dtsi"
5 #include "rtl83xx_d-link_dgs-1210_gpio.dtsi"
6 #include "rtl8382_d-link_dgs-1210-28_common.dtsi"
7
8 / {
9 compatible = "d-link,dgs-1210-28mp-f", "realtek,rtl8382-soc", "realtek,rtl838x-soc";
10 model = "D-Link DGS-1210-28MP F";
11 };
12
13 &leds {
14 link_act {
15 label = "green:link_act";
16 gpios = <&gpio1 28 GPIO_ACTIVE_LOW>;
17 };
18
19 poe {
20 label = "green:poe";
21 gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
22 };
23
24 poe_max {
25 label = "yellow:poe_max";
26 gpios = <&gpio1 27 GPIO_ACTIVE_LOW>;
27 };
28 };
29
30 &keys {
31 mode {
32 label = "mode";
33 gpios = <&gpio1 30 GPIO_ACTIVE_LOW>;
34 linux,code = <BTN_0>;
35 };
36 };
37
38 &uart1 {
39 status = "okay";
40 };