2018-06-05 08:10:44 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2017-10-12 13:50:30 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Endless Computers, Inc.
|
|
|
|
* Author: Carlo Caione <carlo@endlessm.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "meson-gxl-s905x-p212.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "amlogic,p212", "amlogic,s905x", "amlogic,meson-gxl";
|
|
|
|
model = "Amlogic Meson GXL (S905X) P212 Development Board";
|
|
|
|
|
|
|
|
cvbs-connector {
|
|
|
|
compatible = "composite-video-connector";
|
|
|
|
|
|
|
|
port {
|
|
|
|
cvbs_connector_in: endpoint {
|
|
|
|
remote-endpoint = <&cvbs_vdac_out>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
hdmi-connector {
|
|
|
|
compatible = "hdmi-connector";
|
|
|
|
type = "a";
|
|
|
|
|
|
|
|
port {
|
|
|
|
hdmi_connector_in: endpoint {
|
|
|
|
remote-endpoint = <&hdmi_tx_tmds_out>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-04-11 15:40:40 +00:00
|
|
|
&cec_AO {
|
|
|
|
status = "okay";
|
|
|
|
pinctrl-0 = <&ao_cec_pins>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
hdmi-phandle = <&hdmi_tx>;
|
|
|
|
};
|
|
|
|
|
2017-10-12 13:50:30 +00:00
|
|
|
&cvbs_vdac_port {
|
|
|
|
cvbs_vdac_out: endpoint {
|
|
|
|
remote-endpoint = <&cvbs_connector_in>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&hdmi_tx {
|
|
|
|
status = "okay";
|
|
|
|
pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
|
|
|
|
pinctrl-names = "default";
|
2018-11-06 08:30:14 +00:00
|
|
|
hdmi-supply = <&hdmi_5v>;
|
2017-10-12 13:50:30 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&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";
|
|
|
|
};
|