1 // SPDX-License-Identifier: (GPL-2.0+ or MIT)
3 * Copyright (c) 2019 Jernej Skrabec <jernej.skrabec@siol.net>
8 #include "sun50i-h6.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
14 compatible = "oranth,tanix-tx6", "allwinner,sun50i-h6";
21 stdout-path = "serial0:115200n8";
25 compatible = "hdmi-connector";
26 ddc-en-gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>; /* PH2 */
30 hdmi_con_in: endpoint {
31 remote-endpoint = <&hdmi_out_con>;
37 compatible = "regulator-fixed";
38 regulator-name = "vcc3v3";
39 regulator-min-microvolt = <3300000>;
40 regulator-max-microvolt = <3300000>;
65 hdmi_out_con: endpoint {
66 remote-endpoint = <&hdmi_con_in>;
71 pinctrl-names = "default";
72 pinctrl-0 = <&mmc0_pins>;
73 vmmc-supply = <®_vcc3v3>;
74 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
92 pinctrl-names = "default";
93 pinctrl-0 = <&uart0_ph_pins>;