File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
tests/drivers/spi/spi_controller_peripheral Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 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) 2024 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,20 @@ 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
+
54
+ drivers.spi.spi_2M666666Hz :
55
+ extra_configs :
56
+ - CONFIG_TESTED_SPI_MODE=0
57
+ extra_args : EXTRA_DTC_OVERLAY_FILE="boards/2m666666hz.overlay"
58
+ integration_platforms :
59
+ - nrf54l15dk/nrf54l15/cpuapp
60
+
47
61
drivers.spi.spi_4MHz :
48
62
extra_configs :
49
63
- CONFIG_TESTED_SPI_MODE=2
You can’t perform that action at this time.
0 commit comments