Lines Matching +full:video +full:- +full:interfaces

2 ----------------------------------------------
9 - compatible: value should be one of the following
10 "rockchip,px30-cif";
11 "rockchip,rk1808-cif";
12 "rockchip,rk3128-cif";
13 "rockchip,rk3288-cif";
14 - reg : offset and length of the register set for the device.
15 - interrupts: should contain cif interrupt.
16 - clocks: phandle to the required clocks.
17 - clock-names: required clock name.
20 - iommus: iommu node attached to cif if exist.
21 - resets: CRU reset of cif if exist.
24 -------------------
28 media/video-interfaces.txt.
30 - endpoint(parallel):
31 - remote-endpoint: Connecting to a sensor with a parallel video bus or a mipi csi2 bus.
32 - parallel_bus properties: Refer to Documentation/devicetree/bindings/
33 media/video-interfaces.txt.
34 - mipi csi2 bus properties: Refer to Documentation/devicetree/bindings/
35 media/video-interfaces.txt.
42 -------------------
45 compatible = "rockchip,px30-cif";
49 clock-names = "aclk_cif", "hclk_cif", "pclk_cif", "cif_out";
51 reset-names = "rst_cif_a", "rst_cif_h", "rst_cif_pclkin";
52 power-domains = <&power PX30_PD_VI>;
57 remote-endpoint = <&gc2155_out>;
58 vsync-active = <0>;
59 hsync-active = <1>;
65 compatible = "rockchip,rk1808-cif";
67 reg-names = "cif_regs", "csihost_regs";
72 clock-names = "aclk_cif", "dclk_cif",
78 reset-names = "rst_cif_a", "rst_cif_h",
81 power-domains = <&power RK1808_PD_VIO>;
86 remote-endpoint = <&dphy_rx_out>;
87 data-lanes = <1 2 3 4>;
93 compatible = "rockchip,rk3128-cif";
98 clock-names = "aclk_cif", "hclk_cif",
101 reset-names = "rst_cif";
105 power-domains = <&power RK3128_PD_VIO>;
111 remote-endpoint = <&adv7181_out>;
112 vsync-active = <0>;
113 hsync-active = <1>;