File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
tests/drivers/build_all/gpio Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ &cpuflpr_rram {
8
+ reg = <0x15D000 DT_SIZE_K(128)>;
9
+ };
10
+
11
+ &cpuflpr_code_partition {
12
+ reg = <0x0 DT_SIZE_K(128)>;
13
+ };
14
+
15
+ &cpuflpr_sram {
16
+ reg = <0x20020000 DT_SIZE_K(128)>;
17
+ ranges = <0x0 0x20020000 0x20000>;
18
+ };
Original file line number Diff line number Diff line change 6
6
tests :
7
7
drivers.gpio.build :
8
8
min_ram : 32
9
- platform_exclude : serpente
9
+ platform_exclude :
10
+ - serpente
11
+ - nrf54l15dk/nrf54l15/cpuflpr
12
+ - nrf54l15dk/nrf54l15/cpuflpr/xip
10
13
depends_on :
11
14
- gpio
12
15
- spi
@@ -66,3 +69,10 @@ tests:
66
69
platform_allow : qemu_cortex_m3
67
70
depends_on : gpio
68
71
extra_args : DTC_OVERLAY_FILE="iproc.overlay"
72
+
73
+ drivers.gpio.build.nrf54l15_cpuflpr :
74
+ platform_allow :
75
+ - nrf54l15dk/nrf54l15/cpuflpr
76
+ - nrf54l15dk/nrf54l15/cpuflpr/xip
77
+ depends_on : gpio
78
+ extra_args : DTC_OVERLAY_FILE="nrf54l15dk_nrf54l15_cpuflpr.overlay"
You can’t perform that action at this time.
0 commit comments