zephyr/tests/drivers/i2c/i2c_slave_api/nucleo_f091rc.overlay

19 lines
232 B
Plaintext

&i2c1 {
eeprom@54 {
compatible = "atmel,at24";
reg = <0x54>;
label = "EEPROM_SLAVE_0";
size = <1>;
};
};
&i2c2 {
eeprom@56 {
compatible = "atmel,at24";
reg = <0x56>;
label = "EEPROM_SLAVE_1";
size = <1>;
};
};