Lines Matching +full:dts +full:- +full:bindings
2 # SPDX-License-Identifier: Apache-2.0
5 string(REPEAT "-v;" ${CONFIG_NRF_REGTOOL_VERBOSITY} verbosity)
8 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src
9 ${NRF_REGTOOL} ${verbosity} uicr-compile
10 --edt-pickle-file ${EDT_PICKLE}
11 --product-name ${CONFIG_SOC}
12 --output-file ${generated_hex_file}
20 # Prepare common argument sub-lists.
21 string(REPEAT "-v;" ${CONFIG_NRF_REGTOOL_VERBOSITY} verbosity)
22 list(TRANSFORM CACHED_DTS_ROOT_BINDINGS PREPEND "--bindings-dir;" OUTPUT_VARIABLE bindings_dirs)
26 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src
28 --peripheral ${peripheral}
29 --svd-file ${SOC_SVD_FILE}
30 --dts-file ${ZEPHYR_DTS}
32 --output-file ${generated_hex_file}
55 -o ${merged_hex_file}