File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
tests/drivers/spi/spi_loopback Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 STMicroelectronics
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ &spi3 {
8
+ dmas = <&gpdma1 0 11 STM32_DMA_PERIPH_TX
9
+ &gpdma1 1 10 STM32_DMA_PERIPH_RX>;
10
+ dma-names = "tx", "rx";
11
+ slow@0 {
12
+ compatible = "test-spi-loopback-slow";
13
+ reg = <0>;
14
+ spi-max-frequency = <500000>;
15
+ };
16
+ fast@0 {
17
+ compatible = "test-spi-loopback-fast";
18
+ reg = <0>;
19
+ spi-max-frequency = <16000000>;
20
+ };
21
+ };
22
+
23
+ &gpdma1 {
24
+ status = "okay";
25
+ };
Original file line number Diff line number Diff line change 69
69
- nucleo_h753zi
70
70
- nucleo_h745zi_q/stm32h745xx/m4
71
71
- nucleo_h745zi_q/stm32h745xx/m7
72
+ - nucleo_u385rg_q
72
73
- stm32h573i_dk
73
74
- stm32n6570_dk/stm32n657xx/sb
74
75
- stm32u083c_dk
@@ -102,6 +103,7 @@ tests:
102
103
- nucleo_h745zi_q/stm32h745xx/m4
103
104
- nucleo_h745zi_q/stm32h745xx/m7
104
105
- nucleo_l152re
106
+ - nucleo_u385rg_q
105
107
- nucleo_wba55cg
106
108
- nucleo_wb55rg
107
109
- nucleo_wl55jc
You can’t perform that action at this time.
0 commit comments