diff options
Diffstat (limited to 'target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900.dtsi')
-rw-r--r-- | target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900.dtsi | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900.dtsi b/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900.dtsi index d61ac3b2b8..7233f6086c 100644 --- a/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900.dtsi +++ b/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900.dtsi @@ -22,16 +22,6 @@ reg = <0x0 0x8000000>; }; - gpio1: rtl8231-gpio { - status = "okay"; - - poe_enable { - gpio-hog; - gpios = <13 0>; - output-high; - }; - }; - keys { compatible = "gpio-keys-polled"; poll-interval = <20>; @@ -44,15 +34,27 @@ }; leds { + pinctrl-names = "default"; + pinctrl-0 = <&pinmux_disable_sys_led>; compatible = "gpio-leds"; led_sys: sys { label = "green:sys"; - gpios = <&gpio0 47 GPIO_ACTIVE_HIGH>; + gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; }; }; }; +&gpio1 { + status = "okay"; + + poe_enable { + gpio-hog; + gpios = <13 0>; + output-high; + }; +}; + &spi0 { status = "okay"; |