ath25: switch default kernel to 5.15
[openwrt/openwrt.git] / target / linux / realtek / dts-5.10 / rtl83xx_d-link_dgs-1210_gpio.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 / {
4 gpio-restart {
5 compatible = "gpio-restart";
6 gpios = <&gpio1 34 GPIO_ACTIVE_LOW>;
7 open-source;
8 };
9
10 keys: keys {
11 compatible = "gpio-keys-polled";
12 poll-interval = <20>;
13
14 reset {
15 label = "reset";
16 gpios = <&gpio1 33 GPIO_ACTIVE_LOW>;
17 linux,code = <KEY_RESTART>;
18 };
19 };
20
21 gpio1: rtl8231-gpio {
22 compatible = "realtek,rtl8231-gpio";
23 #gpio-cells = <2>;
24 gpio-controller;
25 indirect-access-bus-id = <0>;
26 };
27 };