summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/interrupts_steelix.dts
blob: 816beb95f4f7b278fd7dc524c0a889468254f68c (plain)
1
2
3
4
5
6
7
8
9
10
/* 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.
 */

&int_base_imu {
	irq-pin = <&base_imu_int_l>;
	flags = <GPIO_INT_EDGE_FALLING>;
	handler = "motion_interrupt";
};