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:
56 $ref: /schemas/graph.yaml#/$defs/port-base
59 Output port node, single endpoint describing the CSI-2 transmitter
63 $ref: /schemas/media/video-interfaces.yaml#
67 data-lanes:
69 - items:
70 - const: 1
71 - const: 2
72 - const: 3
73 - const: 4
74 - items:
75 - const: 1
76 - const: 2
77 - items:
78 - const: 1
79 link-frequencies: true
82 - data-lanes
83 - link-frequencies
86 - compatible
87 - reg
88 - clocks
89 - dovdd-supply
90 - avdd-supply
91 - dvdd-supply
92 - port
97 - |
98 #include <dt-bindings/gpio/gpio.h>
101 #address-cells = <1>;
102 #size-cells = <0>;
110 avdd-supply = <&ov4689_avdd>;
111 dovdd-supply = <&ov4689_dovdd>;
112 dvdd-supply = <&ov4689_dvdd>;
114 powerdown-gpios = <&pio 107 GPIO_ACTIVE_LOW>;
115 reset-gpios = <&pio 109 GPIO_ACTIVE_LOW>;
122 remote-endpoint = <&mipi_in_wcam>;
123 data-lanes = <1 2 3 4>;
124 link-frequencies = /bits/ 64 <504000000>;