Lines Matching +full:meson +full:- +full:gxbb +full:- +full:dwmac
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include "meson-gxbb.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/input/input.h>
15 compatible = "nexbox,a95x", "amlogic,meson-gxbb";
24 stdout-path = "serial0:115200n8";
33 compatible = "gpio-leds";
34 led-blue {
35 label = "a95x:system-status";
37 linux,default-trigger = "heartbeat";
38 default-state = "off";
42 gpio-keys-polled {
43 compatible = "gpio-keys-polled";
44 #address-cells = <1>;
45 #size-cells = <0>;
46 poll-interval = <100>;
55 usb_pwr: regulator-usb-pwrs {
56 compatible = "regulator-fixed";
58 regulator-name = "USB_PWR";
60 regulator-min-microvolt = <5000000>;
61 regulator-max-microvolt = <5000000>;
64 enable-active-high;
67 vddio_card: gpio-regulator {
68 compatible = "regulator-gpio";
70 regulator-name = "VDDIO_CARD";
71 regulator-min-microvolt = <1800000>;
72 regulator-max-microvolt = <3300000>;
75 gpios-states = <1>;
82 vddio_boot: regulator-vddio_boot {
83 compatible = "regulator-fixed";
84 regulator-name = "VDDIO_BOOT";
85 regulator-min-microvolt = <1800000>;
86 regulator-max-microvolt = <1800000>;
89 vddao_3v3: regulator-vddao_3v3 {
90 compatible = "regulator-fixed";
91 regulator-name = "VDDAO_3V3";
92 regulator-min-microvolt = <3300000>;
93 regulator-max-microvolt = <3300000>;
96 vcc_3v3: regulator-vcc_3v3 {
97 compatible = "regulator-fixed";
98 regulator-name = "VCC_3V3";
99 regulator-min-microvolt = <3300000>;
100 regulator-max-microvolt = <3300000>;
103 emmc_pwrseq: emmc-pwrseq {
104 compatible = "mmc-pwrseq-emmc";
105 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
109 compatible = "pwm-clock";
110 #clock-cells = <0>;
111 clock-frequency = <32768>;
115 sdio_pwrseq: sdio-pwrseq {
116 compatible = "mmc-pwrseq-simple";
117 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
119 clock-names = "ext_clock";
122 cvbs-connector {
123 compatible = "composite-video-connector";
127 remote-endpoint = <&cvbs_vdac_out>;
132 hdmi-connector {
133 compatible = "hdmi-connector";
138 remote-endpoint = <&hdmi_tx_tmds_out>;
146 remote-endpoint = <&cvbs_connector_in>;
152 pinctrl-0 = <&ao_cec_pins>;
153 pinctrl-names = "default";
154 hdmi-phandle = <&hdmi_tx>;
159 pinctrl-0 = <ð_rmii_pins>;
160 pinctrl-names = "default";
162 phy-handle = <ð_phy0>;
163 phy-mode = "rmii";
166 compatible = "snps,dwmac-mdio";
167 #address-cells = <1>;
168 #size-cells = <0>;
170 eth_phy0: ethernet-phy@0 {
174 reset-assert-us = <10000>;
175 reset-deassert-us = <10000>;
176 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
183 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
184 pinctrl-names = "default";
189 remote-endpoint = <&hdmi_connector_in>;
195 pinctrl-0 = <&remote_input_ao_pins>;
196 pinctrl-names = "default";
201 pinctrl-0 = <&pwm_e_pins>;
202 pinctrl-names = "default";
204 clock-names = "clkin0";
210 pinctrl-0 = <&sdio_pins>;
211 pinctrl-1 = <&sdio_clk_gate_pins>;
212 pinctrl-names = "default", "clk-gate";
213 #address-cells = <1>;
214 #size-cells = <0>;
216 bus-width = <4>;
217 cap-sd-highspeed;
218 max-frequency = <100000000>;
220 non-removable;
221 disable-wp;
224 keep-power-in-suspend;
226 mmc-pwrseq = <&sdio_pwrseq>;
228 vmmc-supply = <&vddao_3v3>;
229 vqmmc-supply = <&vddio_boot>;
235 pinctrl-0 = <&sdcard_pins>;
236 pinctrl-1 = <&sdcard_clk_gate_pins>;
237 pinctrl-names = "default", "clk-gate";
239 bus-width = <4>;
240 cap-sd-highspeed;
241 max-frequency = <50000000>;
242 disable-wp;
244 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
246 vmmc-supply = <&vddao_3v3>;
247 vqmmc-supply = <&vddio_card>;
253 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
254 pinctrl-1 = <&emmc_clk_gate_pins>;
255 pinctrl-names = "default", "clk-gate";
257 bus-width = <8>;
258 cap-mmc-highspeed;
259 max-frequency = <200000000>;
260 non-removable;
261 disable-wp;
262 mmc-ddr-1_8v;
263 mmc-hs200-1_8v;
265 mmc-pwrseq = <&emmc_pwrseq>;
266 vmmc-supply = <&vcc_3v3>;
267 vqmmc-supply = <&vddio_boot>;
272 pinctrl-0 = <&uart_ao_a_pins>;
273 pinctrl-names = "default";
278 phy-supply = <&usb_pwr>;