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

..18-Apr-2025-

test/18-Apr-2025-

.gitignore A D18-Apr-20256 21

README.rst A D18-Apr-2025608 1611

__init__.py A D18-Apr-20250 10

dtb_platdata.py A D18-Apr-202546.2 KiB1,2301,000

dtoc A D18-Apr-20254.6 KiB12792

fdt.py A D18-Apr-202526.9 KiB856659

fdt_util.py A D18-Apr-20259.4 KiB332271

main.py A D18-Apr-20254.6 KiB12792

pyproject.toml A D18-Apr-2025731 2723

setup.py A D18-Apr-2025376 1310

src_scan.py A D18-Apr-202529.1 KiB767602

test_dtoc.py A D18-Apr-202556.2 KiB1,8571,608

test_fdt A D18-Apr-202532.7 KiB866686

test_fdt.py A D18-Apr-202532.7 KiB866686

test_src_scan.py A D18-Apr-202521.1 KiB623509

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