Lines Matching +full:link +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
21 - description: EXTCLK Clock
23 assigned-clocks:
26 assigned-clock-rates:
29 dvdd-supply:
32 avdd-supply:
35 dovdd-supply:
38 powerdown-gpios:
42 reset-gpios:
47 description: MIPI CSI-2 transmitter port
48 $ref: /schemas/graph.yaml#/$defs/port-base
53 $ref: /schemas/media/video-interfaces.yaml#
57 link-frequencies: true
59 data-lanes:
64 - data-lanes
65 - link-frequencies
68 - compatible
69 - reg
70 - clocks
71 - assigned-clocks
72 - assigned-clock-rates
73 - dvdd-supply
74 - avdd-supply
75 - dovdd-supply
76 - port
81 - |
82 #include <dt-bindings/clock/sun8i-a83t-ccu.h>
83 #include <dt-bindings/gpio/gpio.h>
86 #address-cells = <1>;
87 #size-cells = <0>;
93 pinctrl-names = "default";
94 pinctrl-0 = <&csi_mclk_pin>;
97 assigned-clocks = <&ccu CLK_CSI_MCLK>;
98 assigned-clock-rates = <24000000>;
100 avdd-supply = <®_ov8865_avdd>;
101 dovdd-supply = <®_ov8865_dovdd>;
102 dvdd-supply = <®_ov8865_dvdd>;
104 powerdown-gpios = <&pio 4 17 GPIO_ACTIVE_LOW>; /* PE17 */
105 reset-gpios = <&pio 4 16 GPIO_ACTIVE_LOW>; /* PE16 */
109 data-lanes = <1 2 3 4>;
110 link-frequencies = /bits/ 64 <360000000>;
112 remote-endpoint = <&mipi_csi2_in_ov8865>;