Lines Matching +full:remote +full:- +full:bus
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/media/marvell,mmp2-ccic.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Lubomir Rintel <lkundrak@v3.sk>
15 pattern: '^camera@[a-f0-9]+$'
18 const: marvell,mmp2-ccic
36 # Documentation/devicetree/bindings/media/video-interfaces.txt
38 remote-endpoint: true
39 hsync-active: true
40 vsync-active: true
41 pclk-sample: true
42 bus-type: true
45 - remote-endpoint
48 - endpoint
54 - description: AXI bus interface clock
55 - description: Peripheral clock
56 - description: Parallel video bus interface clock
58 clock-names:
61 '#clock-cells':
64 clock-output-names:
68 - compatible
69 - reg
70 - interrupts
71 - port
76 - |
77 #include <dt-bindings/clock/marvell,mmp2.h>
80 compatible = "marvell,mmp2-ccic";
84 clock-names = "axi";
85 #clock-cells = <0>;
86 clock-output-names = "mclk";
90 remote-endpoint = <&ov7670_0>;
91 bus-type = <5>; /* Parallel */
92 hsync-active = <1>; /* Active high */
93 vsync-active = <1>; /* Active high */
94 pclk-sample = <0>; /* Falling */