I'm a bit confused about one line in the .dtsi file I'm using. I understand the use of the interrupts-extended but I'm confused by the line
&dra7_pmx_core 0x248>. in
&uart3 {
status = "okay";
interrupts-extended = <&crossbar_mpu GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH
&dra7_pmx_core 0x248>;
};
Is this also defining an interrupt and what is the significance of the 0x248? The interrupt? Starting address?
Thanks