Lines Matching +full:button +full:- +full:left +full:- +full:gpios

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include "sun8i-a33-vstar-core1.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
13 model = "Rervision A33-Vstar";
14 compatible = "rervision,a33-vstar",
15 "rervision,a33-core1",
16 "allwinner,sun8i-a33";
24 stdout-path = "serial0:115200n8";
27 reg_usb1_vbus: regulator-usb1-vbus {
28 compatible = "regulator-fixed";
29 regulator-name = "usb1-vbus";
30 regulator-min-microvolt = <5000000>;
31 regulator-max-microvolt = <5000000>;
32 regulator-boot-on;
33 enable-active-high;
38 compatible = "mmc-pwrseq-simple";
39 reset-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
41 clock-names = "ext_clock";
58 #address-cells = <1>;
59 #size-cells = <0>;
66 #address-cells = <1>;
67 #size-cells = <0>;
81 vref-supply = <&reg_aldo3>;
84 button-191 {
91 button-391 {
92 label = "V-";
98 button-600 {
107 vmmc-supply = <&reg_dcdc1>;
108 bus-width = <4>;
109 cd-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; /* PB4 */
114 pinctrl-names = "default";
115 pinctrl-0 = <&mmc1_pg_pins>;
116 vmmc-supply = <&reg_dldo1>;
117 mmc-pwrseq = <&wifi_pwrseq>;
118 bus-width = <4>;
119 non-removable;
124 compatible = "brcm,bcm4329-fmac";
125 interrupt-parent = <&r_pio>;
127 interrupt-names = "host-wake";
138 regulator-always-on;
139 regulator-min-microvolt = <3300000>;
140 regulator-max-microvolt = <3300000>;
141 regulator-name = "vcc-wifi0";
145 regulator-always-on;
146 regulator-min-microvolt = <3300000>;
147 regulator-max-microvolt = <3300000>;
148 regulator-name = "vcc-wifi1";
152 regulator-name = "usb0-vbus";
157 /* TODO: on-board microphone */
159 simple-audio-card,widgets = "Headphone", "Headphone Jack";
160 simple-audio-card,routing =
161 "Left DAC", "DACL",
168 pinctrl-names = "default";
169 pinctrl-0 = <&uart0_pb_pins>;
174 pinctrl-names = "default";
175 pinctrl-0 = <&uart1_pg_pins>, <&uart1_cts_rts_pg_pins>;
176 uart-has-rtscts;
180 compatible = "brcm,bcm43438-bt";
182 clock-names = "lpo";
183 vbat-supply = <&reg_dldo1>;
184 device-wakeup-gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
185 host-wakeup-gpios = <&r_pio 0 9 GPIO_ACTIVE_HIGH>; /* PL9 */
186 shutdown-gpios = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
200 usb0_id_det-gpios = <&pio 7 8 GPIO_ACTIVE_HIGH>; /* PH8 */
201 usb0_vbus_power-supply = <&usb_power_supply>;
202 usb0_vbus-supply = <&reg_drivevbus>;
203 usb1_vbus-supply = <&reg_usb1_vbus>;