12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
/ {
|
|
buttons{
|
|
compatible = "gpio-keys";
|
|
window_switch: window_switch {
|
|
gpios = <&sx1509b 0 GPIO_ACTIVE_LOW>;
|
|
label = "Window Switch";
|
|
};
|
|
};
|
|
};
|