Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(boards): Add glove80 nexus node for extension GPIO. #2594

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions app/boards/arm/glove80/glove80_lh.dts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@
vbatt: vbatt {
compatible = "zmk,battery-nrf-vddh";
};

glove80_ext: connector {
compatible = "moergo,glove80-ext";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map
= <1 0 &gpio0 22 0> /* EXT1 */
, <2 0 &gpio0 21 0> /* EXT2 */
, <3 0 &gpio0 24 0> /* EXT3 */
, <4 0 &gpio0 20 0> /* EXT4 */
, <5 0 &gpio0 25 0> /* EXT5 */
, <6 0 &gpio1 00 0> /* EXT6 */
;
};
};

&spi3 {
Expand Down
15 changes: 15 additions & 0 deletions app/boards/arm/glove80/glove80_rh.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@
vbatt: vbatt {
compatible = "zmk,battery-nrf-vddh";
};

glove80_ext: connector {
compatible = "moergo,glove80-ext";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map
= <1 0 &gpio0 21 0> /* EXT1 */
, <2 0 &gpio0 24 0> /* EXT2 */
, <3 0 &gpio0 20 0> /* EXT3 */
, <4 0 &gpio0 25 0> /* EXT4 */
, <5 0 &gpio0 22 0> /* EXT5 */
, <6 0 &gpio1 00 0> /* EXT6 */
;
};
};

&spi3 {
Expand Down
24 changes: 24 additions & 0 deletions app/dts/bindings/gpio/moergo,glove80-ext.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (C) 2024 The ZMK Contributors
# SPDX-License-Identifier: MIT

description: |
GPIO pins exposed on the Glove80 internal extension header.

See https://docs.moergo.com/glove80-user-guide/appendix-more-customizations/

Both sides of the Glove80 split keyboard expose a set of 6 extra GPIO pins
for customization, with different underlying nRF52 pins used on each side.
This nexus node allows referencing the pins generically without being tied
to a specific left/right side pin assignment.


- GND VEXT -
- VDDH EXT1 1
2 EXT2 EXT3 3
4 EXT4 EXT5 5
6 SWO_EXT6 RESET -
- SWDCLK SWDIO -

compatible: "moergo,glove80-ext"

include: [gpio-nexus.yaml, base.yaml]
3 changes: 2 additions & 1 deletion app/dts/bindings/vendor-prefixes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
zmk ZMK Project
zmk ZMK Project
moergo MoErgo