0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (c) 2016 Endless Computers, Inc.
0004 * Author: Carlo Caione <carlo@endlessm.com>
0005 */
0006
0007 /dts-v1/;
0008
0009 #include "meson-gxl-s905x-p212.dtsi"
0010
0011 / {
0012 compatible = "amlogic,p212", "amlogic,s905x", "amlogic,meson-gxl";
0013 model = "Amlogic Meson GXL (S905X) P212 Development Board";
0014
0015 cvbs-connector {
0016 compatible = "composite-video-connector";
0017
0018 port {
0019 cvbs_connector_in: endpoint {
0020 remote-endpoint = <&cvbs_vdac_out>;
0021 };
0022 };
0023 };
0024
0025 hdmi-connector {
0026 compatible = "hdmi-connector";
0027 type = "a";
0028
0029 port {
0030 hdmi_connector_in: endpoint {
0031 remote-endpoint = <&hdmi_tx_tmds_out>;
0032 };
0033 };
0034 };
0035 };
0036
0037 &cec_AO {
0038 status = "okay";
0039 pinctrl-0 = <&ao_cec_pins>;
0040 pinctrl-names = "default";
0041 hdmi-phandle = <&hdmi_tx>;
0042 };
0043
0044 &cvbs_vdac_port {
0045 cvbs_vdac_out: endpoint {
0046 remote-endpoint = <&cvbs_connector_in>;
0047 };
0048 };
0049
0050 &hdmi_tx {
0051 status = "okay";
0052 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
0053 pinctrl-names = "default";
0054 hdmi-supply = <&hdmi_5v>;
0055 };
0056
0057 &hdmi_tx_tmds_port {
0058 hdmi_tx_tmds_out: endpoint {
0059 remote-endpoint = <&hdmi_connector_in>;
0060 };
0061 };
0062
0063 /* This UART is brought out to the DB9 connector */
0064 &uart_AO {
0065 status = "okay";
0066 };