Searched +full:req +full:- +full:gpios (Results 1 – 8 of 8) sorted by relevance
/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/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 25 swctrl1-gpios: 26 type: phandle-array 28 GPIO of the SOC controlling the Priority (STATUS1) pin (in 4-wire
|
/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/include/zephyr/drivers/ |
D | espi.h | 4 * SPDX-License-Identifier: Apache-2.0 44 *+----------------------------------------------------------------------+ 46 *| eSPI controller +-------------+ | 47 *| +-----------+ | Power | +----------+ | 49 *| +------------+ |processor | | controller | | sources | | 50 *| | SPI flash | +-----------+ +-------------+ +----------+ | 52 *| +------------+ | | | | 53 *| | | | +--------+ +---------------+ | 55 *| | | +-----+ +--------+ +----------+ +----v-----+ | 58 *| | | | +--------+ +----------+ +----------+ | [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer 34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing 35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core 36 * CVE-2020-10072: all threads can access all socket file descriptors 37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat 38 * CVE-2020-13599: Security problem with settings and littlefs 39 * CVE-2020-13601: Under embargo until 2020/11/18 40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv 50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_. 62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if [all …]
|