Searched refs:FdtPropertyStrings (Results 1 - 5 of 5) sorted by relevance
/gem5/src/python/m5/util/ |
H A D | fdthelper.py | 61 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 D | ArmSystem.py | 110 node.append(FdtPropertyStrings("device_type", ["memory"]))
|
/gem5/src/dev/arm/ |
H A D | RealView.py | 143 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 D | BaseCPU.py | 318 node.append(FdtPropertyStrings("device_type", "cpu"))
|
/gem5/src/python/m5/ext/pyfdt/ |
H A D | pyfdt.py | 150 return FdtPropertyStrings.init_raw(name, raw_value) 159 class FdtPropertyStrings(FdtProperty): class in inherits:FdtProperty 844 node.append(FdtPropertyStrings(key, \
|
Completed in 10 milliseconds