1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2017 Carlo Caione
4 * Copyright (c) 2016 BayLibre, Inc.
5 * Author: Neil Armstrong <narmstrong@kernel.org>
10 #include "meson-gxl-s905x.dtsi"
13 compatible = "hwacom,amazetv", "amlogic,s905x", "amlogic,meson-gxl";
14 model = "Hwacom AmazeTV (S905X)";
22 stdout-path = "serial0:115200n8";
26 device_type = "memory";
27 reg = <0x0 0x0 0x0 0x80000000>;
30 vddio_card: gpio-regulator {
31 compatible = "regulator-gpio";
33 regulator-name = "VDDIO_CARD";
34 regulator-min-microvolt = <1800000>;
35 regulator-max-microvolt = <3300000>;
37 gpios = <&gpio_ao GPIOAO_5 GPIO_ACTIVE_HIGH>;
40 /* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
45 vddio_boot: regulator-vddio_boot {
46 compatible = "regulator-fixed";
47 regulator-name = "VDDIO_BOOT";
48 regulator-min-microvolt = <1800000>;
49 regulator-max-microvolt = <1800000>;
52 vddao_3v3: regulator-vddao_3v3 {
53 compatible = "regulator-fixed";
54 regulator-name = "VDDAO_3V3";
55 regulator-min-microvolt = <3300000>;
56 regulator-max-microvolt = <3300000>;
59 vcc_3v3: regulator-vcc_3v3 {
60 compatible = "regulator-fixed";
61 regulator-name = "VCC_3V3";
62 regulator-min-microvolt = <3300000>;
63 regulator-max-microvolt = <3300000>;
66 emmc_pwrseq: emmc-pwrseq {
67 compatible = "mmc-pwrseq-emmc";
68 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
72 compatible = "pwm-clock";
74 clock-frequency = <32768>;
75 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
78 sdio_pwrseq: sdio-pwrseq {
79 compatible = "mmc-pwrseq-simple";
80 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
82 clock-names = "ext_clock";
86 compatible = "composite-video-connector";
89 cvbs_connector_in: endpoint {
90 remote-endpoint = <&cvbs_vdac_out>;
97 cvbs_vdac_out: endpoint {
98 remote-endpoint = <&cvbs_connector_in>;
105 phy-handle = <&internal_phy>;
110 pinctrl-0 = <&remote_input_ao_pins>;
111 pinctrl-names = "default";
116 pinctrl-0 = <&pwm_e_pins>;
117 pinctrl-names = "default";
118 clocks = <&clkc CLKID_FCLK_DIV4>;
119 clock-names = "clkin0";
125 pinctrl-0 = <&sdcard_pins>;
126 pinctrl-1 = <&sdcard_clk_gate_pins>;
127 pinctrl-names = "default", "clk-gate";
131 max-frequency = <100000000>;
134 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
136 vmmc-supply = <&vddao_3v3>;
137 vqmmc-supply = <&vddio_card>;
143 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
144 pinctrl-1 = <&emmc_clk_gate_pins>;
145 pinctrl-names = "default", "clk-gate";
149 max-frequency = <100000000>;
155 mmc-pwrseq = <&emmc_pwrseq>;
156 vmmc-supply = <&vcc_3v3>;
157 vqmmc-supply = <&vddio_boot>;
162 pinctrl-0 = <&uart_ao_a_pins>;
163 pinctrl-names = "default";