imx8qxp interrupt question

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx8qxp interrupt question

1,463 次查看
nxf54271
NXP Employee
NXP Employee

For the imx8qxp what does the number 8 on this line mean? I can't find it in the manual reference.
i2c0_csi0: i2c@58226000 {
compatible = "fsl,imx8qm-lpi2c";
reg = <0x0 0x58226000 0x0 0x1000>;
interrupts = <8 IRQ_TYPE_LEVEL_HIGH>; <------------------------------------
interrupt-parent = <&irqsteer_csi>;
clocks = <&clk IMX8QXP_CSI0_I2C0_CLK>,
<&clk IMX8QXP_CSI0_I2C0_IPG_CLK>;
clock-names = "per", "ipg";
assigned-clocks = <&clk IMX8QXP_CSI0_I2C0_CLK>;
assigned-clock-rates = <24000000>;
power-domains = <&pd_mipi_csi_i2c0>;
status = "disabled";
};

标记 (3)
0 项奖励
回复
3 回复数

1,306 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Cesar,

The interrupt 8 in the code snippet there is for the lpi2c module. It goes into the local interrupt steer block of Figure 15-12 of the Reference manual.

Unfortunately, this info is currently missing from the RM as well as from internal architectural documents. The good news is that R&D is aware of the lack of documentation and is working on generating it. The 8QM RM is undergoing the update first; the QXP RM should follow. Sorry for the inconvenience.

Regards

0 项奖励
回复

1,306 次查看
nxf54271
NXP Employee
NXP Employee

Can you posted the figure please?

0 项奖励
回复

1,306 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

pastedImage_1.png

0 项奖励
回复