我现在在AM5718上运行linux系统,自己设计的硬件,使用UART4作为控制台串口,原有的dts文件使用的是uart1,设置如下,我的疑问是:下面的设置中0x3e0这个字段是什么含义,如果我用uart4,这个字段应该如何设置?期待回复!
&uart1 {
status = "okay";
interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH
&dra7_pmx_core 0x3e0>;
};
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.
我现在在AM5718上运行linux系统,自己设计的硬件,使用UART4作为控制台串口,原有的dts文件使用的是uart1,设置如下,我的疑问是:下面的设置中0x3e0这个字段是什么含义,如果我用uart4,这个字段应该如何设置?期待回复!
&uart1 {
status = "okay";
interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH
&dra7_pmx_core 0x3e0>;
};