summaryrefslogtreecommitdiff
path: root/zephyr/projects/drawcia_riscv/kb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/drawcia_riscv/kb.dts')
-rw-r--r--zephyr/projects/drawcia_riscv/kb.dts24
1 files changed, 0 insertions, 24 deletions
diff --git a/zephyr/projects/drawcia_riscv/kb.dts b/zephyr/projects/drawcia_riscv/kb.dts
deleted file mode 100644
index 6fce08f43b..0000000000
--- a/zephyr/projects/drawcia_riscv/kb.dts
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/ {
- /* Override keyboard scanning */
- soc {
- /delete-node/ kscan@f01d00;
-
- cros_kb_raw: cros-kb-raw@f01d00 {
- compatible = "ite,it8xxx2-cros-kb-raw";
- reg = <0x00f01d00 0x29>;
- label = "CROS_KB_RAW_0";
- interrupt-parent = <&intc>;
- interrupts = <13 IRQ_TYPE_LEVEL_HIGH>;
- status = "disabled";
- };
- };
-};
-
-&cros_kb_raw {
- status = "okay";
-};