Lines Matching +full:bt +full:- +full:enable +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vasily Khoruzhick <anarsoul@gmail.com>
11 - Alistair Francis <alistair@alistair23.me>
14 RTL8723BS/RTL8723CS/RTL8821CS/RTL8822CS is a WiFi + BT chip. WiFi part
15 is connected over SDIO, while BT is connected over serial. It speaks
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:
38 description: GPIO specifier, used to enable the BT module
40 host-wake-gpios:
44 max-speed: true
47 - compatible
50 - $ref: /schemas/serial/serial-peripheral-props.yaml#
55 - |
56 #include <dt-bindings/gpio/gpio.h>
59 pinctrl-names = "default";
60 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
61 uart-has-rtscts;
64 compatible = "realtek,rtl8723bs-bt";
65 device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
66 host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */