Searched refs:FdtPropertyStrings (Results 1 - 5 of 5) sorted by relevance

/gem5/src/python/m5/util/
H A Dfdthelper.py61 class FdtPropertyStrings(pyfdt.FdtPropertyStrings): class in inherits:pyfdt.FdtPropertyStrings
68 super(FdtPropertyStrings, self).__init__(name, strings)
216 self.append(FdtPropertyStrings('compatible', compatible))
/gem5/src/arch/arm/
H A DArmSystem.py110 node.append(FdtPropertyStrings("device_type", ["memory"]))
/gem5/src/dev/arm/
H A DRealView.py143 node.append(FdtPropertyStrings("device_type", ["pci"]))
258 node.append(FdtPropertyStrings("clock-output-names",
372 node.append(FdtPropertyStrings("clock-names", ["uartclk", "apb_pclk"]))
525 node.append(FdtPropertyStrings("clock-names", ["pxlclk"]))
531 node.append(FdtPropertyStrings("status", [ self._status ]))
612 cpu.append(FdtPropertyStrings("enable-method", "spin-table"))
1097 node.append(FdtPropertyStrings("model", ["V2P-CA15"]))
/gem5/src/cpu/
H A DBaseCPU.py318 node.append(FdtPropertyStrings("device_type", "cpu"))
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py150 return FdtPropertyStrings.init_raw(name, raw_value)
159 class FdtPropertyStrings(FdtProperty): class in inherits:FdtProperty
844 node.append(FdtPropertyStrings(key, \

Completed in 17 milliseconds