mpc85xx: add Enterasys WS-AP3715i reset button
The reset button was missing from the Enterasys WS-AP3715i DTS. Add the node required for making the reset button work. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
0c43a48735
commit
0e8641d3b0
1 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later or MIT
|
// SPDX-License-Identifier: GPL-2.0-or-later or MIT
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
|
#include <dt-bindings/input/input.h>
|
||||||
|
|
||||||
/include/ "fsl/p1010si-pre.dtsi"
|
/include/ "fsl/p1010si-pre.dtsi"
|
||||||
|
|
||||||
|
@ -70,6 +71,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
keys {
|
||||||
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
|
reset {
|
||||||
|
label = "Reset button";
|
||||||
|
gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,code = <KEY_RESTART>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
soc: soc@ffe00000 {
|
soc: soc@ffe00000 {
|
||||||
ranges = <0x0 0x0 0xffe00000 0x100000>;
|
ranges = <0x0 0x0 0xffe00000 0x100000>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue