Lines Matching +full:vaa +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ON Semiconductor AR0521 MIPI CSI-2 sensor
10 - Krzysztof Hałasa <khalasa@piap.pl>
12 description: |-
13 The AR0521 is a raw CMOS image sensor with MIPI CSI-2 and
14 I2C-compatible control interface.
26 clock-names:
29 vaa-supply:
31 Definition of the regulator used as analog (2.7 V) voltage supply.
33 vdd-supply:
35 Definition of the regulator used as digital core (1.2 V) voltage supply.
37 vdd_io-supply:
39 Definition of the regulator used as digital I/O (1.8 V) voltage supply.
41 reset-gpios:
46 $ref: /schemas/graph.yaml#/$defs/port-base
53 $ref: /schemas/media/video-interfaces.yaml#
57 bus-type:
59 data-lanes:
61 - items:
62 - const: 1
63 - items:
64 - const: 1
65 - const: 2
66 - items:
67 - const: 1
68 - const: 2
69 - const: 3
70 - const: 4
73 - compatible
74 - reg
75 - clocks
76 - clock-names
77 - vaa-supply
78 - vdd-supply
79 - vdd_io-supply
80 - port
85 - |
86 #include <dt-bindings/gpio/gpio.h>
87 #include <dt-bindings/clock/imx6qdl-clock.h>
90 #address-cells = <1>;
91 #size-cells = <0>;
93 ar0521: camera-sensor@36 {
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_mipi_camera>;
99 clock-names = "extclk";
100 reset-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
101 vaa-supply = <®_2p7v>;
102 vdd-supply = <®_1p2v>;
103 vdd_io-supply = <®_1p8v>;
107 remote-endpoint = <&mipi_csi2_in>;
108 data-lanes = <1 2 3 4>;