23 lines
328 B
Plaintext
23 lines
328 B
Plaintext
/*
|
|
* Copyright (c) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&i2c_smb_0 {
|
|
eeprom0: eeprom@54 {
|
|
compatible = "zephyr,i2c-target-eeprom";
|
|
reg = <0x54>;
|
|
size = <1024>;
|
|
};
|
|
};
|
|
|
|
|
|
&i2c_smb_1 {
|
|
eeprom1: eeprom@56 {
|
|
compatible = "zephyr,i2c-target-eeprom";
|
|
reg = <0x56>;
|
|
size = <1024>;
|
|
};
|
|
};
|