Lines Matching +full:fw +full:- +full:gpios
4 * This file is dual-licensed: you can use it either under the terms
42 #include "sunxi-reference-design-tablet.dtsi"
43 #include "sun8i-reference-design-tablet.dtsi"
48 /* Make u-boot set mac-address for wifi without an eeprom */
53 compatible = "allwinner,sunxi-q8-hardwaremgr";
54 touchscreen-i2c-bus = <&i2c0>;
55 touchscreen-supply = <®_ldo_io1>;
56 touchscreen-power-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
60 compatible = "mmc-pwrseq-simple";
62 * Q8 boards use various PL# pins as wifi-en. On other boards
64 * short-circuits we configure these as inputs with pull-ups via
65 * pinctrl, instead of listing them as active-low reset-gpios.
67 pinctrl-names = "default";
68 pinctrl-0 = <&wifi_pwrseq_pin_q8>;
69 /* The esp8089 needs 200 ms after driving wifi-en high */
70 post-power-on-delay-ms = <200>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&mmc1_pins_a>;
81 vmmc-supply = <®_dldo1>;
82 mmc-pwrseq = <&wifi_pwrseq>;
83 bus-width = <4>;
84 non-removable;
106 usb1_vbus-supply = <®_dldo1>;
110 touchscreen-size-x = <1024>;
111 touchscreen-size-y = <600>;
112 touchscreen-fw-name = "silead/gsl1680-q8-700.fw";
117 regulator-min-microvolt = <3300000>;
118 regulator-max-microvolt = <3300000>;
119 regulator-name = "vcc-touchscreen";