arm64: dts: rockchip: Add D-PHY for RK3368

RK3368 has a InnoSilicon D-PHY which supports DSI/LVDS/TTL with maximum
trasnfer rate of 1 Gbps per lane.

Signed-off-by: WeiHao Li <cn.liweihao@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
WeiHao Li 2025-09-05 10:56:30 +08:00 committed by Heiko Stuebner
parent ef06b5ddee
commit d62e2ad29b

View File

@ -883,6 +883,17 @@ vop_mmu: iommu@ff930300 {
status = "disabled";
};
dphy: phy@ff968000 {
compatible = "rockchip,rk3368-dsi-dphy";
reg = <0x0 0xff968000 0x0 0x4000>;
clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_DPHYTX0>;
clock-names = "ref", "pclk";
#phy-cells = <0>;
resets = <&cru SRST_MIPIDPHYTX>;
reset-names = "apb";
status = "disabled";
};
hevc_mmu: iommu@ff9a0440 {
compatible = "rockchip,iommu";
reg = <0x0 0xff9a0440 0x0 0x40>,