Skip to content

Commit bb57970

Browse files
mstasiaknordicnordic-piks
authored andcommitted
samples: zephyr: i2c: change loopback for nRF54LV10
P1.10 is occupied by SWO. Signed-off-by: Michał Stasiak <[email protected]>
1 parent bce17a8 commit bb57970

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/zephyr/drivers/i2c/rtio_loopback/boards/nrf54lv10dk_nrf54lv10a_cpuapp.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* SDA = P1.8 and P1.9
3-
* SCL = P1.10 and P1.11
3+
* SCL = P1.2 and P1.3
44
*/
55

66
/ {
@@ -14,31 +14,31 @@
1414
i2c20_default: i2c20_default {
1515
group1 {
1616
psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
17-
<NRF_PSEL(TWIM_SCL, 1, 10)>;
17+
<NRF_PSEL(TWIM_SCL, 1, 2)>;
1818
bias-pull-up;
1919
};
2020
};
2121

2222
i2c20_sleep: i2c20_sleep {
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
};
2929

3030
i2c21_default: i2c21_default {
3131
group1 {
3232
psels = <NRF_PSEL(TWIS_SDA, 1, 9)>,
33-
<NRF_PSEL(TWIS_SCL, 1, 11)>;
33+
<NRF_PSEL(TWIS_SCL, 1, 3)>;
3434
bias-pull-up;
3535
};
3636
};
3737

3838
i2c21_sleep: i2c21_sleep {
3939
group1 {
4040
psels = <NRF_PSEL(TWIS_SDA, 1, 9)>,
41-
<NRF_PSEL(TWIS_SCL, 1, 11)>;
41+
<NRF_PSEL(TWIS_SCL, 1, 3)>;
4242
low-power-enable;
4343
};
4444
};

0 commit comments

Comments
 (0)