diff options
author | Claudiu Beznea <[email protected]> | 2022-02-28 14:23:25 +0200 |
---|---|---|
committer | Nicolas Ferre <[email protected]> | 2022-03-04 11:43:14 +0100 |
commit | 003e17e75a3cf40d6ab6bd913e7ff2cdea4612e7 (patch) | |
tree | a0c2427d452f9ae6c619f6e237ca6ba104066f82 | |
parent | cbb92a7717d2e1c512b7e81c6b22c7298b58a881 (diff) |
ARM: dts: at91: sama7g5: add eic node
Add EIC node.
Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/sama7g5.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi index 17637d44b967..8bc244c2c93c 100644 --- a/arch/arm/boot/dts/sama7g5.dtsi +++ b/arch/arm/boot/dts/sama7g5.dtsi @@ -455,6 +455,19 @@ status = "disabled"; }; + eic: interrupt-controller@e1628000 { + compatible = "microchip,sama7g5-eic"; + reg = <0xe1628000 0xec>; + interrupt-parent = <&gic>; + interrupt-controller; + #interrupt-cells = <2>; + interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 37>; + clock-names = "pclk"; + status = "disabled"; + }; + pit64b0: timer@e1800000 { compatible = "microchip,sama7g5-pit64b", "microchip,sam9x60-pit64b"; reg = <0xe1800000 0x4000>; |