arm64: dts: rockchip: add mipi csi-2 receiver nodes to rk3588

The Rockchip RK3588 features six MIPI CSI-2 receiver units:
 - MIPI0: connected to MIPI DCPHY0 (not supported)
 - MIPI1: connected to MIPI DCPHY1 (not supported)
 - MIPI2: connected to MIPI DPHY0
 - MIPI3: connected to MIPI DPHY0-1 (not supported)
 - MIPI4: connected to MIPI DPHY1
 - MIPI5: connected to MIPI DPHY1-1 (not supported)
As the MIPI DCPHYs as well as the split DPHY mode of the DPHYs are not yet
supported, add only the device tree nodes for the MIPI2 and MIPI4 units.

Signed-off-by: Michael Riesch <michael.riesch@collabora.com>
Link: https://patch.msgid.link/20260305-rk3588-csi2rx-v5-2-3b7061d043ea@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Michael Riesch 2026-04-28 09:27:24 +02:00 committed by Heiko Stuebner
parent 460bac478c
commit 5052c99cf0

View File

@ -1430,6 +1430,58 @@ av1d: video-codec@fdc70000 {
resets = <&cru SRST_A_AV1>, <&cru SRST_P_AV1>, <&cru SRST_A_AV1_BIU>, <&cru SRST_P_AV1_BIU>;
};
csi2: csi@fdd30000 {
compatible = "rockchip,rk3588-mipi-csi2", "rockchip,rk3568-mipi-csi2";
reg = <0x0 0xfdd30000 0x0 0x10000>;
interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH 0>,
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH 0>;
interrupt-names = "err1", "err2";
clocks = <&cru PCLK_CSI_HOST_2>;
phys = <&csi_dphy0>;
power-domains = <&power RK3588_PD_VI>;
resets = <&cru SRST_P_CSI_HOST_2>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
csi2_in: port@0 {
reg = <0>;
};
csi2_out: port@1 {
reg = <1>;
};
};
};
csi4: csi@fdd50000 {
compatible = "rockchip,rk3588-mipi-csi2", "rockchip,rk3568-mipi-csi2";
reg = <0x0 0xfdd50000 0x0 0x10000>;
interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH 0>,
<GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH 0>;
interrupt-names = "err1", "err2";
clocks = <&cru PCLK_CSI_HOST_4>;
phys = <&csi_dphy1>;
power-domains = <&power RK3588_PD_VI>;
resets = <&cru SRST_P_CSI_HOST_4>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
csi4_in: port@0 {
reg = <0>;
};
csi4_out: port@1 {
reg = <1>;
};
};
};
vop: vop@fdd90000 {
compatible = "rockchip,rk3588-vop";
reg = <0x0 0xfdd90000 0x0 0x4200>, <0x0 0xfdd95000 0x0 0x1000>;