Lines Matching refs:dts
21 - sources (``.dts``)
30 boards/<ARCH>/<BOARD>/<BOARD>.dts
31 dts/common/skeleton.dtsi
32 dts/<ARCH>/.../<SOC>.dtsi
33 dts/bindings/.../binding.yaml
35 Generally speaking, every supported board has a :file:`BOARD.dts` file
37 :zephyr_file:`boards/phytec/reel_board/reel_board.dts`.
39 :file:`BOARD.dts` includes one or more ``.dtsi`` files. These ``.dtsi`` files
42 multiple boards. In addition to these includes, :file:`BOARD.dts` also describes
45 The :file:`dts/common` directory contains :file:`skeleton.dtsi`, a minimal
47 subdirectories (:file:`dts/<ARCH>`) contain ``.dtsi`` files for CPUs or SoCs
54 :file:`BOARD.dts` can be extended or modified using *overlays*. Overlays are
70 The build system combines :file:`BOARD.dts` and any :file:`.overlay` files by
76 :file:`BOARD.dts`.
81 applications. The :file:`dts/bindings` directory contains bindings.
88 The following libraries and scripts, located in :zephyr_file:`scripts/dts/`,
92 :zephyr_file:`dtlib.py <scripts/dts/python-devicetree/src/devicetree/dtlib.py>`
95 :zephyr_file:`edtlib.py <scripts/dts/python-devicetree/src/devicetree/edtlib.py>`
100 :zephyr_file:`gen_defines.py <scripts/dts/python-devicetree/src/devicetree/edtlib.py>`
127 :file:`<build>/zephyr/zephyr.dts.pre`
129 input to :file:`gen_defines.py` and used to create :file:`zephyr.dts` and
136 :file:`<build>/zephyr/zephyr.dts`