summaryrefslogtreecommitdiff
path: root/zephyr/program/corsola/steelix/interrupts.dtsi
blob: b212cd949656150d44d99b63fb37f8d47179d8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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";
};