Skip to content

Commit de2d97f

Browse files
Guoniu.zhouDong Aisheng
authored andcommitted
MLK-23600-1 arm64: dts: imx8mp: add isp nodes
add isp nodes for imx8mp(m865) Signed-off-by: Robby Cai <robby.cai@nxp.com> Reviewed-by: Guoniu.zhou <guoniu.zhou@nxp.com>
1 parent 76bfb66 commit de2d97f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,32 @@
14591459
status = "disabled";
14601460
};
14611461

1462+
isp_0: isp@32e10000 {
1463+
compatible = "fsl,imx8mp-isp";
1464+
reg = <0x32e10000 0x10000>;
1465+
interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
1466+
clocks = <&clk IMX8MP_CLK_MEDIA_ISP_SRC>;
1467+
clock-names = "isp_root";
1468+
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_ISP_SRC>;
1469+
assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_500M>;
1470+
assigned-clock-rates = <500000000>;
1471+
power-domains = <&ispdwp_pd>;
1472+
status = "disabled";
1473+
};
1474+
1475+
isp_1: isp@32e20000 {
1476+
compatible = "fsl,imx8mp-isp";
1477+
reg = <0x32e20000 0x10000>;
1478+
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
1479+
clocks = <&clk IMX8MP_CLK_MEDIA_ISP_SRC>;
1480+
clock-names = "isp_root";
1481+
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_ISP_SRC>;
1482+
assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_500M>;
1483+
assigned-clock-rates = <500000000>;
1484+
power-domains = <&ispdwp_pd>;
1485+
status = "disabled";
1486+
};
1487+
14621488
mipi_csi_0: csi@32e40000 {
14631489
compatible = "fsl,imx8mp-mipi-csi", "fsl,imx8mn-mipi-csi";
14641490
reg = <0x32e40000 0x10000>;

0 commit comments

Comments
 (0)