Home
last modified time | relevance | path

Searched refs:dts_root (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/cmake/modules/
Dpre_dt.cmake69 foreach(dts_root ${DTS_ROOT})
77 get_filename_component(full_path ${dts_root}/${dts_root_path} REALPATH)
Ddts.cmake222 foreach(dts_root ${DTS_ROOT})
223 set(bindings_path ${dts_root}/dts/bindings)
231 set(vendor_prefixes ${dts_root}/${VENDOR_PREFIXES})
/Zephyr-latest/doc/build/dts/
Dbindings-intro.rst119 - any directories manually included in the :ref:`DTS_ROOT <dts_root>`
121 - any :ref:`module <modules>` that defines a ``dts_root`` in its
Dbindings-upstream.rst130 :ref:`DTS_ROOT <dts_root>`. The devicetree tooling will respect these
Dtroubleshooting.rst355 :ref:`DTS_ROOT <dts_root>`; see :ref:`dt-where-bindings-are-located`.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py1089 dts_root = module.meta.get("build", {}).get("settings", {}).get("dts_root")
1090 if dts_root:
1091 self.dts_roots.append(Path(module.project) / Path(dts_root))
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py210 for dts_root in dts_roots:
/Zephyr-latest/doc/develop/
Dmodules.rst924 - ``dts_root``: Contains additional dts files related to the architecture/soc
925 families. Additional dts files must be located in a :file:`<dts_root>/dts`
953 dts_root: .
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst787 directory in :ref:`DTS_ROOT <dts_root>`.
1365 * :github:`37797` - Merge vendor-prefixes.txt from all modules with build.settings.dts_root in zeph…