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 - Rui Miguel Silva <rmfrfs@gmail.com>
12 description: |-
14 megapixel) CMOS image sensor that provides a single-chip UXGA (1600 x 1200)
15 camera. It provides full-frame, sub-sampled, or windowed 10-bit images in
30 clock-names:
33 reset-gpios:
40 DOVDD-supply:
42 Definition of the regulator used as interface power supply.
44 AVDD-supply:
46 Definition of the regulator used as analog power supply.
48 DVDD-supply:
50 Definition of the regulator used as digital power supply.
55 $ref: /schemas/graph.yaml#/$defs/port-base
60 $ref: /schemas/media/video-interfaces.yaml#
64 link-frequencies: true
66 remote-endpoint: true
69 - link-frequencies
72 - compatible
73 - reg
74 - clocks
75 - clock-names
76 - DOVDD-supply
77 - AVDD-supply
78 - DVDD-supply
79 - reset-gpios
80 - port
85 - |
86 #include <dt-bindings/gpio/gpio.h>
89 #address-cells = <1>;
90 #size-cells = <0>;
92 ov2680: camera-sensor@36 {
96 clock-names = "xvclk";
97 reset-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
99 DOVDD-supply = <&sw2_reg>;
100 DVDD-supply = <&sw2_reg>;
101 AVDD-supply = <®_peri_3p15v>;
105 remote-endpoint = <&mipi_from_sensor>;
106 link-frequencies = /bits/ 64 <330000000>;