Lines Matching +full:- +full:alert
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
22 interrupt-names:
24 - items:
25 - const: a_det
26 - const: alert
27 - const: a_det
28 - const: alert
31 - compatible
32 - reg
37 - |
38 #include <dt-bindings/interrupt-controller/irq.h>
41 #address-cells = <1>;
42 #size-cells = <0>;
47 interrupts-extended = <&gpio5 2 IRQ_TYPE_EDGE_BOTH>,
49 interrupt-names = "a_det", "alert";