Home
last modified time | relevance | path

Searched +full:hw +full:- +full:flow +full:- +full:control (Results 1 – 25 of 121) sorted by relevance

12345

/Zephyr-latest/dts/bindings/bluetooth/
Dnxp,bt-hci-uart.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nxp,bt-hci-uart"
12 sdio-reset-gpios:
13 type: phandle-array
16 w-disable-gpios:
17 type: phandle-array
20 hci-operation-speed:
24 bus/current-speed will be used as default.
26 hw-flow-control:
28 description: Set to enable RTS/CTS flow control for HCI.
[all …]
Dinfineon,cyw43xxx-bt-hci.yaml4 # 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";
21 /* HW Flow control must be enabled for HCI H4 */
22 hw-flow-control;
24 bt-hci {
26 compatible = "infineon,cyw43xxx-bt-hci";
27 bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>;
[all …]
/Zephyr-latest/dts/bindings/serial/
Drenesas,smartbond-uart.yaml3 compatible: "renesas,smartbond-uart"
5 include: [uart-controller.yaml, pinctrl-device.yaml]
14 periph-clock-config:
19 current-speed:
24 - 4800
25 - 9600
26 - 14400
27 - 19200
28 - 28800
29 - 38400
[all …]
Duart-controller.yaml8 clock-frequency:
11 current-speed:
14 hw-flow-control:
16 description: Set to enable RTS/CTS flow control at boot time
23 - "none"
24 - "odd"
25 - "even"
26 stop-bits:
31 - "0_5"
32 - "1"
[all …]
Despressif,esp32-uart.yaml3 compatible: "espressif,esp32-uart"
5 include: [uart-controller.yaml, uart-controller-pin-inversion.yaml, pinctrl-device.yaml]
11 pinctrl-0:
14 pinctrl-names:
17 hw-rs485-hd-mode:
21 Overrides hw-flow-control if both are set.
/Zephyr-latest/tests/bluetooth/shell/boards/
Dcyw920829m2evk_02.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 hw-flow-control;
5 pinctrl-0 = <&p3_3_scb2_uart_tx &p3_2_scb2_uart_rx &p3_1_scb2_uart_rts &p3_0_scb2_uart_cts>;
Dmimxrt1060_evk_mimxrt1062_qspi.overlay4 * SPDX-License-Identifier: Apache-2.0
9 zephyr,bt-hci = &bt_hci_uart;
15 current-speed = <3000000>;
16 hw-flow-control;
19 compatible = "zephyr,bt-hci-uart";
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
D96b_nitrogen.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uart";
5 current-speed = <1000000>;
6 hw-flow-control;
Dnrf51_blenano.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uart";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf51dk_nrf51822.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uart";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf51dongle_nrf51822.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uart";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf52840dk_nrf52840.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uart";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf5340dk_nrf5340_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uarte";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf5340dk_nrf5340_cpunet.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uarte";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf52_blenano2.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uart";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf52dk_nrf52832.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uart";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf5340pdk_nrf5340_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
4 compatible = "nordic,nrf-uarte";
5 current-speed = <1000000>;
7 hw-flow-control;
Dnrf52833dk_nrf52833.overlay4 * SPDX-License-Identifier: Apache-2.0
8 compatible = "nordic,nrf-uarte";
9 current-speed = <1000000>;
11 hw-flow-control;
Dnrf54l15dk_nrf54l15_cpuapp.overlay4 * SPDX-License-Identifier: Apache-2.0
8 compatible = "nordic,nrf-uarte";
9 current-speed = <1000000>;
11 hw-flow-control;
/Zephyr-latest/tests/bluetooth/tester/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
5 zephyr,uart-pipe = &uart136;
10 compatible = "nordic,nrf-uarte";
11 current-speed = <115200>;
13 hw-flow-control;
Dnrf54l15dk_nrf54l15_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
5 zephyr,uart-pipe = &uart20;
10 compatible = "nordic,nrf-uarte";
11 current-speed = <115200>;
13 hw-flow-control;
Dnrf52840dk_nrf52840.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
5 zephyr,uart-pipe = &uart0;
10 compatible = "nordic,nrf-uarte";
11 current-speed = <115200>;
13 hw-flow-control;
Dnrf5340_audio_dk_nrf5340_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
5 zephyr,uart-pipe = &uart0;
10 compatible = "nordic,nrf-uarte";
11 current-speed = <115200>;
13 hw-flow-control;
Dnrf5340dk_nrf5340_cpuapp.overlay1 /* SPDX-License-Identifier: Apache-2.0 */
5 zephyr,uart-pipe = &uart0;
10 compatible = "nordic,nrf-uarte";
11 current-speed = <115200>;
13 hw-flow-control;
/Zephyr-latest/samples/net/cellular_modem/boards/
Dnrf9160dk_nrf52840.overlay10 current-speed = <115200>;
11 hw-flow-control;
14 compatible = "nordic,nrf91-slm";
16 mdm-power-gpios = <&interface_to_nrf9160 4 GPIO_ACTIVE_LOW>;

12345