File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
arch/arm64/boot/dts/freescale Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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>;
You can’t perform that action at this time.
0 commit comments