Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: sama7g5: add eic node

Add EIC node.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220228122326.1400954-2-claudiu.beznea@microchip.com

authored by

Claudiu Beznea and committed by
Nicolas Ferre
003e17e7 cbb92a77

+13
+13
arch/arm/boot/dts/sama7g5.dtsi
··· 455 455 status = "disabled"; 456 456 }; 457 457 458 + eic: interrupt-controller@e1628000 { 459 + compatible = "microchip,sama7g5-eic"; 460 + reg = <0xe1628000 0xec>; 461 + interrupt-parent = <&gic>; 462 + interrupt-controller; 463 + #interrupt-cells = <2>; 464 + interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>, 465 + <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; 466 + clocks = <&pmc PMC_TYPE_PERIPHERAL 37>; 467 + clock-names = "pclk"; 468 + status = "disabled"; 469 + }; 470 + 458 471 pit64b0: timer@e1800000 { 459 472 compatible = "microchip,sama7g5-pit64b", "microchip,sam9x60-pit64b"; 460 473 reg = <0xe1800000 0x4000>;