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.