Skip to content

Commit

Permalink
Update cygnus_dongle.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
egokb committed Jan 23, 2024
1 parent e9469d2 commit 4622ac8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion config/boards/shields/cygnus/cygnus_dongle.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,21 @@
* SPDX-License-Identifier: MIT
*/

#include "cygnus.dtsi"
#include "cygnus.dtsi"

&kscan0 {
row-gpios
= <&gpio1 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 22 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio0 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
, <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
;

col-gpios
= <&gpio0 17 GPIO_ACTIVE_HIGH>
, <&gpio0 15 GPIO_ACTIVE_HIGH>
, <&gpio0 24 GPIO_ACTIVE_HIGH>
, <&gpio0 20 GPIO_ACTIVE_HIGH>
, <&gpio1 2 GPIO_ACTIVE_HIGH>
;
};

0 comments on commit 4622ac8

Please sign in to comment.