Skip to content

Commit b6e5e68

Browse files
JordanYateskartben
authored andcommitted
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>
1 parent 346bd7d commit b6e5e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/semtech_sx1262mb2das/semtech_sx1262mb2das.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
lora_semtech_sx1262mb2das: sx1262@0 {
1818
compatible = "semtech,sx1262";
1919
reg = <0>;
20-
spi-max-frequency = <16000000>;
20+
spi-max-frequency = <DT_FREQ_M(8)>;
2121
label = "SX1262";
2222
reset-gpios = <&arduino_header 0 GPIO_ACTIVE_LOW>;
2323
busy-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)