Lines Matching +full:meson +full:- +full:gxbb +full:- +full:reset
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include "meson-gxbb.dtsi"
9 compatible = "tronsmart,vega-s95", "amlogic,meson-gxbb";
17 stdout-path = "serial0:115200n8";
21 compatible = "gpio-leds";
23 led-blue {
24 label = "vega-s95:blue:on";
26 default-state = "on";
27 panic-indicator;
31 usb_pwr: regulator-usb-pwrs {
32 compatible = "regulator-fixed";
34 regulator-name = "USB_PWR";
36 regulator-min-microvolt = <5000000>;
37 regulator-max-microvolt = <5000000>;
40 enable-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";
78 #clock-cells = <0>;
79 clock-frequency = <32768>;
83 hdmi-connector {
84 compatible = "hdmi-connector";
89 remote-endpoint = <&hdmi_tx_tmds_out>;
94 sdio_pwrseq: sdio-pwrseq {
95 compatible = "mmc-pwrseq-simple";
96 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
98 clock-names = "ext_clock";
104 pinctrl-0 = <&ao_cec_pins>;
105 pinctrl-names = "default";
106 hdmi-phandle = <&hdmi_tx>;
111 pinctrl-0 = <ð_rgmii_pins>;
112 pinctrl-names = "default";
114 phy-handle = <ð_phy0>;
115 phy-mode = "rgmii";
117 amlogic,tx-delay-ns = <2>;
120 compatible = "snps,dwmac-mdio";
121 #address-cells = <1>;
122 #size-cells = <0>;
124 eth_phy0: ethernet-phy@0 {
128 reset-assert-us = <10000>;
129 reset-deassert-us = <30000>;
130 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
132 interrupt-parent = <&gpio_intc>;
141 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
142 pinctrl-names = "default";
147 remote-endpoint = <&hdmi_connector_in>;
153 pinctrl-0 = <&remote_input_ao_pins>;
154 pinctrl-names = "default";
155 linux,rc-map-name = "rc-vega-s9x";
160 pinctrl-0 = <&pwm_e_pins>;
161 pinctrl-names = "default";
163 clock-names = "clkin0";
168 vref-supply = <&vddio_ao18>;
174 pinctrl-0 = <&sdio_pins>;
175 pinctrl-1 = <&sdio_clk_gate_pins>;
176 pinctrl-names = "default", "clk-gate";
177 #address-cells = <1>;
178 #size-cells = <0>;
180 bus-width = <4>;
181 cap-sd-highspeed;
182 max-frequency = <50000000>;
184 non-removable;
185 disable-wp;
188 keep-power-in-suspend;
190 mmc-pwrseq = <&sdio_pwrseq>;
192 vmmc-supply = <&vddao_3v3>;
193 vqmmc-supply = <&vddio_boot>;
197 compatible = "brcm,bcm4329-fmac";
204 pinctrl-0 = <&sdcard_pins>;
205 pinctrl-1 = <&sdcard_clk_gate_pins>;
206 pinctrl-names = "default", "clk-gate";
208 bus-width = <4>;
209 cap-sd-highspeed;
210 max-frequency = <50000000>;
211 disable-wp;
213 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
215 vmmc-supply = <&vddao_3v3>;
216 vqmmc-supply = <&vcc_3v3>;
222 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
223 pinctrl-1 = <&emmc_clk_gate_pins>;
224 pinctrl-names = "default", "clk-gate";
226 bus-width = <8>;
227 cap-mmc-highspeed;
228 max-frequency = <200000000>;
229 non-removable;
230 disable-wp;
231 mmc-ddr-1_8v;
232 mmc-hs200-1_8v;
234 mmc-pwrseq = <&emmc_pwrseq>;
235 vmmc-supply = <&vcc_3v3>;
236 vqmmc-supply = <&vddio_boot>;
242 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
243 pinctrl-names = "default";
246 compatible = "brcm,bcm43438-bt";
247 shutdown-gpios = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>;
248 max-speed = <2000000>;
250 clock-names = "lpo";
257 pinctrl-0 = <&uart_ao_a_pins>;
258 pinctrl-names = "default";
263 phy-supply = <&usb_pwr>;