Lines Matching +full:orientation +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacopo Mondi <jacopo.mondi@ideasonboard.com>
13 - $ref: /schemas/media/video-interface-devices.yaml#
25 avdd-supply:
28 dvdd-supply:
31 dovdd-supply:
34 powerdown-gpios:
37 reset-gpios:
41 $ref: /schemas/graph.yaml#/$defs/port-base
46 $ref: /schemas/media/video-interfaces.yaml#
50 bus-type:
52 - 1 # MIPI CSI-2 C-PHY
53 - 4 # MIPI CSI-2 D-PHY
54 data-lanes: true
55 link-frequencies: true
56 clock-noncontinuous: true
57 remote-endpoint: true
60 - bus-type
61 - data-lanes
62 - link-frequencies
65 - compatible
66 - reg
67 - clocks
68 - port
73 - |
74 #include <dt-bindings/gpio/gpio.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
84 dovdd-supply = <&vgen4_reg>;
85 avdd-supply = <&vgen3_reg>;
86 dvdd-supply = <&vgen2_reg>;
87 powerdown-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
88 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
90 orientation = <2>;
94 remote-endpoint = <&mipi_csi2_in>;
95 bus-type = <4>;
96 data-lanes = <1 2 3 4>;
97 link-frequencies = /bits/ 64 <456000000>;