Lines Matching +full:vsync +full:- +full:active +full:- +full:high
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacopo Mondi <jacopo@jmondi.org>
20 - ovti,ov7720
21 - ovti,ov7725
29 reset-gpios:
31 Reference to the GPIO connected to the RSTB pin which is active low.
34 powerdown-gpios:
36 Reference to the GPIO connected to the PWDN pin which is active high.
40 $ref: /schemas/graph.yaml#/$defs/port-base
46 $ref: /schemas/media/video-interfaces.yaml#
50 bus-type:
53 bus-width:
57 data-shift:
61 hsync-active:
65 vsync-active:
69 pclk-sample:
74 - if:
76 bus-type:
80 hsync-active: false
81 vsync-active: false
83 - if:
85 bus-width:
89 data-shift:
93 - bus-type
98 - compatible
99 - reg
100 - clocks
101 - port
106 - |
107 #include <dt-bindings/gpio/gpio.h>
108 #include <dt-bindings/media/video-interfaces.h>
111 #address-cells = <1>;
112 #size-cells = <0>;
116 reset-gpios = <&axi_gpio_0 0 GPIO_ACTIVE_LOW>;
117 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_LOW>;
122 bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
123 vsync-active = <0>;
124 hsync-active = <0>;
125 pclk-sample = <0>;
126 bus-width = <8>;
127 data-shift = <0>;
128 remote-endpoint = <&vcap1_in0>;