Skip to content

Commit 7f9781f

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
BCM270X_DT: at86rf233 overlay - drop to 3MHz
The consensus is that 6MHz is too fast, but that 3MHz is OK. See: #1294 #1151
1 parent 1c43ff6 commit 7f9781f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Load: dtoverlay=at86rf233,<param>=<val>
188188
Params: interrupt GPIO used for INT (default 23)
189189
reset GPIO used for Reset (default 24)
190190
sleep GPIO used for Sleep (default 25)
191-
speed SPI bus speed in Hz (default 6000000)
191+
speed SPI bus speed in Hz (default 3000000)
192192
trim Fine tuning of the internal capacitance
193193
arrays (0=+0pF, 15=+4.5pF, default 15)
194194

arch/arm/boot/dts/overlays/at86rf233-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
interrupts = <23 4>; /* active high */
2626
reset-gpio = <&gpio 24 1>;
2727
sleep-gpio = <&gpio 25 1>;
28-
spi-max-frequency = <6000000>;
28+
spi-max-frequency = <3000000>;
2929
xtal-trim = /bits/ 8 <0xf>;
3030
};
3131
};

0 commit comments

Comments
 (0)