1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/bridge/ps8640.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MIPI DSI to eDP Video Format Converter
13 The PS8640 is a low power MIPI-to-eDP video format converter supporting
14 mobile devices with embedded panel resolutions up to 2048 x 1536. The
15 device accepts a single channel of MIPI DSI v1.1, with up to four lanes
16 plus clock, at a transmission rate up to 1.5Gbit/sec per lane. The
17 device outputs eDP v1.4, one or two lanes, at a link rate of up to
18 3.24Gbit/sec per lane.
26 description: Base I2C address of the device.
30 description: GPIO connected to active low powerdown.
34 description: GPIO connected to active low reset.
37 description: Regulator for 1.2V digital core power.
40 description: Regulator for 3.3V digital core power.
43 $ref: /schemas/display/dp-aux-bus.yaml#
46 $ref: /schemas/graph.yaml#/properties/ports
50 $ref: /schemas/graph.yaml#/properties/port
52 Video port for DSI input
55 $ref: /schemas/graph.yaml#/properties/port
57 Video port for eDP output (panel or connector).
71 additionalProperties: false
75 #include <dt-bindings/gpio/gpio.h>
80 ps8640: edp-bridge@18 {
81 compatible = "parade,ps8640";
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>;
95 remote-endpoint = <&dsi0_out>;
101 ps8640_out: endpoint {
102 remote-endpoint = <&panel_in>;
109 compatible = "boe,nv133fhm-n62";
110 power-supply = <&pp3300_dx_edp>;
111 backlight = <&backlight>;
115 remote-endpoint = <&ps8640_out>;