Home
last modified time | relevance | path

Searched refs:Fdt (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/tools/dtoc/
Dfdt.py259 class Fdt: class
275 self._fdt_obj = libfdt.Fdt(self._fdt)
412 dtb = Fdt(fname)
/external/dtc/
DREADME19 The library provides an Fdt class which you can use like this:
23 >>> fdt = libfdt.Fdt(open('test_tree1.dtb').read())
/external/dtc/tests/
Dpylibfdt_tests.py80 return libfdt.Fdt(open(fname).read())
118 fdt = libfdt.Fdt('a string')
/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped111 class Fdt:
114 The Fdt object is created is created from a device tree binary file,
117 fdt = Fdt(open("filename.dtb").read())
/external/dtc/pylibfdt/
Dlibfdt.i154 class Fdt: