shields: semtech_sx1262mb2das: reduce SPI frequency
The current frequency of 16 MHz has been observed to result in communications errors on a nRF5340DK. Since the LoRa PHY bitrate is measured in kbps, there is no throughput implications from this change. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
346bd7d16d
commit
b6e5e6819f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
lora_semtech_sx1262mb2das: sx1262@0 {
|
||||
compatible = "semtech,sx1262";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <16000000>;
|
||||
spi-max-frequency = <DT_FREQ_M(8)>;
|
||||
label = "SX1262";
|
||||
reset-gpios = <&arduino_header 0 GPIO_ACTIVE_LOW>;
|
||||
busy-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue