Skip to content

Commit

Permalink
tests: drivers: spi: enable tests on ucans32k1sic
Browse files Browse the repository at this point in the history
Add overlays to enable SPI tests on ucans32k1sic board.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
  • Loading branch information
manuargue authored and dleach02 committed Dec 7, 2023
1 parent e4e3386 commit f46a27f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/drivers/spi/spi_loopback/boards/ucans32k1sic.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

/* Short P1.3 (SPI0/MISO) with P1.4 (SPI0/MOSI) */

&lpspi0 {
slow@0 {
compatible = "test-spi-loopback-slow";
reg = <0>;
spi-max-frequency = <500000>;
};
fast@0 {
compatible = "test-spi-loopback-fast";
reg = <0>;
spi-max-frequency = <9000000>;
};
};

0 comments on commit f46a27f

Please sign in to comment.