Lines Matching +full:dovdd +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Fabio Estevam <festevam@gmail.com>
13 - $ref: /schemas/media/video-interface-devices.yaml#
25 AVDD-supply:
26 description: Analog voltage supply, 2.8V.
28 DVDD-supply:
29 description: Digital core voltage supply, 1.5V.
31 DOVDD-supply:
32 description: Digital I/O voltage supply, 1.8V.
34 powerdown-gpios:
38 reset-gpios:
43 $ref: /schemas/graph.yaml#/$defs/port-base
49 $ref: /schemas/media/video-interfaces.yaml#
53 bus-type:
56 bus-width:
60 data-shift:
64 hsync-active:
68 vsync-active:
72 pclk-sample:
77 - if:
79 bus-type:
83 hsync-active: false
84 vsync-active: false
86 - if:
88 bus-width:
92 data-shift:
96 - bus-type
101 - compatible
102 - reg
103 - clocks
104 - port
109 - |
110 #include <dt-bindings/gpio/gpio.h>
111 #include <dt-bindings/media/video-interfaces.h>
114 #address-cells = <1>;
115 #size-cells = <0>;
120 pinctrl-names = "default";
121 pinctrl-0 = <&pinctrl_ov5642>;
123 DOVDD-supply = <&vgen4_reg>;
124 AVDD-supply = <&vgen3_reg>;
125 DVDD-supply = <&vgen2_reg>;
126 powerdown-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
127 reset-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
131 bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
132 remote-endpoint = <¶llel_from_ov5642>;
133 bus-width = <8>;
134 data-shift = <2>; /* lines 9:2 are used */
135 hsync-active = <0>;
136 vsync-active = <0>;
137 pclk-sample = <1>;