25 lines
428 B
Devicetree
25 lines
428 B
Devicetree
/*
|
|
*
|
|
* Copyright (c) 2021 Darryl deHaan
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "eyelash_sofle.dtsi"
|
|
|
|
&kscan0 {
|
|
col-gpios
|
|
= <&gpio0 3 GPIO_ACTIVE_HIGH>
|
|
, <&gpio0 28 GPIO_ACTIVE_HIGH>
|
|
, <&gpio0 30 GPIO_ACTIVE_HIGH>
|
|
, <&gpio0 21 GPIO_ACTIVE_HIGH>
|
|
, <&gpio0 23 GPIO_ACTIVE_HIGH>
|
|
, <&gpio0 22 GPIO_ACTIVE_HIGH>
|
|
;
|
|
};
|
|
|
|
&left_encoder {
|
|
status = "okay";
|
|
};
|
|
|