Lines Matching +full:ref +full:- +full:clock +full:- +full:frequency
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:
35 External clock for the sensor.
37 - const: eclk
39 clock-frequency:
41 Frequency of the eclk clock in Hz.
43 dovdd-supply:
47 avdd-supply:
51 dvdd-supply:
55 powerdown-gpios:
63 reset-gpios:
72 $ref: /schemas/graph.yaml#/$defs/port-base
75 Output port node, single endpoint describing the CSI-2 transmitter.
79 $ref: /schemas/media/video-interfaces.yaml#
83 link-frequencies: true
84 ovti,mipi-clock-voltage:
85 $ref: /schemas/types.yaml#/definitions/uint32
87 Definition of MIPI clock voltage unit. This entry corresponds to
88 the link speed defined by the 'link-frequencies' property.
89 If present, the value shall be in the range of 0-4.
93 - link-frequencies
96 - endpoint
99 - compatible
100 - reg
101 - clocks
102 - clock-names
103 - clock-frequency
104 - dovdd-supply
105 - avdd-supply
106 - dvdd-supply
107 - powerdown-gpios
108 - reset-gpios
109 - port
114 - |
115 #include <dt-bindings/gpio/gpio.h>
118 #address-cells = <1>;
119 #size-cells = <0>;
121 ov02a10: camera-sensor@3d {
125 powerdown-gpios = <&pio 107 GPIO_ACTIVE_HIGH>;
126 reset-gpios = <&pio 109 GPIO_ACTIVE_LOW>;
129 clock-names = "eclk";
130 clock-frequency = <24000000>;
134 dovdd-supply = <&ov02a10_dovdd>;
135 avdd-supply = <&ov02a10_avdd>;
136 dvdd-supply = <&ov02a10_dvdd>;
140 link-frequencies = /bits/ 64 <390000000>;
141 ovti,mipi-clock-voltage = <3>;
142 remote-endpoint = <&mipi_in_wcam>;