Skip to content

Commit f46a27f

Browse files
manuarguedleach02
authored andcommitted
tests: drivers: spi: enable tests on ucans32k1sic
Add overlays to enable SPI tests on ucans32k1sic board. Signed-off-by: Manuel Argüelles <[email protected]>
1 parent e4e3386 commit f46a27f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright 2023 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Short P1.3 (SPI0/MISO) with P1.4 (SPI0/MOSI) */
8+
9+
&lpspi0 {
10+
slow@0 {
11+
compatible = "test-spi-loopback-slow";
12+
reg = <0>;
13+
spi-max-frequency = <500000>;
14+
};
15+
fast@0 {
16+
compatible = "test-spi-loopback-fast";
17+
reg = <0>;
18+
spi-max-frequency = <9000000>;
19+
};
20+
};

0 commit comments

Comments
 (0)