Lines Matching +full:dvdd +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michael Riesch <michael.riesch@wolfvision.net>
12 description: |-
14 solid-state image sensor with a square pixel array and 8.46 M effective
16 1.8 V triple power supply, and has low power consumption.
18 available via CSI-2 serial data output (two or four lanes).
21 - $ref: ../video-interface-devices.yaml#
34 avdd-supply:
35 description: Analog power supply (2.9 V)
37 dvdd-supply:
38 description: Digital power supply (1.1 V)
40 ovdd-supply:
41 description: Interface power supply (1.8 V)
43 reset-gpios:
47 flash-leds: true
49 lens-focus: true
56 $ref: /schemas/graph.yaml#/$defs/port-base
61 $ref: /schemas/media/video-interfaces.yaml#
65 data-lanes:
67 - items:
68 - const: 1
69 - const: 2
70 - items:
71 - const: 1
72 - const: 2
73 - const: 3
74 - const: 4
77 - data-lanes
78 - link-frequencies
81 - endpoint
84 - compatible
85 - reg
86 - clocks
87 - avdd-supply
88 - dvdd-supply
89 - ovdd-supply
90 - port
95 - |
96 #include <dt-bindings/gpio/gpio.h>
99 #address-cells = <1>;
100 #size-cells = <0>;
102 imx415: camera-sensor@1a {
105 avdd-supply = <&vcc2v9_cam>;
107 dvdd-supply = <&vcc1v1_cam>;
108 lens-focus = <&vcm>;
110 ovdd-supply = <&vcc1v8_cam>;
111 reset-gpios = <&gpio_expander 14 GPIO_ACTIVE_LOW>;
116 data-lanes = <1 2 3 4>;
117 link-frequencies = /bits/ 64 <445500000>;
118 remote-endpoint = <&mipi_in>;