Lines Matching +full:st +full:- +full:vgxy61
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/media/i2c/st,st-vgxy61.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: STMicroelectronics VGxy61 HDR Global Shutter Sensor Family
11 - Benjamin Mugnier <benjamin.mugnier@foss.st.com>
12 - Sylvain Petinot <sylvain.petinot@foss.st.com>
14 description: |-
15 STMicroelectronics VGxy61 family has a CSI-2 output port. CSI-2 output is a
19 - VG5661 and VG6661 are 1.6 Mpx (1464 x 1104) monochrome and color sensors.
21 - VG5761 and VG6761 are 2.3 Mpx (1944 x 1204) monochrome and color sensors.
26 const: st,st-vgxy61
34 VCORE-supply:
38 VDDIO-supply:
42 VANA-supply:
46 reset-gpios:
49 This is an active low signal to the vgxy61.
51 st,strobe-gpios-polarity:
58 $ref: /schemas/graph.yaml#/$defs/port-base
63 $ref: /schemas/media/video-interfaces.yaml#
67 data-lanes:
71 - const: 1
72 - const: 2
73 - const: 3
74 - const: 4
76 remote-endpoint: true
79 - data-lanes
82 - compatible
83 - clocks
84 - VCORE-supply
85 - VDDIO-supply
86 - VANA-supply
87 - port
92 - |
93 #include <dt-bindings/gpio/gpio.h>
95 #address-cells = <1>;
96 #size-cells = <0>;
97 vgxy61: csi2tx@10 {
98 compatible = "st,st-vgxy61";
101 VCORE-supply = <&v1v2>;
102 VDDIO-supply = <&v1v8>;
103 VANA-supply = <&v2v8>;
104 reset-gpios = <&mfxgpio 18 GPIO_ACTIVE_LOW>;
107 data-lanes = <1 2 3 4>;
108 remote-endpoint = <&mipi_csi2_out>;