Searched refs:FdtProperty (Results 1 - 4 of 4) sorted by relevance

/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py43 class FdtProperty(object): class in inherits:object
55 if not FdtProperty.__validate_dt_name(self.name):
102 if not isinstance(node, FdtProperty):
149 if FdtProperty.__check_prop_strings(raw_value):
156 return FdtProperty(name)
159 class FdtPropertyStrings(FdtProperty):
170 FdtProperty.__init__(self, name)
238 if not FdtProperty.__eq__(self, node):
247 class FdtPropertyWords(FdtProperty):
252 FdtProperty
[all...]
/gem5/src/dev/arm/
H A DGic.py158 node.append(FdtProperty("interrupt-controller"))
194 node.append(FdtProperty("msi-controller"))
247 node.append(FdtProperty("ranges"))
248 node.append(FdtProperty("interrupt-controller"))
H A DRealView.py204 node.append(FdtProperty("dma-coherent"))
221 node.append(FdtProperty("gpio-controller"))
/gem5/src/python/m5/util/
H A Dfdthelper.py47 class FdtProperty(pyfdt.FdtProperty): class in inherits:pyfdt.FdtProperty

Completed in 8 milliseconds