From 1004d55653d51f2e9f5bfa8f35bd8ef8ce3cb545 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 4 May 2021 08:40:57 -0500 Subject: [PATCH] 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 --- samples/sensor/adxl372/boards/frdm_k64f.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sensor/adxl372/boards/frdm_k64f.overlay b/samples/sensor/adxl372/boards/frdm_k64f.overlay index dffc43c9185..c9c81ae6640 100644 --- a/samples/sensor/adxl372/boards/frdm_k64f.overlay +++ b/samples/sensor/adxl372/boards/frdm_k64f.overlay @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -&i2c1 { +&i2c0 { status = "okay"; clock-frequency = ; adxl372@11 {