1.. SPDX-License-Identifier: GPL-2.0+ 2 3Devicetree-to-C generator 4========================= 5 6This is a Python program and associated utilities, which supports converting 7devicetree files into C code. It generates header files containing struct 8definitions, as well as C files containing the data. It does not require any 9modification of the devicetree files. 10 11Some high-level libraries are provided for working with devicetree. These may 12be useful in other projects. 13 14This package also includes some U-Boot-specific features, such as creating 15`struct udevice` and `struct uclass` entries for devicetree nodes. 16