NameDateSize

..18-Apr-2024129

.gitignoreH A D23-Aug-20166

__init__.pyH A D26-Jan-20220

dtb_platdata.pyH A D12-Apr-202346.2 KiB

dtocH A D12-Apr-20234.6 KiB

fdt.pyH A D09-Jan-202432.4 KiB

fdt_util.pyH A D12-Apr-20239.4 KiB

main.pyH A D12-Apr-20234.6 KiB

pyproject.tomlH A D09-Jan-2024734

README.rstH A D12-Apr-2023608

setup.pyH A D25-Aug-2020376

src_scan.pyH A D03-Mar-202429.1 KiB

test/H03-Aug-202330

test_dtoc.pyH A D12-Apr-202356.2 KiB

test_fdtH A D03-Aug-202337.7 KiB

test_fdt.pyH A D03-Aug-202337.7 KiB

test_src_scan.pyH A D12-Apr-202321.1 KiB

README.rst

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