blob: 2b8d6b7382b7aec5591058c11e53e56140f61b13 [file] [log] [blame]
/*
* Copyright (c) 2022 Andrei-Edward Popa
*
* SPDX-License-Identifier: Apache-2.0
*/
&i2c0 {
eeprom0: eeprom@54 {
compatible = "atmel,at24";
reg = <0x54>;
size = <1024>;
pagesize = <16>;
address-width = <8>;
timeout = <5>;
};
};
&i2c1 {
eeprom1: eeprom@56 {
compatible = "atmel,at24";
reg = <0x56>;
size = <1024>;
pagesize = <16>;
address-width = <8>;
timeout = <5>;
};
};