Lines Matching +full:avdd +full:- +full:supply

1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Steve Longerbeam <slongerbeam@gmail.com>
13 - $ref: /schemas/media/video-interface-devices.yaml#
25 clock-names:
28 AVDD-supply:
29 description: Analog voltage supply, 2.8 volts
31 DVDD-supply:
32 description: Digital core voltage supply, 1.5 volts
34 DOVDD-supply:
35 description: Digital I/O voltage supply, 1.8 volts
37 powerdown-gpios:
42 reset-gpios:
49 - 0
50 - 180
54 $ref: /schemas/graph.yaml#/$defs/port-base
59 $ref: /schemas/media/video-interfaces.yaml#
63 clock-lanes:
66 data-lanes:
72 bus-width:
75 data-shift:
79 - compatible
80 - reg
81 - clocks
82 - clock-names
83 - AVDD-supply
84 - DVDD-supply
85 - DOVDD-supply
86 - port
91 - |
92 #include <dt-bindings/clock/imx6qdl-clock.h>
93 #include <dt-bindings/gpio/gpio.h>
96 #address-cells = <1>;
97 #size-cells = <0>;
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_ov5640>;
105 clock-names = "xclk";
106 DOVDD-supply = <&vgen4_reg>; /* 1.8v */
107 AVDD-supply = <&vgen3_reg>; /* 2.8v */
108 DVDD-supply = <&vgen2_reg>; /* 1.5v */
109 powerdown-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
110 reset-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
114 /* MIPI CSI-2 bus endpoint */
116 remote-endpoint = <&mipi_csi2_from_ov5640>;
117 clock-lanes = <0>;
118 data-lanes = <1 2>;
124 - |
126 #address-cells = <1>;
127 #size-cells = <0>;
131 pinctrl-names = "default";
132 pinctrl-0 = <&pinctrl_ov5640>;
135 clock-names = "xclk";
136 DOVDD-supply = <&vgen4_reg>; /* 1.8v */
137 AVDD-supply = <&vgen3_reg>; /* 2.8v */
138 DVDD-supply = <&vgen2_reg>; /* 1.5v */
143 remote-endpoint = <&parallel_from_ov5640>;
144 bus-width = <8>;
145 data-shift = <2>; /* lines 9:2 are used */
146 hsync-active = <0>;
147 vsync-active = <0>;
148 pclk-sample = <1>;