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.

Linux/AM5728: UART configuration

Part Number: AM5728

Tool/software: Linux

In the device tree ile am57xx-idk-common.dtsi, I have seen these: 

&uart3 {
status = "okay";
interrupts-extended = <&crossbar_mpu GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH
&dra7_pmx_core 0x248>;
};

What's mean of <&dra7_pmx_core 0x248>, and how can I calculate the number after dra7_pmx_cure for a new UART?

Thanks.