diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-09 20:40:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 20:40:48 -0400 |
commit | e1dcf1514fe2abb22c3569036af2438709c3d4cb (patch) | |
tree | ea7ac3440f9e5097dc32c96d411e040b5f6d482b /app/boards/arm/nrfmicro/nrfmicro_11.dts | |
parent | 405ca7267fc0be9558836393bfe9945187016dd4 (diff) | |
parent | 4d81b10ba7047a4dbd63cfe33ac879ecf437e108 (diff) |
Merge pull request #242 from megamind4089/feature/ext-power
[RDY] Driver to control the external power output
Diffstat (limited to 'app/boards/arm/nrfmicro/nrfmicro_11.dts')
-rw-r--r-- | app/boards/arm/nrfmicro/nrfmicro_11.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/boards/arm/nrfmicro/nrfmicro_11.dts b/app/boards/arm/nrfmicro/nrfmicro_11.dts index 95bd8ad..87c650e 100644 --- a/app/boards/arm/nrfmicro/nrfmicro_11.dts +++ b/app/boards/arm/nrfmicro/nrfmicro_11.dts @@ -26,6 +26,11 @@ }; }; + ext-power { + compatible = "zmk,ext-power-generic"; + label = "EXT_POWER"; + control-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>; + }; }; &gpio0 { |