Lines Matching +full:wake +full:- +full:up
4 # SPDX-License-Identifier: Apache-2.0
14 current-speed = <115200>;
16 /* HCI-UART pins*/
17 pinctrl-0 = <&p3_1_scb2_uart_tx &p3_0_scb2_uart_rx
19 pinctrl-names = "default";
22 hw-flow-control;
24 bt-hci {
26 compatible = "infineon,cyw43xxx-bt-hci";
27 bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>;
29 fw-download-speed = <3000000>;
36 NOTE2: Use fw-download-speed and hci-operation-speed properties to configure UART
37 speeds for firmware download (fw-download-speed) and HCI operation
38 (hci-operation-speed).
39 If hci-operation-speed or fw-download-speed are not defined in bt-hci node,
40 cyw43xx driver will use bus/current-speed as default speed.
45 compatible: "infineon,cyw43xxx-bt-hci"
50 bt-reg-on-gpios:
52 Power-up/down gpio to control the internal regulators used
54 type: phandle-array
56 bt-dev-wake-gpios:
58 Bluetooth device wake-up gpio. Signal from the host to the
60 type: phandle-array
62 bt-host-wake-gpios:
64 Host wake-up gpio. Signal from the CYW43xx to the host
66 type: phandle-array
68 hci-operation-speed:
72 bus/current-speed will be used as default.
74 fw-download-speed:
78 bus/current-speed will be used as default.