Lines Matching +full:oe +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+renesas@jmondi.org>
11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
33 The device can operate in single-link mode or dual-link mode. In
34 single-link mode, all pixels are received on port@0, and port@1 shall not
35 contain any endpoint. In dual-link mode, even-numbered pixels are
36 received on port@0 and odd-numbered pixels on port@1, and both port@0 and
40 '#address-cells':
43 '#size-cells':
63 - port@0
64 - port@2
68 oe-gpios:
70 description: Output enable GPIO signal, pin name "OE", active high.
72 powerdown-gpios:
76 vcc-supply:
83 - compatible
84 - ports
85 - vcc-supply
90 - |
91 #include <dt-bindings/gpio/gpio.h>
93 lvds-decoder {
96 vcc-supply = <®_lvds_vcc>;
97 powerdown-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
100 #address-cells = <1>;
101 #size-cells = <0>;
107 remote-endpoint = <&lvds_out>;
115 remote-endpoint = <&adv7511_in>;