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:
parent
65d794a9d7
commit
a944cc3155
1 changed files with 14 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue