Lines Matching +full:four +full:- +full:lane
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sony 1/4.0-Inch 8Mpixel CMOS Digital Image Sensor
10 - Dave Stevenson <dave.stevenson@raspberrypi.com>
12 description: |-
13 The Sony imx219 is a 1/4.0-inch CMOS active pixel digital image sensor
16 Image data is sent through MIPI CSI-2, which is configured as either 2 or
30 VDIG-supply:
34 VANA-supply:
38 VDDL-supply:
42 reset-gpios:
44 description: |-
49 $ref: /schemas/graph.yaml#/$defs/port-base
54 $ref: /schemas/media/video-interfaces.yaml#
58 data-lanes:
59 description: |-
60 The sensor supports either two-lane, or four-lane operation.
61 If this property is omitted four-lane operation is assumed.
62 For two-lane operation the property must be set to <1 2>.
64 - const: 1
65 - const: 2
67 clock-noncontinuous: true
68 link-frequencies: true
71 - link-frequencies
74 - compatible
75 - reg
76 - clocks
77 - VANA-supply
78 - VDIG-supply
79 - VDDL-supply
80 - port
85 - |
87 #address-cells = <1>;
88 #size-cells = <0>;
94 VANA-supply = <&imx219_vana>; /* 2.8v */
95 VDIG-supply = <&imx219_vdig>; /* 1.8v */
96 VDDL-supply = <&imx219_vddl>; /* 1.2v */
100 remote-endpoint = <&csi1_ep>;
101 data-lanes = <1 2>;
102 clock-noncontinuous;
103 link-frequencies = /bits/ 64 <456000000>;