Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py260 class Fdt: class
276 self._fdt_obj = libfdt.Fdt(self._fdt)
413 dtb = Fdt(fname)
/OK3568_Linux_fs/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped112 class Fdt:
115 The Fdt object is created is created from a device tree binary file,
118 fdt = Fdt(open("filename.dtb").read())