Lines Matching +full:aux +full:- +full:bus
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>
13 The PS8640 is a low power MIPI-to-eDP video format converter supporting
28 powerdown-gpios:
32 reset-gpios:
36 vdd12-supply:
39 vdd33-supply:
42 aux-bus:
43 $ref: /schemas/display/dp-aux-bus.yaml#
60 - port@0
63 - compatible
64 - reg
65 - powerdown-gpios
66 - reset-gpios
67 - vdd12-supply
68 - vdd33-supply
69 - ports
74 - |
75 #include <dt-bindings/gpio/gpio.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
80 ps8640: edp-bridge@18 {
83 powerdown-gpios = <&pio 116 GPIO_ACTIVE_LOW>;
84 reset-gpios = <&pio 115 GPIO_ACTIVE_LOW>;
85 vdd12-supply = <&ps8640_fixed_1v2>;
86 vdd33-supply = <&mt6397_vgp2_reg>;
89 #address-cells = <1>;
90 #size-cells = <0>;
95 remote-endpoint = <&dsi0_out>;
102 remote-endpoint = <&panel_in>;
107 aux-bus {
109 compatible = "boe,nv133fhm-n62";
110 power-supply = <&pp3300_dx_edp>;
115 remote-endpoint = <&ps8640_out>;