1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/bridge/analogix,anx7814.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analogix ANX7814 SlimPort (Full-HD Transmitter)
10 - Enric Balletbo i Serra <enric.balletbo@collabora.com>
22 description: I2C address of the device.
26 description: Should contain the INTP interrupt.
31 description: Which GPIO to use for hpd.
35 description: Which GPIO to use for power down.
39 description: Which GPIO to use for reset.
42 description: Regulator for 1.0V digital core power.
47 A node containing input and output port nodes with endpoint
48 definitions as documented in
49 Documentation/devicetree/bindings/media/video-interfaces.txt
50 Documentation/devicetree/bindings/graph.txt
55 description: Video port for HDMI input.
64 Video port for SlimPort, DisplayPort, eDP or MyDP output.
79 additionalProperties: false
83 #include <dt-bindings/interrupt-controller/arm-gic.h>
84 #include <dt-bindings/gpio/gpio.h>
91 compatible = "analogix,anx7814";
93 interrupt-parent = <&gpio0>;
94 interrupts = <99 IRQ_TYPE_LEVEL_LOW>; /* INTP */
95 pd-gpios = <&pio 33 GPIO_ACTIVE_HIGH>;
96 reset-gpios = <&pio 98 GPIO_ACTIVE_HIGH>;
104 anx7814_in: endpoint {
105 remote-endpoint = <&hdmi0_out>;
111 anx7814_out: endpoint {
112 remote-endpoint = <&edp_out>;