tests: drivers: i2c: target_api: extend nrf overlays with bus gpios

Add bus gpios to zephyr,user node in nrf overlays to enable testing
device_deinit test case.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
This commit is contained in:
Bjarki Arge Andreasen 2025-06-24 16:11:29 +02:00 committed by Daniel DeGrasse
parent db1f14e79a
commit e0fa444b8d

View File

@ -9,6 +9,23 @@
* SCL = P1.2 and P1.3
*/
/ {
zephyr,user {
sda0-gpios = <&gpio2 8 0>;
scl0-gpios = <&gpio1 2 0>;
sda1-gpios = <&gpio2 9 0>;
scl1-gpios = <&gpio1 3 0>;
};
};
&gpio1 {
status = "okay";
};
&gpio2 {
status = "okay";
};
&pinctrl {
i2c130_default: i2c130_default {
group1 {