1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016 Andreas Färber
4 * Copyright (c) 2016 BayLibre, Inc.
5 * Author: Neil Armstrong <narmstrong@kernel.org>
10 #include "meson-gxbb.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/input/input.h>
13 #include <dt-bindings/sound/meson-aiu.h>
16 compatible = "nexbox,a95x", "amlogic,meson-gxbb";
17 model = "NEXBOX A95X";
25 stdout-path = "serial0:115200n8";
29 device_type = "memory";
30 reg = <0x0 0x0 0x0 0x40000000>;
34 compatible = "gpio-leds";
36 label = "a95x:system-status";
37 gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>;
38 linux,default-trigger = "heartbeat";
39 default-state = "off";
44 compatible = "gpio-keys-polled";
47 poll-interval = <100>;
51 linux,code = <KEY_RESTART>;
52 gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>;
56 usb_pwr: regulator-usb-pwrs {
57 compatible = "regulator-fixed";
59 regulator-name = "USB_PWR";
61 regulator-min-microvolt = <5000000>;
62 regulator-max-microvolt = <5000000>;
64 gpio = <&gpio GPIODV_24 GPIO_ACTIVE_HIGH>;
68 vddio_card: gpio-regulator {
69 compatible = "regulator-gpio";
71 regulator-name = "VDDIO_CARD";
72 regulator-min-microvolt = <1800000>;
73 regulator-max-microvolt = <3300000>;
75 gpios = <&gpio_ao GPIOAO_5 GPIO_ACTIVE_HIGH>;
78 /* Based on P200 schematics, signal CARD_1.8V/3.3V_CTR */
83 vddio_boot: regulator-vddio_boot {
84 compatible = "regulator-fixed";
85 regulator-name = "VDDIO_BOOT";
86 regulator-min-microvolt = <1800000>;
87 regulator-max-microvolt = <1800000>;
90 vddao_3v3: regulator-vddao_3v3 {
91 compatible = "regulator-fixed";
92 regulator-name = "VDDAO_3V3";
93 regulator-min-microvolt = <3300000>;
94 regulator-max-microvolt = <3300000>;
97 vcc_3v3: regulator-vcc_3v3 {
98 compatible = "regulator-fixed";
99 regulator-name = "VCC_3V3";
100 regulator-min-microvolt = <3300000>;
101 regulator-max-microvolt = <3300000>;
104 emmc_pwrseq: emmc-pwrseq {
105 compatible = "mmc-pwrseq-emmc";
106 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
110 compatible = "pwm-clock";
112 clock-frequency = <32768>;
113 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
116 sdio_pwrseq: sdio-pwrseq {
117 compatible = "mmc-pwrseq-simple";
118 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
120 clock-names = "ext_clock";
124 compatible = "composite-video-connector";
127 cvbs_connector_in: endpoint {
128 remote-endpoint = <&cvbs_vdac_out>;
134 compatible = "hdmi-connector";
138 hdmi_connector_in: endpoint {
139 remote-endpoint = <&hdmi_tx_tmds_out>;
145 compatible = "amlogic,gx-sound-card";
146 model = "GXBB-NEXBOX-A95X";
147 assigned-clocks = <&clkc CLKID_MPLL0>,
150 assigned-clock-parents = <0>, <0>, <0>;
151 assigned-clock-rates = <294912000>,
157 sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
161 sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
166 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
171 sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
174 sound-dai = <&hdmi_tx>;
185 cvbs_vdac_out: endpoint {
186 remote-endpoint = <&cvbs_connector_in>;
192 pinctrl-0 = <&ao_cec_pins>;
193 pinctrl-names = "default";
194 hdmi-phandle = <&hdmi_tx>;
199 pinctrl-0 = <ð_rmii_pins>;
200 pinctrl-names = "default";
202 phy-handle = <ð_phy0>;
206 compatible = "snps,dwmac-mdio";
207 #address-cells = <1>;
210 eth_phy0: ethernet-phy@0 {
211 /* IC Plus IP101GR (0x02430c54) */
214 reset-assert-us = <10000>;
215 reset-deassert-us = <10000>;
216 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
223 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
224 pinctrl-names = "default";
228 hdmi_tx_tmds_out: endpoint {
229 remote-endpoint = <&hdmi_connector_in>;
235 pinctrl-0 = <&remote_input_ao_pins>;
236 pinctrl-names = "default";
241 pinctrl-0 = <&pwm_e_pins>;
242 pinctrl-names = "default";
243 clocks = <&clkc CLKID_FCLK_DIV4>;
244 clock-names = "clkin0";
247 /* Wireless SDIO Module */
250 pinctrl-0 = <&sdio_pins>;
251 pinctrl-1 = <&sdio_clk_gate_pins>;
252 pinctrl-names = "default", "clk-gate";
253 #address-cells = <1>;
258 max-frequency = <100000000>;
263 /* WiFi firmware requires power to be kept while in suspend */
264 keep-power-in-suspend;
266 mmc-pwrseq = <&sdio_pwrseq>;
268 vmmc-supply = <&vddao_3v3>;
269 vqmmc-supply = <&vddio_boot>;
275 pinctrl-0 = <&sdcard_pins>;
276 pinctrl-1 = <&sdcard_clk_gate_pins>;
277 pinctrl-names = "default", "clk-gate";
281 max-frequency = <50000000>;
284 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
286 vmmc-supply = <&vddao_3v3>;
287 vqmmc-supply = <&vddio_card>;
293 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
294 pinctrl-1 = <&emmc_clk_gate_pins>;
295 pinctrl-names = "default", "clk-gate";
299 max-frequency = <200000000>;
305 mmc-pwrseq = <&emmc_pwrseq>;
306 vmmc-supply = <&vcc_3v3>;
307 vqmmc-supply = <&vddio_boot>;
312 pinctrl-0 = <&uart_ao_a_pins>;
313 pinctrl-names = "default";
318 phy-supply = <&usb_pwr>;