/* 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. */ / { gpio-interrupts { compatible = "cros-ec,gpio-interrupts"; int_power_button: power_button { irq-pin = <&power_button_l>; flags = ; handler = "power_button_interrupt"; }; int_lid_open: lid_open { irq-pin = <&lid_open>; flags = ; handler = "lid_interrupt"; }; int_spi0_cs: spi0_cs { irq-pin = <&spi0_cs>; flags = ; handler = "spi_event"; }; }; };