Lines Matching +full:dvdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Dongchun Zhu <dongchun.zhu@mediatek.com>
13 description: |-
14 The Omnivision OV02A10 is a low-cost, high performance, 1/5-inch, 2 megapixel
17 @ 1600x1200 (UXGA) resolution transferred over a 1-lane MIPI interface. The
18 sensor output is available via CSI-2 serial data output.
21 - $ref: /schemas/media/video-interface-devices.yaml#
33 clock-names:
37 - const: eclk
39 clock-frequency:
43 dovdd-supply:
45 Definition of the regulator used as Digital I/O voltage supply.
47 avdd-supply:
49 Definition of the regulator used as Analog voltage supply.
51 dvdd-supply:
53 Definition of the regulator used as Digital core voltage supply.
55 powerdown-gpios:
63 reset-gpios:
73 - 0 # Sensor Mounted Upright
74 - 180 # Sensor Mounted Upside Down
78 $ref: /schemas/graph.yaml#/$defs/port-base
81 Output port node, single endpoint describing the CSI-2 transmitter.
85 $ref: /schemas/media/video-interfaces.yaml#
89 link-frequencies: true
90 ovti,mipi-clock-voltage:
94 the link speed defined by the 'link-frequencies' property.
95 If present, the value shall be in the range of 0-4.
99 - link-frequencies
102 - endpoint
105 - compatible
106 - reg
107 - clocks
108 - clock-names
109 - clock-frequency
110 - dovdd-supply
111 - avdd-supply
112 - dvdd-supply
113 - powerdown-gpios
114 - reset-gpios
115 - port
120 - |
121 #include <dt-bindings/gpio/gpio.h>
124 #address-cells = <1>;
125 #size-cells = <0>;
127 ov02a10: camera-sensor@3d {
131 powerdown-gpios = <&pio 107 GPIO_ACTIVE_HIGH>;
132 reset-gpios = <&pio 109 GPIO_ACTIVE_LOW>;
135 clock-names = "eclk";
136 clock-frequency = <24000000>;
140 dovdd-supply = <&ov02a10_dovdd>;
141 avdd-supply = <&ov02a10_avdd>;
142 dvdd-supply = <&ov02a10_dvdd>;
146 link-frequencies = /bits/ 64 <390000000>;
147 ovti,mipi-clock-voltage = <3>;
148 remote-endpoint = <&mipi_in_wcam>;