tests: i2c: Fixed overlay for frdm board
Fixed overlay for frdm board as well. Signed-off-by: Krystof Sadlik <krystof.sadlik@nxp.com>
This commit is contained in:
parent
fe60a49c67
commit
fb61c7b360
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
eeprom0: eeprom@54 {
|
||||
compatible = "zephyr,i2c-target-eeprom";
|
||||
reg = <0x54>;
|
||||
size = <1024>;
|
||||
size = <256>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -46,6 +46,6 @@
|
|||
eeprom1: eeprom@56 {
|
||||
compatible = "zephyr,i2c-target-eeprom";
|
||||
reg = <0x56>;
|
||||
size = <1024>;
|
||||
size = <256>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue