blob: 5dbcf85abb65578aa47774321df84d64fc57601d [file] [log] [blame]
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Note: this sample requires the board to be modified! Populate resistors
* R362 and R356.
* To test this sample, connect J17.9<->J17.3 (SDA), J17.10<->J17.6 (SCL)
*/
&lpi2c1 {
status = "okay";
eeprom0: eeprom@54 {
compatible = "atmel,at24";
reg = <0x54>;
size = <1024>;
pagesize = <16>;
address-width = <8>;
timeout = <5>;
};
};
&lpi2c3 {
status = "okay";
eeprom1: eeprom@56 {
compatible = "atmel,at24";
reg = <0x56>;
size = <1024>;
pagesize = <16>;
address-width = <8>;
timeout = <5>;
};
};