Skip to content

Commit a4b911b

Browse files
committed
tests: zephyr: boards: nrf: i2c: i2c_slave: update pins for LV10
Update to not use P1.11, which is dedicated for SWO. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 4ab01e8 commit a4b911b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/zephyr/boards/nrf/i2c/i2c_slave/boards/nrf54lv10dk_nrf54lv10a_cpuapp.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Two loopbacks are required:
33
* P1.08 - P1.09
4-
* P1.10 - P1.11
4+
* P1.2 - P1.3
55
*/
66

77

@@ -15,14 +15,14 @@
1515
i2c20_default_alt: i2c20_default_alt {
1616
group1 {
1717
psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
18-
<NRF_PSEL(TWIM_SCL, 1, 10)>;
18+
<NRF_PSEL(TWIM_SCL, 1, 2)>;
1919
};
2020
};
2121

2222
i2c20_sleep_alt: i2c20_sleep_alt {
2323
group1 {
2424
psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
25-
<NRF_PSEL(TWIM_SCL, 1, 10)>;
25+
<NRF_PSEL(TWIM_SCL, 1, 2)>;
2626
low-power-enable;
2727
};
2828
};
@@ -33,15 +33,15 @@
3333
* to configure pins for TWIS with pinctrl.
3434
*/
3535
psels = <NRF_PSEL(TWIM_SDA, 1, 9)>,
36-
<NRF_PSEL(TWIM_SCL, 1, 11)>;
36+
<NRF_PSEL(TWIM_SCL, 1, 3)>;
3737
bias-pull-up;
3838
};
3939
};
4040

4141
i2c21_sleep_alt: i2c21_sleep_alt {
4242
group1 {
4343
psels = <NRF_PSEL(TWIM_SDA, 1, 9)>,
44-
<NRF_PSEL(TWIM_SCL, 1, 11)>;
44+
<NRF_PSEL(TWIM_SCL, 1, 3)>;
4545
low-power-enable;
4646
};
4747
};

0 commit comments

Comments
 (0)