README.rst 608 B

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