Skip to content

Commit 4c6ee8b

Browse files
nandojvejhedberg
authored andcommitted
boards: arm: atsamr21_xpro: Fix corrupted frames on rf2xx
When using internal IEEE 802.15.4 transceiver AT86RF233 at SPI speeds above 6MHz was detected that frame buffer read returns corrupted data. This set spi-max-frequency to 6MHz at atsamr21_xpro.dts to ensure best relation of performance vs reliability. Signed-off-by: Gerson Fernando Budke <[email protected]>
1 parent be56e36 commit 4c6ee8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/atsamr21_xpro/atsamr21_xpro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
compatible = "atmel,rf2xx";
8282
reg = <0x0>;
8383
label = "RF2XX_0";
84-
spi-max-frequency = <8000000>;
84+
spi-max-frequency = <6000000>;
8585
irq-gpios = <&portb 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
8686
reset-gpios = <&portb 15 GPIO_ACTIVE_LOW>;
8787
slptr-gpios = <&porta 20 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)