Lines Matching +full:gpio +full:- +full:gate +full:- +full:clock
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include "meson-gxbb.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/leds/common.h>
19 stdout-path = "serial0:115200n8";
28 compatible = "gpio-leds";
30 led-power {
31 /* red in suspend or power-off */
35 default-state = "on";
36 panic-indicator;
40 usb_pwr: regulator-usb-pwrs {
41 compatible = "regulator-fixed";
43 regulator-name = "USB_PWR";
45 regulator-min-microvolt = <5000000>;
46 regulator-max-microvolt = <5000000>;
48 gpio = <&gpio GPIODV_24 GPIO_ACTIVE_HIGH>;
49 enable-active-high;
52 vddio_boot: regulator-vddio-boot {
53 compatible = "regulator-fixed";
54 regulator-name = "VDDIO_BOOT";
55 regulator-min-microvolt = <1800000>;
56 regulator-max-microvolt = <1800000>;
59 vddao_3v3: regulator-vddao-3v3 {
60 compatible = "regulator-fixed";
61 regulator-name = "VDDAO_3V3";
62 regulator-min-microvolt = <3300000>;
63 regulator-max-microvolt = <3300000>;
66 vddio_ao18: regulator-vddio-ao18 {
67 compatible = "regulator-fixed";
68 regulator-name = "VDDIO_AO18";
69 regulator-min-microvolt = <1800000>;
70 regulator-max-microvolt = <1800000>;
71 regulator-always-on;
74 vcc_3v3: regulator-vcc-3v3 {
75 compatible = "regulator-fixed";
76 regulator-name = "VCC_3V3";
77 regulator-min-microvolt = <3300000>;
78 regulator-max-microvolt = <3300000>;
81 emmc_pwrseq: emmc-pwrseq {
82 compatible = "mmc-pwrseq-emmc";
83 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
87 compatible = "pwm-clock";
88 #clock-cells = <0>;
89 clock-frequency = <32768>;
93 sdio_pwrseq: sdio-pwrseq {
94 compatible = "mmc-pwrseq-simple";
95 reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
97 clock-names = "ext_clock";
100 cvbs-connector {
101 compatible = "composite-video-connector";
105 remote-endpoint = <&cvbs_vdac_out>;
110 hdmi-connector {
111 compatible = "hdmi-connector";
116 remote-endpoint = <&hdmi_tx_tmds_out>;
124 pinctrl-0 = <&ao_cec_pins>;
125 pinctrl-names = "default";
126 hdmi-phandle = <&hdmi_tx>;
131 remote-endpoint = <&cvbs_connector_in>;
137 pinctrl-0 = <ð_rgmii_pins>;
138 pinctrl-names = "default";
140 phy-handle = <ð_phy0>;
141 phy-mode = "rgmii";
143 amlogic,tx-delay-ns = <2>;
146 compatible = "snps,dwmac-mdio";
147 #address-cells = <1>;
148 #size-cells = <0>;
150 eth_phy0: ethernet-phy@0 {
154 reset-assert-us = <10000>;
155 reset-deassert-us = <80000>;
156 reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
158 interrupt-parent = <&gpio_intc>;
167 pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
168 pinctrl-names = "default";
169 hdmi-supply = <&vddio_ao18>;
174 remote-endpoint = <&hdmi_connector_in>;
180 pinctrl-0 = <&remote_input_ao_pins>;
181 pinctrl-names = "default";
186 pinctrl-0 = <&pwm_e_pins>;
187 pinctrl-names = "default";
189 clock-names = "clkin0";
194 vref-supply = <&vddio_ao18>;
200 pinctrl-0 = <&sdio_pins>;
201 pinctrl-1 = <&sdio_clk_gate_pins>;
202 pinctrl-names = "default", "clk-gate";
203 #address-cells = <1>;
204 #size-cells = <0>;
206 bus-width = <4>;
207 cap-sd-highspeed;
208 max-frequency = <50000000>;
210 non-removable;
211 disable-wp;
214 keep-power-in-suspend;
216 mmc-pwrseq = <&sdio_pwrseq>;
218 vmmc-supply = <&vddao_3v3>;
219 vqmmc-supply = <&vddio_boot>;
223 compatible = "brcm,bcm4329-fmac";
230 pinctrl-0 = <&sdcard_pins>;
231 pinctrl-1 = <&sdcard_clk_gate_pins>;
232 pinctrl-names = "default", "clk-gate";
234 bus-width = <4>;
235 cap-sd-highspeed;
236 max-frequency = <50000000>;
237 disable-wp;
239 cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_LOW>;
241 vmmc-supply = <&vddao_3v3>;
242 vqmmc-supply = <&vcc_3v3>;
248 pinctrl-0 = <&emmc_pins>, <&emmc_ds_pins>;
249 pinctrl-1 = <&emmc_clk_gate_pins>;
250 pinctrl-names = "default", "clk-gate";
252 bus-width = <8>;
253 cap-mmc-highspeed;
254 max-frequency = <200000000>;
255 non-removable;
256 disable-wp;
257 mmc-ddr-1_8v;
258 mmc-hs200-1_8v;
260 mmc-pwrseq = <&emmc_pwrseq>;
261 vmmc-supply = <&vcc_3v3>;
262 vqmmc-supply = <&vddio_boot>;
268 pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
269 pinctrl-names = "default";
270 uart-has-rtscts;
273 compatible = "brcm,bcm43438-bt";
274 shutdown-gpios = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>;
281 pinctrl-0 = <&uart_ao_a_pins>;
282 pinctrl-names = "default";
287 phy-supply = <&usb_pwr>;