Can’t build Zephyr for my own nRF54L15 board

Hi,

I am desperate with creating my own board. I followed the example of nrf54l15dk, but I absolutely do not understand why I cannot build - not even assembling Zephyr. I am attaching the board in a zip.

Error: ..ropixon_ZG_v5_0_common.dtsi:10 (column 1): parse error: expected ';', not '/'

But if you look at these files - I do not see any problem.


The error is here:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: ropixon_ZG_v5_0, qualifiers: nrf54l15/cpuapp
Parsing C:/ncs/v3.0.0/zephyr/share/sysbuild/Kconfig
Loaded configuration 'C:.../project/build/_sysbuild/empty.conf'
Merged configuration 'C:.../project/build/_sysbuild/empty.conf'
Configuration saved to 'C:.../project/build/zephyr/.config'
Kconfig header saved to 'C:.../project/build/_sysbuild/autoconf.h'
--
*******************************
* Running CMake for ZoneGuard *
*******************************
Loading Zephyr default modules (Zephyr base).
-- Application: C:.../project
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: C:/ncs/v3.0.0/zephyr/.cache
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ropixon_ZG_v5_0.zip