/* SPDX-License-Identifier: Apache-2.0 */ &pinctrl { i2c1_default: i2c1_default { group0 { pinmux = , /* UNO D0 */ ; /* UNO D1 */ }; }; i2c3_default: i2c3_default { group0 { pinmux = , /* UNO D14 */ ; /* UNO D15 */ }; }; }; &i2c1 { pinctrl-0 = <&i2c1_default>; pinctrl-names = "default"; status = "okay"; eeprom0: eeprom@54 { compatible = "zephyr,i2c-target-eeprom"; reg = <0x54>; address-width = <16>; size = <1024>; }; }; &i2c3 { pinctrl-0 = <&i2c3_default>; pinctrl-names = "default"; status = "okay"; eeprom1: eeprom@56 { compatible = "zephyr,i2c-target-eeprom"; reg = <0x56>; address-width = <16>; size = <1024>; }; };