Lines Matching +full:cmos +full:- +full:compatible
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sony IMX415 CMOS Image Sensor
10 - Michael Riesch <michael.riesch@wolfvision.net>
12 description: |-
13 The Sony IMX415 is a diagonal 6.4 mm (Type 1/2.8) CMOS active pixel type
14 solid-state image sensor with a square pixel array and 8.46 M effective
18 available via CSI-2 serial data output (two or four lanes).
21 - $ref: /schemas/media/video-interface-devices.yaml#
24 compatible:
34 avdd-supply:
37 dvdd-supply:
40 ovdd-supply:
43 reset-gpios:
48 $ref: /schemas/graph.yaml#/$defs/port-base
53 $ref: /schemas/media/video-interfaces.yaml#
57 data-lanes:
59 - items:
60 - const: 1
61 - const: 2
62 - items:
63 - const: 1
64 - const: 2
65 - const: 3
66 - const: 4
69 - data-lanes
70 - link-frequencies
73 - endpoint
76 - compatible
77 - reg
78 - clocks
79 - avdd-supply
80 - dvdd-supply
81 - ovdd-supply
82 - port
87 - |
88 #include <dt-bindings/gpio/gpio.h>
91 #address-cells = <1>;
92 #size-cells = <0>;
94 imx415: camera-sensor@1a {
95 compatible = "sony,imx415";
97 avdd-supply = <&vcc2v9_cam>;
99 dvdd-supply = <&vcc1v1_cam>;
100 lens-focus = <&vcm>;
102 ovdd-supply = <&vcc1v8_cam>;
103 reset-gpios = <&gpio_expander 14 GPIO_ACTIVE_LOW>;
108 data-lanes = <1 2 3 4>;
109 link-frequencies = /bits/ 64 <445500000>;
110 remote-endpoint = <&mipi_in>;