File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed
tests/drivers/spi/spi_controller_peripheral Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ &dut_spi_dt {
8
+ spi-max-frequency = <1333333>;
9
+ };
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ &dut_spi_dt {
8
+ spi-max-frequency = <2666666>;
9
+ };
Original file line number Diff line number Diff line change @@ -44,6 +44,22 @@ tests:
44
44
integration_platforms :
45
45
- nrf52840dk/nrf52840
46
46
47
+ drivers.spi.spi_1M333333Hz :
48
+ extra_configs :
49
+ - CONFIG_TESTED_SPI_MODE=0
50
+ extra_args : EXTRA_DTC_OVERLAY_FILE="boards/1m333333hz.overlay"
51
+ integration_platforms :
52
+ - nrf54l15dk/nrf54l15/cpuapp
53
+ - nrf54h20dk/nrf54h20/cpuapp
54
+
55
+ drivers.spi.spi_2M666666Hz :
56
+ extra_configs :
57
+ - CONFIG_TESTED_SPI_MODE=0
58
+ extra_args : EXTRA_DTC_OVERLAY_FILE="boards/2m666666hz.overlay"
59
+ integration_platforms :
60
+ - nrf54l15dk/nrf54l15/cpuapp
61
+ - nrf54h20dk/nrf54h20/cpuapp
62
+
47
63
drivers.spi.spi_4MHz :
48
64
extra_configs :
49
65
- CONFIG_TESTED_SPI_MODE=2
You can’t perform that action at this time.
0 commit comments