From 699ebb3623ff8fa1f6e8f10e971196779299a58b Mon Sep 17 00:00:00 2001 From: Derek Snell Date: Sun, 20 Apr 2025 14:01:24 -0400 Subject: [PATCH] doc: tests: drivers: i2c_target_api: correct comments for frdm_mcxn947 Corrects GPIO signal names shorted together for this test. Signed-off-by: Derek Snell --- .../i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0.overlay | 6 +++--- .../boards/frdm_mcxn947_mcxn947_cpu0_qspi.overlay | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0.overlay b/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0.overlay index 71a99565aab..fda9cf69c4a 100644 --- a/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0.overlay +++ b/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0.overlay @@ -1,5 +1,5 @@ /* - * Copyright 2024 NXP + * Copyright 2024-2025 NXP * * SPDX-License-Identifier: Apache-2.0 */ @@ -27,8 +27,8 @@ }; /* To test this sample, connect - * LPI2C1 SCL(J2-12, P1_25/FC1_P1) --> LPI2C2 SCL(J2-20, P4_1/FC2_P1) - * LPI2C1 SDA(J2-8, P1_24/FC1_P0) --> LPI2C2 SDA(J2-18, P4_0/FC2_P0) + * LPI2C1 SCL(J2-12, P0_25/FC1_P1) --> LPI2C2 SCL(J2-20, P4_1/FC2_P1) + * LPI2C1 SDA(J2-8, P0_24/FC1_P0) --> LPI2C2 SDA(J2-18, P4_0/FC2_P0) */ &flexcomm1_lpi2c1 { pinctrl-0 = <&pinmux_flexcomm1_lpi2c>; diff --git a/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0_qspi.overlay b/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0_qspi.overlay index d0dc5661db8..c17df12c200 100644 --- a/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0_qspi.overlay +++ b/tests/drivers/i2c/i2c_target_api/boards/frdm_mcxn947_mcxn947_cpu0_qspi.overlay @@ -1,5 +1,5 @@ /* - * Copyright 2024 NXP + * Copyright 2024-2025 NXP * * SPDX-License-Identifier: Apache-2.0 */ @@ -27,8 +27,8 @@ }; /* To test this sample, connect - * LPI2C1 SCL(J2-12, P1_25/FC1_P1) --> LPI2C2 SCL(J2-20, P4_1/FC2_P1) - * LPI2C1 SDA(J2-8, P1_24/FC1_P0) --> LPI2C2 SDA(J2-18, P4_0/FC2_P0) + * LPI2C1 SCL(J2-12, P0_25/FC1_P1) --> LPI2C2 SCL(J2-20, P4_1/FC2_P1) + * LPI2C1 SDA(J2-8, P0_24/FC1_P0) --> LPI2C2 SDA(J2-18, P4_0/FC2_P0) */ &flexcomm1_lpi2c1 { pinctrl-0 = <&pinmux_flexcomm1_lpi2c>;