Skip to content

Commit f2dc59c

Browse files
Dalon.zhangrkhuangtao
authored andcommitted
ARM: dts: rockchip: add cif node for rk3288
Change-Id: Ia7e779b914991694fb1e4f20bf90477f38a5f997 Signed-off-by: Zhang Yunlong <dalon.zhang@rock-chips.com>
1 parent 5207dea commit f2dc59c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,24 @@
13001300
status = "disabled";
13011301
};
13021302

1303+
cif: cif@ff950000 {
1304+
compatible = "rockchip,cif";
1305+
reg = <0x0 0xff950000 0x0 0x400>;
1306+
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
1307+
clocks = <&cru ACLK_VIP>, <&cru HCLK_VIP>,
1308+
<&cru PCLK_VIP_IN>, <&cru SCLK_VIP_OUT>;
1309+
clock-names = "aclk_cif0", "hclk_cif0",
1310+
"cif0_in", "cif0_out";
1311+
resets = <&cru SRST_VIP>;
1312+
reset-names = "rst_cif";
1313+
pinctrl-names = "cif_pin_all";
1314+
pinctrl-0 = <&isp_mipi &isp_dvp_d2d9 &isp_dvp_d10d11>;
1315+
rockchip,grf = <&grf>;
1316+
rockchip,cru = <&cru>;
1317+
power-domains = <&power RK3288_PD_VIO>;
1318+
status = "disabled";
1319+
};
1320+
13031321
dsi0: dsi@ff960000 {
13041322
compatible = "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi";
13051323
reg = <0x0 0xff960000 0x0 0x4000>;

0 commit comments

Comments
 (0)