Lines Matching +full:reset +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 - Nicolas Boichat <drinkcat@chromium.org>
11 - Enric Balletbo i Serra <enric.balletbo@collabora.com>
14 The PS8640 is a low power MIPI-to-eDP video format converter supporting
29 powerdown-gpios:
33 reset-gpios:
35 description: GPIO connected to active low reset.
37 vdd12-supply:
40 vdd33-supply:
58 - port@0
61 - compatible
62 - reg
63 - powerdown-gpios
64 - reset-gpios
65 - vdd12-supply
66 - vdd33-supply
67 - ports
72 - |
73 #include <dt-bindings/gpio/gpio.h>
75 #address-cells = <1>;
76 #size-cells = <0>;
78 ps8640: edp-bridge@18 {
81 powerdown-gpios = <&pio 116 GPIO_ACTIVE_LOW>;
82 reset-gpios = <&pio 115 GPIO_ACTIVE_LOW>;
83 vdd12-supply = <&ps8640_fixed_1v2>;
84 vdd33-supply = <&mt6397_vgp2_reg>;
87 #address-cells = <1>;
88 #size-cells = <0>;
93 remote-endpoint = <&dsi0_out>;
100 remote-endpoint = <&panel_in>;