1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 // Copyright (c) 2019 Jernej Skrabec <jernej.skrabec@siol.net>
6 #include "sun50i-h6.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
12 compatible = "oranth,tanix-tx6", "allwinner,sun50i-h6";
19 stdout-path = "serial0:115200n8";
23 compatible = "hdmi-connector";
24 ddc-en-gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>; /* PH2 */
28 hdmi_con_in: endpoint {
29 remote-endpoint = <&hdmi_out_con>;
35 compatible = "regulator-fixed";
36 regulator-name = "vcc3v3";
37 regulator-min-microvolt = <3300000>;
38 regulator-max-microvolt = <3300000>;
67 hdmi_out_con: endpoint {
68 remote-endpoint = <&hdmi_con_in>;
73 pinctrl-names = "default";
74 pinctrl-0 = <&mmc0_pins>;
75 vmmc-supply = <®_vcc3v3>;
76 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
90 linux,rc-map-name = "rc-tanix-tx5max";
95 pinctrl-names = "default";
96 pinctrl-0 = <&uart0_ph_pins>;