Lines Matching +full:image +full:- +full:sensor
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.
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
73 slew-rate:
77 PIXCLK. Higher values imply steeper voltage-flanks on the pads.
83 - compatible
84 - reg
85 - clocks
86 - vdd-supply
87 - vddio-supply
88 - vaa-supply
89 - port
94 - |
95 #include <dt-bindings/gpio/gpio.h>
96 #include <dt-bindings/media/video-interfaces.h>
99 #address-cells = <1>;
100 #size-cells = <0>;
102 sensor@48 {
108 reset-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>;
110 vddio-supply = <®_cam_1v8>;
111 vdd-supply = <®_cam_1v8>;
112 vaa-supply = <®_2p8v>;
116 bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
117 link-frequencies = /bits/ 64 <384000000>;
118 remote-endpoint = <&mipi_csi_in>;