Skip to content

Commit b55f9a6

Browse files
duynguyenxanordicjm
authored andcommitted
[nrf fromtree] tests: drivers: spi: Add configuration for SPI test on RX130
Add device tree overlay for spi test on RSKRX130 board Signed-off-by: Duy Nguyen <[email protected]> (cherry picked from commit 9e5aa82)
1 parent 7141aef commit b55f9a6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&rspi0 {
7+
slow@0 {
8+
compatible = "test-spi-loopback-slow";
9+
reg = <0>;
10+
spi-max-frequency = <1000000>;
11+
};
12+
fast@0 {
13+
compatible = "test-spi-loopback-fast";
14+
reg = <0>;
15+
spi-max-frequency = <3000000>;
16+
};
17+
};

0 commit comments

Comments
 (0)