Lines Matching +full:afvdd +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#
10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
13 S5K6A3(YX) is a raw image sensor with MIPI CSI-2 and CCP2 image data
26 clock-names:
28 - const: extclk
30 clock-frequency:
38 afvdd-supply:
39 description: AF (actuator) voltage supply
41 svdda-supply:
42 description: Core voltage supply
44 svddio-supply:
45 description: I/O voltage supply
48 $ref: /schemas/graph.yaml#/$defs/port-base
53 $ref: /schemas/media/video-interfaces.yaml#
57 data-lanes:
59 - const: 1
62 - compatible
63 - clocks
64 - clock-names
65 - gpios
66 - afvdd-supply
67 - svdda-supply
68 - svddio-supply
73 - |
74 #include <dt-bindings/gpio/gpio.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
83 clock-frequency = <24000000>;
85 clock-names = "extclk";
87 afvdd-supply = <&ldo19_reg>;
88 svdda-supply = <&cam_io_reg>;
89 svddio-supply = <&ldo19_reg>;
93 remote-endpoint = <&csis1_ep>;
94 data-lanes = <1>;