Skip to content

Commit

Permalink
feat(boards): Add glove80 nexus node for extension GPIO.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Oct 27, 2024
1 parent f0a3947 commit 0a3fbbf
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
16 changes: 16 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 Expand Up @@ -94,4 +109,5 @@
, <&gpio1 3 GPIO_ACTIVE_HIGH> // LH COL1
, <&gpio1 1 GPIO_ACTIVE_HIGH> // LH Thumb
;

};
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

0 comments on commit 0a3fbbf

Please sign in to comment.