Lines Matching +full:host +full:- +full:wakeup +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/realtek-bluetooth.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vasily Khoruzhick <anarsoul@gmail.com>
11 - Alistair Francis <alistair@alistair23.me>
22 - enum:
23 - realtek,rtl8723bs-bt
24 - realtek,rtl8723cs-bt
25 - realtek,rtl8723ds-bt
26 - realtek,rtl8822cs-bt
27 - items:
28 - enum:
29 - realtek,rtl8821cs-bt
30 - const: realtek,rtl8723bs-bt
32 device-wake-gpios:
34 description: GPIO specifier, used to wakeup the BT module
36 enable-gpios:
40 host-wake-gpios:
42 description: GPIO specifier, used to wakeup the host processor
44 max-speed: true
47 - compatible
52 - |
53 #include <dt-bindings/gpio/gpio.h>
56 pinctrl-names = "default";
57 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
58 uart-has-rtscts;
61 compatible = "realtek,rtl8723bs-bt";
62 device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
63 host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */