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 @@ -45,6 +45,22 @@ tests:
45
45
integration_platforms :
46
46
- nrf52840dk/nrf52840
47
47
48
+ drivers.spi.spi_1M333333Hz :
49
+ extra_configs :
50
+ - CONFIG_TESTED_SPI_MODE=0
51
+ extra_args : EXTRA_DTC_OVERLAY_FILE="boards/1m333333hz.overlay"
52
+ integration_platforms :
53
+ - nrf54l15dk/nrf54l15/cpuapp
54
+ - nrf54h20dk/nrf54h20/cpuapp
55
+
56
+ drivers.spi.spi_2M666666Hz :
57
+ extra_configs :
58
+ - CONFIG_TESTED_SPI_MODE=0
59
+ extra_args : EXTRA_DTC_OVERLAY_FILE="boards/2m666666hz.overlay"
60
+ integration_platforms :
61
+ - nrf54l15dk/nrf54l15/cpuapp
62
+ - nrf54h20dk/nrf54h20/cpuapp
63
+
48
64
drivers.spi.spi_4MHz :
49
65
extra_configs :
50
66
- CONFIG_TESTED_SPI_MODE=2
You can’t perform that action at this time.
0 commit comments