summaryrefslogtreecommitdiff
path: root/zephyr/program/npcx_evb/npcx9/keyboard.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/npcx_evb/npcx9/keyboard.dts')
-rw-r--r--zephyr/program/npcx_evb/npcx9/keyboard.dts42
1 files changed, 0 insertions, 42 deletions
diff --git a/zephyr/program/npcx_evb/npcx9/keyboard.dts b/zephyr/program/npcx_evb/npcx9/keyboard.dts
deleted file mode 100644
index e7e35d1493..0000000000
--- a/zephyr/program/npcx_evb/npcx9/keyboard.dts
+++ /dev/null
@@ -1,42 +0,0 @@
-/* Copyright 2021 The ChromiumOS Authors
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/ {
- cros-keyscan {
- compatible = "cros-ec,keyscan";
-
- output-settle = <40>;
- debounce-down = <6000>;
- scan-period = <1500>;
- poll-timeout = <1000000>;
-
- actual-key-mask = <
- 0x14 /* C0 */
- 0xff /* C1 */
- 0xff /* C2 */
- 0xff /* C3 */
- 0xff /* C4 */
- 0xf5 /* C5 */
- 0xff /* C6 */
- 0xa4 /* C7 */
- 0xff /* C8 */
- 0xf6 /* C9 */
- 0x55 /* C10 */
- 0xfa /* C11 */
- 0xc8 /* C12 */
- >;
- };
-
- kblight {
- compatible = "cros-ec,kblight-pwm";
- pwms = <&pwm2 0 PWM_KHZ(10) PWM_POLARITY_NORMAL>;
- };
-};
-
-&pwm2 {
- status = "okay";
- pinctrl-0 = <&pwm2_gpc4>;
- pinctrl-names = "default";
-};