Searched refs:Fdt (Results 1 – 5 of 5) sorted by relevance
458 class Fdt: class473 self._fdt_obj = libfdt.Fdt(fd.read())485 fdt = Fdt(None)486 fdt._fdt_obj = libfdt.Fdt(bytearray(data))655 dtb = Fdt(fname)
411 dtb2 = fdt.Fdt.FromData(self.dtb.GetContents())
465 class Fdt(FdtRo):468 The Fdt object is created is created from a device tree binary file,471 fdt = Fdt(open("filename.dtb").read())493 Fdt object containing the device tree499 return Fdt(data)506 in a device tree. Note that the Fdt object remains the same, but it764 """Convert a FdtSw into an Fdt so it can be accessed as normal766 Creates a new Fdt object from the work-in-progress device tree. This772 Fdt object allowing access to the newly created device tree776 return Fdt(fdtsw)
253 dtb = fdt.Fdt.FromData(dtb_data)1169 dtb = fdt.Fdt(out_dtb_fname)1499 dtb = fdt.Fdt.FromData(data[start:])1525 dtb = fdt.Fdt.FromData(data[start:])1560 dtb = fdt.Fdt(out_dtb_fname)1644 dtb = fdt.Fdt(out_dtb_fname)1667 dtb = fdt.Fdt(out_dtb_fname)