Lines Matching +full:clock +full:- +full:noncontinuous
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:
43 description: |-
47 # See ../video-interfaces.txt for more details
54 data-lanes:
55 description: |-
56 The sensor supports either two-lane, or four-lane operation.
57 If this property is omitted four-lane operation is assumed.
58 For two-lane operation the property must be set to <1 2>.
60 - const: 1
61 - const: 2
63 clock-noncontinuous:
65 description: |-
66 MIPI CSI-2 clock is non-continuous if this property is present,
69 link-frequencies:
70 $ref: /schemas/types.yaml#/definitions/uint64-array
75 - link-frequencies
78 - compatible
79 - reg
80 - clocks
81 - VANA-supply
82 - VDIG-supply
83 - VDDL-supply
84 - port
89 - |
91 #address-cells = <1>;
92 #size-cells = <0>;
98 VANA-supply = <&imx219_vana>; /* 2.8v */
99 VDIG-supply = <&imx219_vdig>; /* 1.8v */
100 VDDL-supply = <&imx219_vddl>; /* 1.2v */
104 remote-endpoint = <&csi1_ep>;
105 data-lanes = <1 2>;
106 clock-noncontinuous;
107 link-frequencies = /bits/ 64 <456000000>;