imx8qxp interrupt question

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx8qxp interrupt question

1,460件の閲覧回数
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,303件の閲覧回数
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,303件の閲覧回数
nxf54271
NXP Employee
NXP Employee

Can you posted the figure please?

0 件の賞賛
返信

1,303件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

pastedImage_1.png

0 件の賞賛
返信