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