Lines Matching +full:dovdd +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 - Sakari Ailus <sakari.ailus@linux.intel.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:
60 $ref: /schemas/graph.yaml#/$defs/port-base
65 $ref: /schemas/media/video-interfaces.yaml#
69 data-lanes:
71 - items:
72 - const: 1
73 - items:
74 - const: 1
75 - const: 2
76 - items:
77 - const: 1
78 - const: 2
79 - const: 3
80 - const: 4
83 - link-frequencies
86 - compatible
87 - reg
88 - clocks
89 - clock-names
90 - clock-frequency
91 - dovdd-supply
92 - avdd-supply
93 - dvdd-supply
94 - reset-gpios
95 - port
100 - |
101 #include <dt-bindings/gpio/gpio.h>
104 #address-cells = <1>;
105 #size-cells = <0>;
111 reset-gpios = <&pio 111 GPIO_ACTIVE_LOW>;
112 pinctrl-names = "default";
113 pinctrl-0 = <&clk_24m_cam>;
116 clock-names = "xvclk";
117 clock-frequency = <19200000>;
119 avdd-supply = <&mt6358_vcama2_reg>;
120 dvdd-supply = <&mt6358_vcamd_reg>;
121 dovdd-supply = <&mt6358_vcamio_reg>;
125 remote-endpoint = <&mipi_in_wcam>;
126 data-lanes = <1 2 3 4>;
127 link-frequencies = /bits/ 64 <360000000>;