1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com>.
4 * Based on meson-gx-p23x-q20x.dtsi:
5 * - Copyright (c) 2016 Endless Computers, Inc.
6 * Author: Carlo Caione <carlo@endlessm.com>
7 * - Copyright (c) 2016 BayLibre, SAS.
8 * Author: Neil Armstrong <narmstrong@baylibre.com>
11 /* Common DTSI for devices which are based on the P212 reference board. */
13 #include "meson-gxl-s905x.dtsi"
23 stdout-path = "serial0:115200n8";
27 device_type = "memory";
28 reg = <0x0 0x0 0x0 0x80000000>;
31 hdmi_5v: regulator-hdmi-5v {
32 compatible = "regulator-fixed";
34 regulator-name = "HDMI_5V";
35 regulator-min-microvolt = <5000000>;
36 regulator-max-microvolt = <5000000>;
38 gpio = <&gpio GPIOH_3 GPIO_ACTIVE_HIGH>;
43 vddio_boot: regulator-vddio_boot {
44 compatible = "regulator-fixed";
45 regulator-name = "VDDIO_BOOT";
46 regulator-min-microvolt = <1800000>;
47 regulator-max-microvolt = <1800000>;
50 vddao_3v3: regulator-vddao_3v3 {
51 compatible = "regulator-fixed";
52 regulator-name = "VDDAO_3V3";
53 regulator-min-microvolt = <3300000>;
54 regulator-max-microvolt = <3300000>;
57 vddio_ao18: regulator-vddio_ao18 {
58 compatible = "regulator-fixed";
59 regulator-name = "VDDIO_AO18";
60 regulator-min-microvolt = <1800000>;
61 regulator-max-microvolt = <1800000>;
64 vcc_3v3: regulator-vcc_3v3 {
65 compatible = "regulator-fixed";
66 regulator-name = "VCC_3V3";
67 regulator-min-microvolt = <3300000>;
68 regulator-max-microvolt = <3300000>;
71 emmc_pwrseq: emmc-pwrseq {
72 compatible = "mmc-pwrseq-emmc";
73 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
77 compatible = "pwm-clock";
79 clock-frequency = <32768>;
80 pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */
83 sdio_pwrseq: sdio-pwrseq {
84 compatible = "mmc-pwrseq-simple";
85 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
87 clock-names = "ext_clock";
97 pinctrl-0 = <&remote_input_ao_pins>;
98 pinctrl-names = "default";
103 vref-supply = <&vddio_ao18>;
106 /* Wireless SDIO Module */
109 pinctrl-0 = <&sdio_pins>;
110 pinctrl-1 = <&sdio_clk_gate_pins>;
111 pinctrl-names = "default", "clk-gate";
112 #address-cells = <1>;
117 max-frequency = <50000000>;
122 /* WiFi firmware requires power to be kept while in suspend */
123 keep-power-in-suspend;
125 mmc-pwrseq = <&sdio_pwrseq>;
127 vmmc-supply = <&vddao_3v3>;
128 vqmmc-supply = <&vddio_boot>;
134 pinctrl-0 = <&sdcard_pins>;
135 pinctrl-1 = <&sdcard_clk_gate_pins>;
136 pinctrl-names = "default", "clk-gate";
140 max-frequency = <50000000>;
143 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
145 vmmc-supply = <&vddao_3v3>;
146 vqmmc-supply = <&vddio_boot>;
152 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
153 pinctrl-1 = <&emmc_clk_gate_pins>;
154 pinctrl-names = "default", "clk-gate";
158 max-frequency = <200000000>;
164 mmc-pwrseq = <&emmc_pwrseq>;
165 vmmc-supply = <&vcc_3v3>;
166 vqmmc-supply = <&vddio_boot>;
171 pinctrl-0 = <&pwm_e_pins>;
172 pinctrl-names = "default";
173 clocks = <&clkc CLKID_FCLK_DIV4>;
174 clock-names = "clkin0";
177 /* This is connected to the Bluetooth module: */
180 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
181 pinctrl-names = "default";
187 pinctrl-0 = <&uart_ao_a_pins>;
188 pinctrl-names = "default";
197 * HDMI_5V is also used as supply for the USB VBUS.
199 phy-supply = <&hdmi_5v>;