Lines Matching +full:4 +full:- +full:inch
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sony IMX296 1/2.8-Inch CMOS Image Sensor
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
11 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13 description: |-
14 The Sony IMX296 is a 1/2.9-Inch active pixel type CMOS Solid-state image
16 features a global shutter with variable charge-integration time. It is
17 programmable through I2C and 4-wire interfaces. The sensor output is
18 available via CSI-2 serial data output (1 Lane).
23 - sony,imx296
24 - sony,imx296ll
25 - sony,imx296lq
29 model through registers, allowing for auto-detection with a common
41 clock-names:
44 - const: inck
46 avdd-supply:
49 dvdd-supply:
52 ovdd-supply:
55 reset-gpios:
63 - compatible
64 - reg
65 - clocks
66 - clock-names
67 - avdd-supply
68 - dvdd-supply
69 - ovdd-supply
70 - port
75 - |
76 #include <dt-bindings/gpio/gpio.h>
79 #address-cells = <1>;
80 #size-cells = <0>;
82 imx296: camera-sensor@1a {
86 pinctrl-names = "default";
87 pinctrl-0 = <&camera_rear_default>;
90 clock-names = "inck";
92 avdd-supply = <&camera_vdda_3v3>;
93 dvdd-supply = <&camera_vddd_1v2>;
94 ovdd-supply = <&camera_vddo_1v8>;
96 reset-gpios = <&msmgpio 35 GPIO_ACTIVE_LOW>;
100 remote-endpoint = <&csiphy0_ep>;