/* SPDX-License-Identifier: Apache-2.0 */ /* I2C bus pins are exposed on the STMod+. * * Bus SDA SCL * Pin Hdr Pin Hdr * i2c1 PB9 CN3:10 PB8 CN3:7 * i2c2 PH5 CN2:10 PH4 CN2:7 * * Short Pin PB9 to PH5, and PB8 to PH4, for the test to pass. */ /delete-node/ &eeprom0; &i2c1 { eeprom0: eeprom@54 { compatible = "zephyr,i2c-target-eeprom"; reg = <0x54>; size = <256>; }; }; &i2c2 { eeprom1: eeprom@56 { compatible = "zephyr,i2c-target-eeprom"; reg = <0x56>; size = <256>; }; };