drivers: spi: spi_nrfx_spi(m|s): move ORC to DT
Specify the overrun character in Devicetree. Since 0xFF is the most common value, DT property contains such default. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
4ad3a96059
commit
3c6649f631
13 changed files with 47 additions and 57 deletions
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&spi3 {
|
||||
overrun-character = <0x00>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue