Other Parts Discussed in Thread: TPS65219
Tool/software:
I would like to understand interrupt function in AM62x.
According to the following dts, tps65219's interrupt output signal is received EXTINTn:
arch/arm64/boot/dts/ti/k3-am62-lp-sk.dts
The interrupt output is pulled low for fault conditions.
However, interrupts property in tps65219 node is set to <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>.
Further mode, according to TRM, gicss0.spi.224 source is usb0.irq.4.
(1) Is EXTINTn signal inverted in the path to GIC500?
(2) Can gicss0.spi.224 get interrupt from EXTINTn?
Best Regards,
Koji