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 b4e7ed9 commit b0ff34aCopy full SHA for b0ff34a
tests/drivers/spi/spi_loopback/boards/ek_ra8p1_r7ka8p1kflcac_cm85.conf
@@ -0,0 +1,6 @@
1
+# Copyright (c) 2025 Renesas Electronics Corporation
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+CONFIG_SPI_LOOPBACK_MODE_LOOP=y
5
+CONFIG_SPI_B_INTERRUPT=y
6
+CONFIG_SPI_B_RA_DTC=y
tests/drivers/spi/spi_loopback/boards/ek_ra8p1_r7ka8p1kflcac_cm85.overlay
@@ -0,0 +1,23 @@
+/*
+ * Copyright (c) 2025 Renesas Electronics Corporation
+ * SPDX-License-Identifier: Apache-2.0
+ */
+#include <zephyr/dt-bindings/clock/ra_clock.h>
7
8
+&spi1 {
9
+ rx-dtc;
10
+ tx-dtc;
11
12
+ slow@0 {
13
+ compatible = "test-spi-loopback-slow";
14
+ reg = <0>;
15
+ spi-max-frequency = <2000000>;
16
+ };
17
18
+ fast@0 {
19
+ compatible = "test-spi-loopback-fast";
20
21
+ spi-max-frequency = <3000000>;
22
23
+};
0 commit comments