Blame view

arch/arm/dts/meson-gxl-s905x-p212.dts 1.17 KB
5b3da7fa1   Neil Armstrong   ARM64: meson: Syn...
1
  // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
486221564   Neil Armstrong   ARM: dts: Synchro...
2
3
4
  /*
   * Copyright (c) 2016 Endless Computers, Inc.
   * Author: Carlo Caione <carlo@endlessm.com>
486221564   Neil Armstrong   ARM: dts: Synchro...
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
   */
  
  /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>;
  			};
  		};
  	};
  };
7d750c352   Neil Armstrong   ARM64: meson: Syn...
36
37
38
39
40
41
  &cec_AO {
  	status = "okay";
  	pinctrl-0 = <&ao_cec_pins>;
  	pinctrl-names = "default";
  	hdmi-phandle = <&hdmi_tx>;
  };
486221564   Neil Armstrong   ARM: dts: Synchro...
42
43
44
45
46
47
48
49
50
51
  &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";
bce59f918   Neil Armstrong   arm64: dts: meson...
52
  	hdmi-supply = <&hdmi_5v>;
486221564   Neil Armstrong   ARM: dts: Synchro...
53
54
55
56
57
58
59
60
61
62
63
64
  };
  
  &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";
  };