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:
Gerard Marull-Paretas 2022-06-20 15:45:28 +02:00 committed by Marti Bolivar
commit 3c6649f631
13 changed files with 47 additions and 57 deletions

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi3 {
overrun-character = <0x00>;
};