blob: 92b39759ed1b3d0047e25e9536ea984304f6fbf6 [file] [log] [blame]
Simon Glass77b3ccb2023-02-23 18:18:17 -07001.. 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.