Lines Matching +full:link +full:- +full:frequencies
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (c) 2023-2024 Linaro Ltd.
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
15 image sensor controlled over an I2C-compatible SCCB bus.
16 The sensor transmits images on a MIPI CSI-2 output interface with one or
20 - $ref: /schemas/media/video-interface-devices.yaml#
32 reset-gpios:
36 strobe-gpios:
40 avdd-supply:
43 dovdd-supply:
46 dvdd-supply:
50 $ref: /schemas/graph.yaml#/$defs/port-base
53 Output port node, single endpoint describing the CSI-2 transmitter.
57 $ref: /schemas/media/video-interfaces.yaml#
61 data-lanes:
67 link-frequencies: true
70 - data-lanes
71 - link-frequencies
74 - compatible
75 - reg
76 - clocks
77 - port
82 - |
83 #include <dt-bindings/gpio/gpio.h>
86 #address-cells = <1>;
87 #size-cells = <0>;
93 reset-gpios = <&gpio 117 GPIO_ACTIVE_LOW>;
94 avdd-supply = <&vreg_3v3>;
95 dovdd-supply = <&vreg_1p8>;
96 dvdd-supply = <&vreg_1p2>;
100 remote-endpoint = <&csiphy_ep>;
101 data-lanes = <1 2>;
102 link-frequencies = /bits/ 64 <500000000>;