summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/steelix/interrupts.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/corsola/steelix/interrupts.dtsi')
-rw-r--r--zephyr/program/corsola/steelix/interrupts.dtsi12
1 files changed, 0 insertions, 12 deletions
diff --git a/zephyr/program/corsola/steelix/interrupts.dtsi b/zephyr/program/corsola/steelix/interrupts.dtsi
deleted file mode 100644
index b212cd9496..0000000000
--- a/zephyr/program/corsola/steelix/interrupts.dtsi
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Copyright 2022 The ChromiumOS Authors
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
- /* This file should only be included in the project.overlay. */
-&int_base_imu {
- irq-pin = <&base_imu_int_l>;
- flags = <GPIO_INT_EDGE_FALLING>;
- handler = "motion_interrupt";
-};
-