arm64: dts: allwinner: h6: Enable HDMI output on Pine H64 board

Pine H64 board has HDMI type A connector.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Jernej Skrabec 2018-11-04 19:27:05 +01:00 committed by Maxime Ripard
parent 209065c5fd
commit 7d5bca1cca
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -22,6 +22,17 @@ chosen {
stdout-path = "serial0:115200n8";
};
connector {
compatible = "hdmi-connector";
type = "a";
port {
hdmi_con_in: endpoint {
remote-endpoint = <&hdmi_out_con>;
};
};
};
leds {
compatible = "gpio-leds";
@ -60,6 +71,20 @@ ext_rgmii_phy: ethernet-phy@1 {
};
};
&de {
status = "okay";
};
&hdmi {
status = "okay";
};
&hdmi_out {
hdmi_out_con: endpoint {
remote-endpoint = <&hdmi_con_in>;
};
};
&mmc0 {
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;