tests: drivers: i2s: Align nRF pinctrl with other gpio_loopback users
For nRF boards and lines that need to be connected with an external loopback (SDOUT and SDIN), use the same pins as in other tests that use the gpio_loopback fixture (like uart_async_api or regulator/fixed) so that a common wiring can be used for all those cases. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
0934f705eb
commit
54648142f7
4 changed files with 16 additions and 16 deletions
|
|
@ -1,10 +1,10 @@
|
|||
&pinctrl {
|
||||
i2s0_default_alt: i2s0_default_alt {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 4)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 3)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 1, 2)>,
|
||||
<NRF_PSEL(I2S_SDIN, 1, 1)>;
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 5)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 6)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 1, 1)>,
|
||||
<NRF_PSEL(I2S_SDIN, 1, 2)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
&pinctrl {
|
||||
i2s0_default_alt: i2s0_default_alt {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 5)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 4)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 1, 1)>,
|
||||
<NRF_PSEL(I2S_SDIN, 1, 0)>;
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 6)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 7)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 0, 4)>,
|
||||
<NRF_PSEL(I2S_SDIN, 0, 5)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
&pinctrl {
|
||||
i2s0_default_alt: i2s0_default_alt {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 4)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 3)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 1, 2)>,
|
||||
<NRF_PSEL(I2S_SDIN, 1, 1)>;
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 5)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 6)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 1, 1)>,
|
||||
<NRF_PSEL(I2S_SDIN, 1, 2)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
&pinctrl {
|
||||
i2s0_default_alt: i2s0_default_alt {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 5)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 4)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 1, 1)>,
|
||||
<NRF_PSEL(I2S_SDIN, 1, 0)>;
|
||||
psels = <NRF_PSEL(I2S_SCK_M, 1, 6)>,
|
||||
<NRF_PSEL(I2S_LRCK_M, 1, 7)>,
|
||||
<NRF_PSEL(I2S_SDOUT, 0, 4)>,
|
||||
<NRF_PSEL(I2S_SDIN, 0, 5)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue