We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7141aef commit b55f9a6Copy full SHA for b55f9a6
tests/drivers/spi/spi_loopback/boards/rsk_rx130_512kb.overlay
@@ -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
15
+ spi-max-frequency = <3000000>;
16
17
+};
0 commit comments