Lines Matching +full:cmos +full:- +full:compatible

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Omnivision OV5675 CMOS Sensor
11 - Quentin Schulz <quentin.schulz@theobroma-systems.com>
14 - $ref: /schemas/media/video-interface-devices.yaml#
17 The Omnivision OV5675 is a high performance, 1/5-inch, 5 megapixel, CMOS
18 image sensor that delivers 2592x1944 at 30fps. It provides full-frame,
19 sub-sampled, and windowed 10-bit MIPI images in various formats via the
22 This chip is programmable through I2C and two-wire SCCB. The sensor output
23 is available via CSI-2 serial data output (up to 2-lane).
26 compatible:
37 dovdd-supply:
41 avdd-supply:
45 dvdd-supply:
49 reset-gpios:
57 $ref: /schemas/graph.yaml#/$defs/port-base
62 $ref: /schemas/media/video-interfaces.yaml#
66 data-lanes:
71 link-frequencies: true
74 - compatible
75 - reg
76 - clocks
77 - dovdd-supply
78 - avdd-supply
79 - dvdd-supply
80 - port
85 - |
86 #include <dt-bindings/clock/px30-cru.h>
87 #include <dt-bindings/gpio/gpio.h>
88 #include <dt-bindings/pinctrl/rockchip.h>
91 #address-cells = <1>;
92 #size-cells = <0>;
95 compatible = "ovti,ov5675";
98 reset-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&cif_clkout_m0>;
103 assigned-clocks = <&cru SCLK_CIF_OUT>;
104 assigned-clock-rates = <19200000>;
106 avdd-supply = <&vcc_1v8>;
107 dvdd-supply = <&vcc_1v2>;
108 dovdd-supply = <&vcc_2v8>;
115 remote-endpoint = <&mipi_in_ucam>;
116 data-lanes = <1 2>;
117 link-frequencies = /bits/ 64 <450000000>;