Lines Matching +full:sama7g5 +full:- +full:eic
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/microchip,sama7g5-eic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Claudiu Beznea <claudiu.beznea@microchip.com>
13 This interrupt controller is found in Microchip SoCs (SAMA7G5) and provides
19 - microchip,sama7g5-eic
24 interrupt-controller: true
26 '#interrupt-cells':
42 clock-names:
46 - compatible
47 - reg
48 - interrupt-controller
49 - '#interrupt-cells'
50 - interrupts
51 - clocks
52 - clock-names
57 - |
58 #include <dt-bindings/clock/at91.h>
59 #include <dt-bindings/interrupt-controller/arm-gic.h>
61 eic: interrupt-controller@e1628000 {
62 compatible = "microchip,sama7g5-eic";
64 interrupt-parent = <&gic>;
65 interrupt-controller;
66 #interrupt-cells = <2>;
70 clock-names = "pclk";