tests: drivers: i2c: Enable i2c2 for nucleo_u083rc board.

This commit enables I2C2 on nucleo_u083rc board
for i2c_target_api test.

Signed-off-by: Mohammad Badawi <zephyr@exalt.ps>
Signed-off-by: Sara Touqan <zephyr@exalt.ps>
This commit is contained in:
Sara Touqan 2024-12-17 17:37:48 +02:00 committed by Benjamin Cabé
parent fb5c4c9042
commit d7034e041c

View file

@ -22,6 +22,10 @@
};
&i2c2 {
pinctrl-0 = <&i2c2_scl_pa7 &i2c2_sda_pa6>;
pinctrl-names = "default";
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
eeprom1: eeprom@56 {
compatible = "zephyr,i2c-target-eeprom";
reg = <0x56>;