This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: EXTINTn GIC500 SPI Interrupt

Part Number: AM625
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