Searched +full:grant +full:- +full:gpios (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70-coex.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 req-gpios: 10 type: phandle-array 14 status0-gpios: 15 type: phandle-array 20 grant-gpios: 21 type: phandle-array 23 GPIO of the SOC connected to the PTA's GRANT pin. 25 swctrl1-gpios: 26 type: phandle-array [all …]
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | gpio-radio-coex.yaml | 1 # Copyright (c) 2022-2023 Dronetag s.r.o. 2 # SPDX-License-Identifier: Apache-2.0 8 any collisions between transmissions from different modules. The grant 11 required. When grant pin becomes inactive then you have time to 14 grant-delay-us property. 16 compatible: "gpio-radio-coex" 21 grant-gpios: 22 type: phandle-array 27 grant-delay-us:
|
/Zephyr-latest/samples/bluetooth/beacon/boards/ |
D | nrf52840dk_nrf52840.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 compatible = "gpio-radio-coex"; 9 grant-gpios = <&gpio1 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; 10 grant-delay-us = <150>;
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | espressif,esp32-eth.yaml | 1 # Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com> 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "espressif,esp32-eth" 9 - name: ethernet-controller.yaml 12 phy-handle: 15 ref-clk-output-gpios: 16 type: phandle-array
|
/Zephyr-latest/subsys/bluetooth/controller/coex/ |
D | readme.rst | 2 Bluetooth co-existence drivers 5 Co-existence Ticker 8 …cker.c` is designed to utilize co-existence with another transmitter. Chips such as nordic nRF9160… 10 Nordic connect SDK provides detailed description of the 1-wire and 3-wire co-existence interface fo… 12 Similarly, as in the nordic implementation of the 1-wire interface, the coexistence ticker utilizes… 14 .. code-block:: DTS 17 compatible = "gpio-radio-coex"; 18 grant-gpios = <&gpio0 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; 19 grant-delay-us = <150>; 22 …grant pin transitions into non-active (such as 1 for the nRF9160). state the implementation starts…
|
/Zephyr-latest/boards/shields/nrf7002eb/ |
D | nrf7002eb_coex.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "nordic,nrf7002-coex"; 12 status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>; 13 req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>; 14 grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_coex.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "nordic,nrf7002-coex"; 13 status0-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; 15 req-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; 17 grant-gpios = <&arduino_header 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; 19 swctrl1-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_cpunet.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "thingy53_nrf5340_cpunet-pinctrl.dtsi" 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "nordic,thingy53-nrf5340-cpunet"; 18 zephyr,shell-uart = &uart0; 19 zephyr,uart-mcumgr = &uart0; 20 zephyr,bt-mon-uart = &uart0; 21 zephyr,bt-c2h-uart = &uart0; 22 zephyr,bt-hci-ipc = &ipc0; [all …]
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf7002dk_nrf5340_cpunet.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "nordic,nrf7002-dk-nrf5340-cpunet"; 18 zephyr,shell-uart = &uart0; 19 zephyr,uart-mcumgr = &uart0; 20 zephyr,bt-mon-uart = &uart0; 21 zephyr,bt-c2h-uart = &uart0; 22 zephyr,bt-hci-ipc = &ipc0; 23 nordic,802154-spinel-ipc = &ipc0; [all …]
|
D | nrf5340_cpuapp_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 zephyr,shell-uart = &uart0; 13 zephyr,uart-mcumgr = &uart0; 14 zephyr,bt-mon-uart = &uart0; 15 zephyr,bt-c2h-uart = &uart0; 16 zephyr,bt-hci = &bt_hci_ipc0; 17 nordic,802154-spinel-ipc = &ipc0; 22 compatible = "gpio-leds"; 24 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`). 15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`. 31 * CVE-2022-2993: Under embargo until 2022-11-03 33 * CVE-2022-2741: Under embargo until 2022-10-14 56 This definition can be used by third-party code to compile code conditional 58 Therefore, any third-party code integrated using the Zephyr build system will 91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig 156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and 157 :dtcompatible:`fixed-partitions`. [all …]
|