Lines Matching +full:cmos +full:- +full:compatible
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/3.06-Inch 13.13MP CMOS Digital Image Sensor
10 - Ricardo Ribalda <ribalda@kernel.org>
13 The Sony IMX214 is a 1/3.06-inch CMOS active pixel digital image sensor with
15 interface. Image data is sent through MIPI CSI-2, through 2 or 4 lanes at a
19 - $ref: /schemas/media/video-interface-devices.yaml#
22 compatible:
27 - 0x10
28 - 0x1a
34 clock-frequency:
37 enable-gpios:
41 vdddo-supply:
44 vdda-supply:
47 vddd-supply:
50 flash-leds: true
51 lens-focus: true
54 $ref: /schemas/graph.yaml#/$defs/port-base
60 $ref: /schemas/media/video-interfaces.yaml#
64 data-lanes:
66 - items:
67 - const: 1
68 - const: 2
69 - items:
70 - const: 1
71 - const: 2
72 - const: 3
73 - const: 4
75 link-frequencies: true
78 - data-lanes
79 - link-frequencies
84 - compatible
85 - reg
86 - clocks
87 - clock-frequency
88 - enable-gpios
89 - vdddo-supply
90 - vdda-supply
91 - vddd-supply
92 - port
97 - |
98 #include <dt-bindings/gpio/gpio.h>
101 #address-cells = <1>;
102 #size-cells = <0>;
104 camera-sensor@1a {
105 compatible = "sony,imx214";
107 vdddo-supply = <&pm8994_lvs1>;
108 vddd-supply = <&camera_vddd_1v12>;
109 vdda-supply = <&pm8994_l17>;
110 lens-focus = <&ad5820>;
111 enable-gpios = <&msmgpio 25 GPIO_ACTIVE_HIGH>;
113 clock-frequency = <24000000>;
117 data-lanes = <1 2 3 4>;
118 link-frequencies = /bits/ 64 <480000000>;
119 remote-endpoint = <&csiphy0_ep>;