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: onsemi 1/6-inch 720p CMOS Digital Image Sensor
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12 description: |-
13 The onsemi MT9M114 is a 1/6-inch 720p (1.26 Mp) CMOS digital image sensor
14 with an active pixel-array size of 1296H x 976V. It is programmable through
15 an I2C interface and outputs image data over a 8-bit parallel or 1-lane MIPI
16 CSI-2 connection.
19 compatible:
25 - 0x48
26 - 0x5d
32 vdd-supply:
36 vddio-supply:
40 vaa-supply:
44 reset-gpios:
45 description: |-
50 $ref: /schemas/graph.yaml#/$defs/port-base
55 $ref: /schemas/media/video-interfaces.yaml#
59 bus-type:
62 link-frequencies: true
63 remote-endpoint: true
65 # The number and mapping of lanes (for CSI-2), and the bus width and
70 - bus-type
71 - link-frequencies
74 - compatible
75 - reg
76 - clocks
77 - vdd-supply
78 - vddio-supply
79 - vaa-supply
80 - port
85 - |
86 #include <dt-bindings/gpio/gpio.h>
87 #include <dt-bindings/media/video-interfaces.h>
90 #address-cells = <1>;
91 #size-cells = <0>;
94 compatible = "onnn,mt9m114";
99 reset-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>;
101 vddio-supply = <®_cam_1v8>;
102 vdd-supply = <®_cam_1v8>;
103 vaa-supply = <®_2p8v>;
107 bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
108 link-frequencies = /bits/ 64 <384000000>;
109 remote-endpoint = <&mipi_csi_in>;