blob: 5896e8a5d86bc657b822c1524704ce6ab4026444 [file] [log] [blame]
Neil Armstrong5b3da7f2018-06-05 10:10:44 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Neil Armstrong48622152017-10-12 15:50:30 +02002/*
3 * Copyright (c) 2016 Endless Computers, Inc.
4 * Author: Carlo Caione <carlo@endlessm.com>
Neil Armstrong48622152017-10-12 15:50:30 +02005 */
6
7/dts-v1/;
8
9#include "meson-gxl-s905x-p212.dtsi"
10
11/ {
12 compatible = "amlogic,p212", "amlogic,s905x", "amlogic,meson-gxl";
13 model = "Amlogic Meson GXL (S905X) P212 Development Board";
14
15 cvbs-connector {
16 compatible = "composite-video-connector";
17
18 port {
19 cvbs_connector_in: endpoint {
20 remote-endpoint = <&cvbs_vdac_out>;
21 };
22 };
23 };
24
25 hdmi-connector {
26 compatible = "hdmi-connector";
27 type = "a";
28
29 port {
30 hdmi_connector_in: endpoint {
31 remote-endpoint = <&hdmi_tx_tmds_out>;
32 };
33 };
34 };
35};
36
Neil Armstrong7d750c32018-04-11 17:40:40 +020037&cec_AO {
38 status = "okay";
39 pinctrl-0 = <&ao_cec_pins>;
40 pinctrl-names = "default";
41 hdmi-phandle = <&hdmi_tx>;
42};
43
Neil Armstrong48622152017-10-12 15:50:30 +020044&cvbs_vdac_port {
45 cvbs_vdac_out: endpoint {
46 remote-endpoint = <&cvbs_connector_in>;
47 };
48};
49
50&hdmi_tx {
51 status = "okay";
52 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
53 pinctrl-names = "default";
54};
55
56&hdmi_tx_tmds_port {
57 hdmi_tx_tmds_out: endpoint {
58 remote-endpoint = <&hdmi_connector_in>;
59 };
60};
61
62/* This UART is brought out to the DB9 connector */
63&uart_AO {
64 status = "okay";
65};