Lines Matching +full:link +full:- +full:frequencies
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Paul J. Murphy <[email protected]>
12 - Daniele Alessandrelli <[email protected]>
18 sent through MIPI CSI-2.
31 avdd-supply:
34 ovdd-supply:
37 dvdd-supply:
40 reset-gpios:
46 $ref: /schemas/graph.yaml#/$defs/port-base
50 $ref: /schemas/media/video-interfaces.yaml#
54 data-lanes: true
55 link-frequencies: true
58 - data-lanes
59 - link-frequencies
62 - endpoint
65 - compatible
66 - reg
67 - clocks
68 - port
73 - |
74 #include <dt-bindings/gpio/gpio.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
85 avdd-supply = <&camera_vdda_2v9>;
86 ovdd-supply = <&camera_vddo_1v8>;
87 dvdd-supply = <&camera_vddd_1v2>;
89 reset-gpios = <&gpio 50 GPIO_ACTIVE_LOW>;
93 remote-endpoint = <&cam>;
94 data-lanes = <1 2 3 4>;
95 link-frequencies = /bits/ 64 <594000000>;