Lines Matching +full:i2c +full:- +full:controlled
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov8858.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacopo Mondi <jacopo.mondi@ideasonboard.com>
11 - Nicholas Roth <nicholas@rothemail.net>
15 controlled through an I2C-compatible SCCB bus. The sensor transmits images
16 on a MIPI CSI-2 output interface with up to 4 data lanes.
29 clock-names:
32 dvdd-supply:
35 avdd-supply:
38 dovdd-supply:
41 powerdown-gpios:
44 reset-gpios:
49 description: MIPI CSI-2 transmitter port
50 $ref: /schemas/graph.yaml#/$defs/port-base
55 $ref: /schemas/media/video-interfaces.yaml#
59 data-lanes:
64 - data-lanes
67 - compatible
68 - reg
69 - clocks
70 - port
75 - |
76 #include <dt-bindings/pinctrl/rockchip.h>
77 #include <dt-bindings/clock/rk3399-cru.h>
78 #include <dt-bindings/gpio/gpio.h>
80 i2c {
81 #address-cells = <1>;
82 #size-cells = <0>;
89 clock-names = "xvclk";
90 assigned-clocks = <&cru SCLK_CIF_OUT>;
91 assigned-clock-rates = <24000000>;
93 dovdd-supply = <&vcc1v8_dvp>;
95 reset-gpios = <&gpio1 RK_PA4 GPIO_ACTIVE_LOW>;
96 powerdown-gpios = <&gpio2 RK_PB4 GPIO_ACTIVE_LOW>;
100 remote-endpoint = <&mipi_in_ucam>;
101 data-lanes = <1 2 3 4>;