Searched +full:slptr +full:- +full:gpios (Results 1 – 9 of 9) sorted by relevance
4 * SPDX-License-Identifier: Apache-2.019 spi-max-frequency = <6000000>;20 irq-gpios = <&ext1_header 1022 reset-gpios = <&ext1_header 8 GPIO_ACTIVE_LOW>;23 slptr-gpios = <&ext1_header 11 GPIO_ACTIVE_HIGH>;
4 * SPDX-License-Identifier: Apache-2.019 spi-max-frequency = <6000000>;20 irq-gpios = <&xplained1_header 222 reset-gpios = <&xplained1_header 0 GPIO_ACTIVE_LOW>;23 slptr-gpios = <&xplained1_header 3 GPIO_ACTIVE_HIGH>;
4 * SPDX-License-Identifier: Apache-2.019 spi-max-frequency = <6000000>;20 irq-gpios = <&ext1_header 622 reset-gpios = <&ext1_header 4 GPIO_ACTIVE_LOW>;23 slptr-gpios = <&ext1_header 7 GPIO_ACTIVE_HIGH>;
4 * SPDX-License-Identifier: Apache-2.017 cs-gpios = <&arduino_header 1623 spi-max-frequency = <6000000>;25 irq-gpios = <&arduino_header 828 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>;30 slptr-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>;
4 * SPDX-License-Identifier: Apache-2.017 cs-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>;22 spi-max-frequency = <6000000>;24 irq-gpios = <&mikrobus_header 727 reset-gpios = <&mikrobus_header 0 GPIO_ACTIVE_LOW>;29 slptr-gpios = <&mikrobus_header 6 GPIO_ACTIVE_HIGH>;
5 * SPDX-License-Identifier: Apache-2.010 #address-cells = <1>;11 #size-cells = <1>;15 gpio-controller;17 #gpio-cells = <0x2>;22 #address-cells = <1>;23 #size-cells = <0>;27 clock-frequency = <2000000>;30 cs-gpios = <&test_gpio 0 0>,38 spi-max-frequency = <0>;[all …]
1 # Copyright (c) 2019-2020 Gerson Fernando Budke <nandojve@gmail.com>2 # SPDX-License-Identifier: Apache-2.08 include: spi-device.yaml11 irq-gpios:12 type: phandle-array15 reset-gpios:16 type: phandle-array19 slptr-gpios:20 type: phandle-array23 Multi-functional pin that controls sleep, deep sleep, transmit[all …]
3 * Copyright (c) 2019-2024 Gerson Fernando Budke <nandojve@gmail.com>5 * SPDX-License-Identifier: Apache-2.08 /dts-v1/;11 #include "samr21_xpro-pinctrl.dtsi"12 #include <zephyr/dt-bindings/input/input-event-codes.h>20 zephyr,shell-uart = &sercom0;29 pwm-led0 = &pwm_led0;31 i2c-0 = &sercom1;35 compatible = "gpio-leds";37 gpios = <&porta 19 GPIO_ACTIVE_LOW>;[all …]
1 /* ieee802154_rf2xx.c - ATMEL RF2XX IEEE 802.15.4 Driver */6 * Copyright (c) 2019-2020 Gerson Fernando Budke8 * SPDX-License-Identifier: Apache-2.067 .rssi = -40,84 k_sem_give(&ctx->trx_isr_lock); in trx_isr_handler()111 * Datasheet: Figure 7-13. Timing Example of an RX_AACK Transaction in rf2xx_trx_set_tx_state()141 struct rf2xx_context *ctx = dev->data; in rf2xx_set_rssi_base()144 if (ctx->cc_page == IEEE802154_ATTR_PHY_CHANNEL_PAGE_ZERO_OQPSK_2450_BPSK_868_915) { in rf2xx_set_rssi_base()148 } else if (ctx->cc_page == IEEE802154_ATTR_PHY_CHANNEL_PAGE_TWO_OQPSK_868_915) { in rf2xx_set_rssi_base()156 ctx->trx_rssi_base = base; in rf2xx_set_rssi_base()[all …]