Lines Matching +full:gain +full:- +full:gpios
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "bcm2711-rpi.dtsi"
5 #include "bcm283x-rpi-wifi-bt.dtsi"
8 compatible = "raspberrypi,4-compute-module", "brcm,bcm2711";
12 stdout-path = "serial1:115200n8";
15 sd_io_1v8_reg: regulator-sd-io-1v8 {
16 compatible = "regulator-gpio";
17 regulator-name = "vdd-sd-io";
18 regulator-min-microvolt = <1800000>;
19 regulator-max-microvolt = <3300000>;
20 regulator-boot-on;
21 regulator-always-on;
22 regulator-settling-time-us = <5000>;
23 gpios = <&expgpio 4 GPIO_ACTIVE_HIGH>;
29 sd_vcc_reg: regulator-sd-vcc {
30 compatible = "regulator-fixed";
31 regulator-name = "vcc-sd";
32 regulator-min-microvolt = <3300000>;
33 regulator-max-microvolt = <3300000>;
34 regulator-boot-on;
35 enable-active-high;
41 shutdown-gpios = <&expgpio 0 GPIO_ACTIVE_HIGH>;
46 bus-width = <8>;
47 vqmmc-supply = <&sd_io_1v8_reg>;
48 vmmc-supply = <&sd_vcc_reg>;
49 broken-cd;
51 * this provides a throughput gain
53 mmc-hs200-1_8v;
58 gpio-line-names = "BT_ON",
67 ant1: ant1-hog {
68 gpio-hog;
69 gpios = <3 GPIO_ACTIVE_HIGH>;
71 output-high;
72 line-name = "ant1";
75 ant2: ant2-hog {
76 gpio-hog;
77 gpios = <7 GPIO_ACTIVE_HIGH>;
79 output-low;
80 line-name = "ant2";
85 phy-handle = <&phy1>;
86 phy-mode = "rgmii-rxid";
91 phy1: ethernet-phy@0 {
99 pinctrl-names = "default";
100 pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32>;
101 uart-has-rtscts;
106 pinctrl-names = "default";
107 pinctrl-0 = <&uart1_gpio14>;
112 reset-gpios = <&expgpio 1 GPIO_ACTIVE_LOW>;