Home
last modified time | relevance | path

Searched +full:slptr +full:- +full:gpios (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/boards/shields/atmel_rf2xx/
Datmel_rf2xx_legacy.overlay4 * SPDX-License-Identifier: Apache-2.0
19 spi-max-frequency = <6000000>;
20 irq-gpios = <&ext1_header 10
22 reset-gpios = <&ext1_header 8 GPIO_ACTIVE_LOW>;
23 slptr-gpios = <&ext1_header 11 GPIO_ACTIVE_HIGH>;
Datmel_rf2xx_xplained.overlay4 * SPDX-License-Identifier: Apache-2.0
19 spi-max-frequency = <6000000>;
20 irq-gpios = <&xplained1_header 2
22 reset-gpios = <&xplained1_header 0 GPIO_ACTIVE_LOW>;
23 slptr-gpios = <&xplained1_header 3 GPIO_ACTIVE_HIGH>;
Datmel_rf2xx_xpro.overlay4 * SPDX-License-Identifier: Apache-2.0
19 spi-max-frequency = <6000000>;
20 irq-gpios = <&ext1_header 6
22 reset-gpios = <&ext1_header 4 GPIO_ACTIVE_LOW>;
23 slptr-gpios = <&ext1_header 7 GPIO_ACTIVE_HIGH>;
Datmel_rf2xx_arduino.overlay4 * SPDX-License-Identifier: Apache-2.0
17 cs-gpios = <&arduino_header 16
23 spi-max-frequency = <6000000>;
25 irq-gpios = <&arduino_header 8
28 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>;
30 slptr-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>;
Datmel_rf2xx_mikrobus.overlay4 * SPDX-License-Identifier: Apache-2.0
17 cs-gpios = <&mikrobus_header 2 GPIO_ACTIVE_LOW>;
22 spi-max-frequency = <6000000>;
24 irq-gpios = <&mikrobus_header 7
27 reset-gpios = <&mikrobus_header 0 GPIO_ACTIVE_LOW>;
29 slptr-gpios = <&mikrobus_header 6 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/tests/drivers/build_all/ieee802154/boards/
Dnative_sim.overlay5 * SPDX-License-Identifier: Apache-2.0
10 #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 …]
/Zephyr-latest/dts/bindings/ieee802154/
Datmel,rf2xx.yaml1 # Copyright (c) 2019-2020 Gerson Fernando Budke <nandojve@gmail.com>
2 # SPDX-License-Identifier: Apache-2.0
8 include: spi-device.yaml
11 irq-gpios:
12 type: phandle-array
15 reset-gpios:
16 type: phandle-array
19 slptr-gpios:
20 type: phandle-array
23 Multi-functional pin that controls sleep, deep sleep, transmit
[all …]
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/
Dsamr21_xpro.dts3 * Copyright (c) 2019-2024 Gerson Fernando Budke <nandojve@gmail.com>
5 * SPDX-License-Identifier: Apache-2.0
8 /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 …]
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.c1 /* ieee802154_rf2xx.c - ATMEL RF2XX IEEE 802.15.4 Driver */
6 * Copyright (c) 2019-2020 Gerson Fernando Budke
8 * SPDX-License-Identifier: Apache-2.0
67 .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 …]