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:
parent
db1f14e79a
commit
e0fa444b8d
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user