mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
arm64: dts: imx8dxl-ss-conn: add gpmi nand
Update gpmi nand and dma_apbh interrupt number for imx8dxl. Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
f1cc2d88fd
commit
2fca3b6ba3
@ -108,6 +108,13 @@
|
||||
|
||||
};
|
||||
|
||||
&dma_apbh {
|
||||
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
&enet0_lpcg {
|
||||
clocks = <&conn_enet0_root_clk>,
|
||||
<&conn_enet0_root_clk>,
|
||||
@ -127,6 +134,10 @@
|
||||
assigned-clock-rates = <125000000>;
|
||||
};
|
||||
|
||||
&gpmi {
|
||||
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
&usdhc1 {
|
||||
compatible = "fsl,imx8dxl-usdhc", "fsl,imx8qxp-usdhc";
|
||||
interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
Loading…
Reference in New Issue
Block a user