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 bd62a72 commit ecf22d6Copy full SHA for ecf22d6
tests/drivers/mspi/api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
@@ -0,0 +1,24 @@
1
+/*
2
+ * Copyright (c) 2024 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+/ {
8
+ aliases {
9
+ mspi0 = &sdp_mspi;
10
+ };
11
+};
12
13
+&cpuflpr_vpr {
14
+ status = "okay";
15
16
+ sdp_mspi: sdp_mspi {
17
+ mspi_device: mspi_device@0 {
18
19
+ compatible = "zephyr,mspi-emul-device";
20
+ reg = <0x0>;
21
+ mspi-max-frequency = <48000000>;
22
23
24
0 commit comments