Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27f87bd2 authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman
Browse files

ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes



Add HDMI and CVBS nodes for the Amlogic P212 reference board.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent b43186db
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -58,6 +58,17 @@
			};
		};
	};

	hdmi-connector {
		compatible = "hdmi-connector";
		type = "a";

		port {
			hdmi_connector_in: endpoint {
				remote-endpoint = <&hdmi_tx_tmds_out>;
			};
		};
	};
};

&cvbs_vdac_port {
@@ -66,6 +77,18 @@
	};
};

&hdmi_tx {
	status = "okay";
	pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
	pinctrl-names = "default";
};

&hdmi_tx_tmds_port {
	hdmi_tx_tmds_out: endpoint {
		remote-endpoint = <&hdmi_connector_in>;
	};
};

/* This UART is brought out to the DB9 connector */
&uart_AO {
	status = "okay";