/* * Copyright (c) 2024 STMicroelectronics * SPDX-License-Identifier: Apache-2.0 */ /* I2C bus pins are exposed on the ST morpho header. * * Bus SDA SCL * Pin Hdr Pin Hdr * i2c1 PA10 CN10:2 PA9 CN7:23 * i2c2 PA6 CN10:15 PA7 CN10:17 * * Short Pin PA10 to PA6, and PA9 to PA7, for the test to pass. */ &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>; }; };