Lines Matching +full:solid +full:- +full:state

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sony IMX290 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 IMX290 is a 1/2.8-Inch CMOS Solid-state image sensor with Square
16 through I2C and 4-wire interfaces.
19 LVDS DDR output and CSI-2 serial data output. The CSI-2 bus is the default.
27 - $ref: /schemas/media/video-interface-devices.yaml#
32 - enum:
33 - sony,imx290lqr # Colour
34 - sony,imx290llr # Monochrome
35 - sony,imx327lqr # Colour
36 - const: sony,imx290
45 clock-names:
48 - const: xclk
50 clock-frequency:
53 vdda-supply:
56 vddd-supply:
59 vdddo-supply:
62 reset-gpios:
67 $ref: /schemas/graph.yaml#/$defs/port-base
73 $ref: /schemas/media/video-interfaces.yaml#
77 data-lanes:
79 - items:
80 - const: 1
81 - const: 2
82 - items:
83 - const: 1
84 - const: 2
85 - const: 3
86 - const: 4
88 link-frequencies: true
91 - data-lanes
92 - link-frequencies
97 - compatible
98 - reg
99 - clocks
100 - clock-names
101 - clock-frequency
102 - vdda-supply
103 - vddd-supply
104 - vdddo-supply
105 - port
110 - |
111 #include <dt-bindings/gpio/gpio.h>
114 #address-cells = <1>;
115 #size-cells = <0>;
117 imx290: camera-sensor@1a {
121 pinctrl-names = "default";
122 pinctrl-0 = <&camera_rear_default>;
125 clock-names = "xclk";
126 clock-frequency = <37125000>;
128 vdddo-supply = <&camera_vdddo_1v8>;
129 vdda-supply = <&camera_vdda_2v8>;
130 vddd-supply = <&camera_vddd_1v5>;
132 reset-gpios = <&msmgpio 35 GPIO_ACTIVE_LOW>;
136 data-lanes = <1 2 3 4>;
137 link-frequencies = /bits/ 64 <445500000>;
138 remote-endpoint = <&csiphy0_ep>;