Home
last modified time | relevance | path

Searched +full:tcxo +full:- +full:power +full:- +full:startup +full:- +full:delay +full:- +full:ms (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/dts/bindings/lora/
Dsemtech,sx126x-base.yaml3 # 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
21 antenna-enable-gpios:
22 type: phandle-array
24 Antenna power enable pin.
[all …]
Dsemtech,sx127x-base.yaml3 # SPDX-License-Identifier: Apache-2.0
5 include: spi-device.yaml
8 reset-gpios:
9 type: phandle-array
14 This signal is open-drain, active-high (SX1272/3) or
15 active-low (SX1276/7/8/9) as interpreted by the modem.
17 dio-gpios:
18 type: phandle-array
23 These signals are normally active-high.
25 power-amplifier-output:
[all …]
/Zephyr-latest/dts/arm/seeed_studio/
Dlora-e5.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 #include <st/wl/stm32wle5jcix-pinctrl.dtsi>
11 clock-frequency = <DT_FREQ_M(32)>;
12 hse-tcxo;
16 clock-frequency = <32768>;
23 tx-enable-gpios = <&gpioa 4 GPIO_ACTIVE_LOW>;
24 rx-enable-gpios = <&gpioa 5 GPIO_ACTIVE_LOW>;
25 dio3-tcxo-voltage = <SX126X_DIO3_TCXO_1V7>;
26 tcxo-power-startup-delay-ms = <5>;
27 power-amplifier-output = "rfo-hp";
[all …]
/Zephyr-latest/boards/shields/semtech_sx1262mb2das/
Dsemtech_sx1262mb2das.overlay3 * 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/subsys/lorawan/frag_decoder/boards/
Dnative_sim.overlay4 * 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/
Dnative_sim.overlay4 * 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/drivers/build_all/lora/
Dsx1262.overlay3 * 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/boards/atmel/sam0/samr34_xpro/
Dsamr34_xpro.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "samr34_xpro-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
18 zephyr,shell-uart = &sercom0;
26 pwm-led0 = &pwm_led0;
31 compatible = "gpio-leds";
39 compatible = "pwm-leds";
46 compatible = "gpio-keys";
56 clock-frequency = <48000000>;
[all …]
/Zephyr-latest/boards/rakwireless/rak4631/
Drak4631_nrf52840.dts4 * 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";
50 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
[all …]
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/
Dheltec_wireless_stick_lite_v3_procpu.dts6 * 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/boards/st/nucleo_wl55jc/
Dnucleo_wl55jc.dts2 * Copyright (c) 2020-2024 STMicroelectronics
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/wl/stm32wl55jcix-pinctrl.dtsi>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 model = "STMicroelectronics STM32WL55JC-NUCLEO board";
16 compatible = "st,stm32wl55-nucleo";
20 zephyr,shell-uart = &lpuart1;
23 zephyr,code-partition = &slot0_partition;
27 compatible = "gpio-leds";
[all …]
/Zephyr-latest/boards/st/b_l072z_lrwan1/
Db_l072z_lrwan1.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/l0/stm32l072c(b-z)tx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
13 model = "STMicroelectronics B-L072Z-LRWAN1 Discovery kit";
14 compatible = "st,stm32l072z-lrwan1";
18 zephyr,shell-uart = &usart2;
24 compatible = "gpio-leds";
44 compatible = "gpio-keys";
59 eeprom-0 = &eeprom;
[all …]
/Zephyr-latest/boards/rakwireless/rak11720/
Drak11720.dts4 * 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/drivers/lora/
Dsx126x.c5 * SPDX-License-Identifier: Apache-2.0
196 LOG_DBG("-> status: 0x%" PRIx8, rx_req[1]); in SX126xReadCommand()
299 /* Additionally disable the DIO1 interrupt to save power */ in SX126xSetOperatingMode()
332 LOG_DBG("TCXO on DIO3"); in SX126xIoTcxoInit()
334 /* Delay in units of 15.625 us (1/64 ms) */ in SX126xIoTcxoInit()
339 LOG_DBG("No TCXO configured"); in SX126xIoTcxoInit()
359 void SX126xSetRfTxPower(int8_t power) in SX126xSetRfTxPower() argument
361 LOG_DBG("power: %" PRIi8, power); in SX126xSetRfTxPower()
362 sx126x_set_tx_params(power, RADIO_RAMP_40_US); in SX126xSetRfTxPower()
402 * standby mode (via startup) in SX126xWakeup()
[all …]