blob: dc62f0be0d217a4d20c8871461d32bb49a307e30 [file] [log] [blame]
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 {
status = "okay";
pinctrl-0 = <&i2c0a_scl_p2_8 &i2c0a_sda_p2_7>;
pinctrl-names = "default";
eeprom0: eeprom@54 {
compatible = "zephyr,i2c-target-eeprom";
reg = <0x54>;
size = <1024>;
};
};
&i2c2 {
status = "okay";
pinctrl-0 = <&i2c2c_scl_p1_8 &i2c2c_sda_p1_7>;
pinctrl-names = "default";
eeprom1: eeprom@56 {
compatible = "zephyr,i2c-target-eeprom";
reg = <0x56>;
size = <1024>;
};
};