samples: adxl372: switch i2c interface on frdm_k64f
Switch to using I2C0 as this I2C controller on the FRDM-K64F is actually configured (pinmux) for use and is available on an arduino header if someone would wire up an adxl372 to it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
d8299e3a5a
commit
1004d55653
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&i2c1 {
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
clock-frequency = <I2C_BITRATE_STANDARD>;
|
||||
adxl372@11 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue