samples: drivers: i2c: add target_eeprom support for frdm_mcxa153 board

add i2c target_eeprom support for frdm_mcxa153 board

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2025-04-28 13:46:49 +08:00 committed by Benjamin Cabé
commit a944cc3155

View file

@ -0,0 +1,14 @@
/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&lpi2c0 {
eeprom0: eeprom@54 {
reg = <0x54>;
size = <256>;
compatible = "zephyr,i2c-target-eeprom";
status = "okay";
};
};