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:
Krystof Sadlik 2024-06-03 17:56:07 +02:00 committed by Henrik Brix Andersen
commit fb61c7b360

View file

@ -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>;
};
};