/* * Copyright (c) 2024 Analog Devices, Inc. * * SPDX-License-Identifier: Apache-2.0 */ &i2c0 { dmas = <&dma0 0 MAX78_DMA_SLOT_I2C0_TX>, <&dma0 1 MAX78_DMA_SLOT_I2C0_RX>; dma-names = "tx", "rx"; eeprom0: eeprom@54 { compatible = "zephyr,i2c-target-eeprom"; reg = <0x54>; address-width = <16>; size = <1024>; }; }; &i2c1 { status = "okay"; pinctrl-0 = <&i2c1_scl_p0_16 &i2c1_sda_p0_17>; pinctrl-names = "default"; dmas = <&dma0 2 MAX78_DMA_SLOT_I2C1_TX>, <&dma0 3 MAX78_DMA_SLOT_I2C1_RX>; dma-names = "tx", "rx"; eeprom1: eeprom@56 { compatible = "zephyr,i2c-target-eeprom"; reg = <0x56>; address-width = <16>; size = <1024>; }; };