Lines Matching +full:dvdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mikhail Rudenko <mike.rudenko@gmail.com>
13 The Omnivision OV4689 is a high performance, 1/3-inch, 4 megapixel
16 interface, and sensor output is sent via 1/2/4 lane MIPI CSI-2
20 - $ref: /schemas/media/video-interface-devices.yaml#
31 External clock (XVCLK) for the sensor, 6-64 MHz
34 dovdd-supply:
36 Digital I/O voltage supply, 1.7-3.0 V
38 avdd-supply:
40 Analog voltage supply, 2.6-3.0 V
42 dvdd-supply:
44 Digital core voltage supply, 1.1-1.3 V
46 powerdown-gpios:
50 reset-gpios:
60 $ref: /schemas/graph.yaml#/$defs/port-base
63 Output port node, single endpoint describing the CSI-2 transmitter
67 $ref: /schemas/media/video-interfaces.yaml#
71 data-lanes:
73 - items:
74 - const: 1
75 - const: 2
76 - const: 3
77 - const: 4
78 - items:
79 - const: 1
80 - const: 2
81 - items:
82 - const: 1
83 link-frequencies: true
86 - data-lanes
87 - link-frequencies
90 - compatible
91 - reg
92 - clocks
93 - dovdd-supply
94 - avdd-supply
95 - dvdd-supply
96 - port
101 - |
102 #include <dt-bindings/gpio/gpio.h>
105 #address-cells = <1>;
106 #size-cells = <0>;
114 avdd-supply = <&ov4689_avdd>;
115 dovdd-supply = <&ov4689_dovdd>;
116 dvdd-supply = <&ov4689_dvdd>;
118 powerdown-gpios = <&pio 107 GPIO_ACTIVE_LOW>;
119 reset-gpios = <&pio 109 GPIO_ACTIVE_LOW>;
126 remote-endpoint = <&mipi_in_wcam>;
127 data-lanes = <1 2 3 4>;
128 link-frequencies = /bits/ 64 <504000000>;