• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..19-Aug-2025-

test/19-Aug-2025-

.gitignore A D19-Aug-20256 21

README.rst A D19-Aug-2025608 1611

__init__.py A D19-Aug-20250 10

dtb_platdata.py A D19-Aug-202546.1 KiB1,227997

dtoc A D19-Aug-20254.6 KiB12893

fdt.py A D19-Aug-202532.4 KiB1,007774

fdt_util.py A D19-Aug-20259.5 KiB335274

main.py A D19-Aug-20254.6 KiB12893

pyproject.toml A D19-Aug-2025734 2723

setup.py A D19-Aug-2025372 1310

src_scan.py A D19-Aug-202529.1 KiB767602

test_dtoc.py A D19-Aug-202556.1 KiB1,8551,606

test_fdt A D19-Aug-202537.7 KiB1,003779

test_fdt.py A D19-Aug-202537.7 KiB1,003779

test_src_scan.py A D19-Aug-202521 KiB624510

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