mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 01:28:59 +00:00
realtek: add gpio-restart for D-Link DGS-1210-28
A GPIO assert is required to reset the system. Otherwise, the system will hang on reboot. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Reviewed-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
8121e7dd75
commit
f5a87a0a7b
@ -6,6 +6,12 @@
|
||||
compatible = "d-link,dgs-1210-28", "realtek,rtl838x-soc";
|
||||
model = "D-Link DGS-1210-28";
|
||||
|
||||
gpio-restart {
|
||||
compatible = "gpio-restart";
|
||||
gpios = <&gpio1 34 GPIO_ACTIVE_LOW>;
|
||||
open-source;
|
||||
};
|
||||
|
||||
keys {
|
||||
compatible = "gpio-keys-polled";
|
||||
poll-interval = <20>;
|
||||
|
Loading…
Reference in New Issue
Block a user