Lines Matching +full:avdd +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 OV8856 is a high performance, 1/4-inch, 8 megapixel, CMOS
15 image sensor that delivers 3264x2448 at 30fps. It provides full-frame,
16 sub-sampled, and windowed 10-bit MIPI images in various formats via the
18 through I2C and two-wire SCCB. The sensor output is available via CSI-2
19 serial data output (up to 4-lane).
31 clock-names:
35 - const: xvclk
37 clock-frequency:
41 dovdd-supply:
43 Definition of the regulator used as interface power supply.
45 avdd-supply:
47 Definition of the regulator used as analog power supply.
49 dvdd-supply:
51 Definition of the regulator used as digital power supply.
53 reset-gpios:
65 Documentation/devicetree/bindings/media/video-interfaces.txt
72 data-lanes:
73 description: |-
74 The driver only supports four-lane operation.
76 - const: 1
77 - const: 2
78 - const: 3
79 - const: 4
81 link-frequencies:
82 $ref: /schemas/types.yaml#/definitions/uint64-array
89 - link-frequencies
92 - endpoint
95 - compatible
96 - reg
97 - clocks
98 - clock-names
99 - clock-frequency
100 - dovdd-supply
101 - avdd-supply
102 - dvdd-supply
103 - reset-gpios
104 - port
109 - |
110 #include <dt-bindings/gpio/gpio.h>
113 #address-cells = <1>;
114 #size-cells = <0>;
120 reset-gpios = <&pio 111 GPIO_ACTIVE_LOW>;
121 pinctrl-names = "default";
122 pinctrl-0 = <&clk_24m_cam>;
125 clock-names = "xvclk";
126 clock-frequency = <19200000>;
128 avdd-supply = <&mt6358_vcama2_reg>;
129 dvdd-supply = <&mt6358_vcamd_reg>;
130 dovdd-supply = <&mt6358_vcamio_reg>;
134 remote-endpoint = <&mipi_in_wcam>;
135 data-lanes = <1 2 3 4>;
136 link-frequencies = /bits/ 64 <360000000>;