Skip to content

Commit bce17a8

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/zephyr/drivers/i2c/i2c_target_api/boards/nrf54lv10dk_nrf54lv10a_cpuapp.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
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
&pinctrl {
77
i2c20_default: i2c20_default {
88
group1 {
99
psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
10-
<NRF_PSEL(TWIM_SCL, 1, 10)>;
10+
<NRF_PSEL(TWIM_SCL, 1, 2)>;
1111
bias-pull-up;
1212
};
1313
};
1414

1515
i2c20_sleep: i2c20_sleep {
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
low-power-enable;
2020
};
2121
};
2222

2323
i2c21_default: i2c21_default {
2424
group1 {
2525
psels = <NRF_PSEL(TWIS_SDA, 1, 9)>,
26-
<NRF_PSEL(TWIS_SCL, 1, 11)>;
26+
<NRF_PSEL(TWIS_SCL, 1, 3)>;
2727
bias-pull-up;
2828
};
2929
};
3030

3131
i2c21_sleep: i2c21_sleep {
3232
group1 {
3333
psels = <NRF_PSEL(TWIS_SDA, 1, 9)>,
34-
<NRF_PSEL(TWIS_SCL, 1, 11)>;
34+
<NRF_PSEL(TWIS_SCL, 1, 3)>;
3535
low-power-enable;
3636
};
3737
};

tests/zephyr/drivers/i2c/i2c_target_api/boards/nrf54lv10dk_nrf54lv10a_cpuapp_ns.overlay

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
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
&pinctrl {
77
i2c20_default: i2c20_default {
88
group1 {
99
psels = <NRF_PSEL(TWIM_SDA, 1, 8)>,
10-
<NRF_PSEL(TWIM_SCL, 1, 10)>;
10+
<NRF_PSEL(TWIM_SCL, 1, 2)>;
1111
bias-pull-up;
1212
};
1313
};
1414

1515
i2c20_sleep: i2c20_sleep {
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
low-power-enable;
2020
};
2121
};
2222

2323
i2c21_default: i2c21_default {
2424
group1 {
2525
psels = <NRF_PSEL(TWIS_SDA, 1, 9)>,
26-
<NRF_PSEL(TWIS_SCL, 1, 11)>;
26+
<NRF_PSEL(TWIS_SCL, 1, 3)>;
2727
bias-pull-up;
2828
};
2929
};
3030

3131
i2c21_sleep: i2c21_sleep {
3232
group1 {
3333
psels = <NRF_PSEL(TWIS_SDA, 1, 9)>,
34-
<NRF_PSEL(TWIS_SCL, 1, 11)>;
34+
<NRF_PSEL(TWIS_SCL, 1, 3)>;
3535
low-power-enable;
3636
};
3737
};

0 commit comments

Comments
 (0)