1 From 53d998a246f34b6fbded6c0a7d2d8a8d742142b5 Mon Sep 17 00:00:00 2001
2 From: Lee Jackson <info@arducam.com>
3 Date: Fri, 13 May 2022 17:21:42 +0800
4 Subject: [PATCH] media: dt-bindings: media: i2c: Add Arducam 64MP CMOS
7 Add YAML device tree binding for Arducam 64MP CMOS image sensor, and
8 the relevant MAINTAINERS entries.
10 Signed-off-by: Lee Jackson <info@arducam.com>
12 .../bindings/media/i2c/arducam,64mp.yaml | 115 ++++++++++++++++++
14 2 files changed, 123 insertions(+)
15 create mode 100644 Documentation/devicetree/bindings/media/i2c/arducam,64mp.yaml
18 +++ b/Documentation/devicetree/bindings/media/i2c/arducam,64mp.yaml
20 +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
23 +$id: http://devicetree.org/schemas/media/i2c/arducam,64mp.yaml#
24 +$schema: http://devicetree.org/meta-schemas/core.yaml#
26 +title: Arducam 1/1.7-Inch 64Mpixel CMOS Digital Image Sensor
29 + - Lee Jackson <info@arducam.com>
32 + The Arducam 1/1.7-Inch 64Mpixel CMOS active pixel digital image sensor
33 + with an active array size of 9248 x 6944. It is programmable through
34 + I2C interface. The I2C address is fixed to 0x1A as per sensor data sheet.
35 + Image data is sent through MIPI CSI-2, which can be configured for operation
36 + with either 2 or 4 data lanes.
43 + description: I2C device address
51 + Digital I/O voltage supply, 1.05 volts
55 + Analog voltage supply, 2.8 volts
59 + Digital core voltage supply, 1.8 volts
63 + Reference to the GPIO connected to the xclr pin, if any.
64 + Must be released (set high) after all supplies and INCK are applied.
66 + # See ../video-interfaces.txt for more details
75 + The sensor supports either two-lane, or four-lane operation.
76 + For two-lane operation the property must be set to <1 2>.
87 + clock-noncontinuous: true
91 + - $ref: /schemas/types.yaml#/definitions/uint64-array
93 + Allowed data bus frequencies.
107 +additionalProperties: false
112 + #address-cells = <1>;
115 + arducam_64mp: sensor@1a {
116 + compatible = "arducam,64mp";
118 + clocks = <&arducam_64mp_clk>;
119 + VANA-supply = <&arducam_64mp_vana>; /* 2.8v */
120 + VDIG-supply = <&arducam_64mp_vdig>; /* 1.05v */
121 + VDDL-supply = <&arducam_64mp_vddl>; /* 1.8v */
124 + arducam_64mp_0: endpoint {
125 + remote-endpoint = <&csi1_ep>;
126 + data-lanes = <1 2>;
127 + clock-noncontinuous;
128 + link-frequencies = /bits/ 64 <456000000>;
137 @@ -1559,6 +1559,14 @@ S: Maintained
138 F: drivers/net/arcnet/
139 F: include/uapi/linux/if_arcnet.h
141 +ARDUCAM 64MP SENSOR DRIVER
142 +M: Arducam Kernel Maintenance <info@arducam.com>
143 +L: linux-media@vger.kernel.org
145 +T: git git://linuxtv.org/media_tree.git
146 +F: Documentation/devicetree/bindings/media/i2c/arducam,64mp.yaml
147 +F: drivers/media/i2c/arducam_64mp.c
149 ARDUCAM PIVARIETY SENSOR DRIVER
150 M: Arducam Kernel Maintenance <info@arducam.com>
151 L: linux-media@vger.kernel.org