Searched +full:busy +full:- +full:gpios (Results 1 – 25 of 49) sorted by relevance
12
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | noritake,itron.yaml | 4 # SPDX-License-Identifier: Apache-2.0 11 include: [auxdisplay-device.yaml, uart-device.yaml] 14 reset-gpios: 15 type: phandle-array 18 busy-gpios: 19 type: phandle-array 20 description: Optional GPIO used for busy detection
|
/Zephyr-latest/dts/bindings/lora/ |
D | semtech,sx126x-base.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 include: spi-device.yaml 8 reset-gpios: 9 type: phandle-array 13 This signal is open-drain, active-low as interpreted by the 16 busy-gpios: 17 type: phandle-array 19 GPIO connected to the modem's BUSY signal. 21 antenna-enable-gpios: 22 type: phandle-array [all …]
|
D | semtech,sx1261.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: semtech,sx126x-base.yaml 11 reset-gpios: 13 busy-gpios: 15 dio1-gpios:
|
D | semtech,sx1262.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: semtech,sx126x-base.yaml 11 reset-gpios: 13 busy-gpios: 15 dio1-gpios:
|
/Zephyr-latest/tests/ztest/busy_sim/boards/ |
D | nrf52840dk_nrf52840_pin.overlay | 4 * SPDX-License-Identifier: Apache-2.0 13 busy-sim { 14 compatible = "vnd,busy-sim"; 17 active-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/shields/semtech_sx1262mb2das/ |
D | semtech_sx1262mb2das.overlay | 3 * SPDX-License-Identifier: Apache-2.0 15 cs-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; 20 spi-max-frequency = <16000000>; 22 reset-gpios = <&arduino_header 0 GPIO_ACTIVE_LOW>; 23 busy-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; 24 antenna-enable-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; 25 dio1-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; 26 dio2-tx-enable; 27 tcxo-power-startup-delay-ms = <5>;
|
/Zephyr-latest/tests/drivers/build_all/lora/ |
D | sx1262.overlay | 3 * SPDX-License-Identifier: Apache-2.0 8 #address-cells = <1>; 9 #size-cells = <1>; 13 gpio-controller; 15 #gpio-cells = <0x2>; 20 #address-cells = <1>; 21 #size-cells = <0>; 26 cs-gpios = <&test_gpio 0 0>, 34 spi-max-frequency = <16000000>; 35 reset-gpios = <&test_gpio 0 0>; [all …]
|
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/boards/ |
D | native_sim.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/lora/sx126x.h> 13 zephyr,code-partition = &slot0_partition; 21 #address-cells = <1>; 22 #size-cells = <1>; 25 #address-cells = <1>; 26 #size-cells = <0>; 30 clock-frequency = <2000000>; 32 cs-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; 38 reset-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/tests/subsys/lorawan/clock_sync/boards/ |
D | native_sim.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/lora/sx126x.h> 13 zephyr,code-partition = &slot0_partition; 21 #address-cells = <1>; 22 #size-cells = <1>; 25 #address-cells = <1>; 26 #size-cells = <0>; 30 clock-frequency = <2000000>; 32 cs-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>; 38 reset-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdeh0154a07.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 33 border-waveform = <0x05>; [all …]
|
D | waveshare_epaper_gdey0213b74.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 33 border-waveform = <0x05>; [all …]
|
D | waveshare_epaper_gdew042t2.overlay | 14 compatible = "zephyr,mipi-dbi-spi"; 15 spi-dev = <&arduino_spi>; 16 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 17 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 18 write-only; 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
|
D | waveshare_epaper_gdew075t7.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 write-only; 20 #address-cells = <1>; 21 #size-cells = <0>; 25 mipi-max-frequency = <4000000>; 29 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
|
D | waveshare_epaper_gdeh029a1.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 34 border-waveform = <0x33>; [all …]
|
D | waveshare_epaper_gdeh0213b1.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 34 border-waveform = <0x71>; [all …]
|
D | waveshare_epaper_gdeh0213b72.overlay | 4 * SPDX-License-Identifier: Apache-2.0 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 #address-cells = <1>; 20 #size-cells = <0>; 24 mipi-max-frequency = <4000000>; 28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */ 34 border-waveform = <0x03>; [all …]
|
D | waveshare_epaper_gdew042t2-p.overlay | 4 * SPDX-License-Identifier: Apache-2.0 14 mipi_dbi_waveshare_epaper_gdew042t2-p { 15 compatible = "zephyr,mipi-dbi-spi"; 16 spi-dev = <&arduino_spi>; 17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */ 18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */ 19 write-only; 20 #address-cells = <1>; 21 #size-cells = <0>; 29 mipi-max-frequency = <4000000>; [all …]
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd16xx-common.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 10 type: uint8-array 13 busy-gpios: 14 type: phandle-array 16 description: BUSY pin. 18 The BUSY pin of SSD16XX is active high. 34 - 0 35 - 90 36 - 180 [all …]
|
D | ultrachip,uc81xx-common.yaml | 4 # SPDX-License-Identifier: Apache-2.0 8 include: [mipi-dbi-spi-device.yaml, display-controller.yaml] 11 busy-gpios: 12 type: phandle-array 14 description: BUSY pin. 16 The BUSY pin of UC81xx is active low. 21 type: uint8-array 24 child-binding: 41 - 'full' - Normal / full refresh. 42 - 'partial' - Partial refresh, defaults to the values in the [all …]
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,busy-sim.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 compatible: "vnd,busy-sim" 16 active-gpios: 17 type: phandle-array
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board.dts | 2 * Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "reel_board-pinctrl.dtsi" 19 zephyr,shell-uart = &uart0; 20 zephyr,uart-mcumgr = &uart0; 21 zephyr,bt-mon-uart = &uart0; 22 zephyr,bt-c2h-uart = &uart0; 25 zephyr,code-partition = &slot0_partition; 30 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/rakwireless/rak4631/ |
D | rak4631_nrf52840.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/lora/sx126x.h> 11 #include "rak4631_nrf52840-pinctrl.dtsi" 19 zephyr,shell-uart = &uart1; 20 zephyr,uart-mcumgr = &uart1; 21 zephyr,bt-mon-uart = &uart1; 22 zephyr,bt-c2h-uart = &uart1; 26 compatible = "gpio-leds"; 28 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/boards/rakwireless/rak11720/ |
D | rak11720.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <zephyr/dt-bindings/lora/sx126x.h> 10 #include "rak11720_apollo3-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 22 zephyr,shell-uart = &uart0; 23 zephyr,uart-mcumgr = &uart0; 24 zephyr,uart-pipe = &uart0; 25 zephyr,flash-controller = &flash; 27 zephyr,code-partition = &slot0_partition; [all …]
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/ |
D | heltec_wireless_stick_lite_v3_procpu.dts | 6 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "heltec_wireless_stick_lite_v3-pinctrl.dtsi" 12 #include <zephyr/dt-bindings/pwm/pwm.h> 13 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 #include <zephyr/dt-bindings/lora/sx126x.h> 22 pwm-0 = &ledc0; 23 pwm-led0 = &pwm_led_white; 24 uart-0 = &uart0; 25 uart-1 = &uart1; [all …]
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 13 #include <zephyr/dt-bindings/led/led.h> 14 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 18 #address-cells = <1>; 19 #size-cells = <1>; 23 gpio-controller; 25 #gpio-cells = <0x2>; 30 compatible = "zephyr,mipi-dbi-spi"; 32 dc-gpios = <&test_gpio 0 0>; [all …]
|
12