Searched refs:Soc (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/scripts/ |
D | list_hardware.py | 54 socs = [(Soc(soc['name'], 63 socs = [(Soc(soc['name'], 72 socs = [(Soc(soc['name'], 86 self._socs.append(Soc(soc['name'], [c['name'] for c in soc.get('cpuclusters', [])], 89 self._extended_socs.append(Soc(soc['extend'], 173 class Soc: class 191 socs: List[Soc] 199 socs: List[Soc]
|
D | list_boards.py | 72 class Soc: class 87 return Soc(soc.name, cpuclusters=cpus) 88 return Soc(soc.name, variants=[Variant.from_dict(v) for v in variants]) 104 socs: List[Soc] = field(default_factory=list, compare=False) 117 node = Soc(None) 144 if node in (Soc(None), Variant(None)): 275 socs = [Soc.from_soc(systems.get_soc(s['name']), s.get('variants', []))
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.intel | 7 bool "Intel Soc GPIO"
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | README.rst | 9 This simple example can be used with multicore ESP32 Soc, and demonstrates
|
/Zephyr-latest/modules/ |
D | Kconfig.mcux | 349 Set if the I2S/SAI module is present on the Soc
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx.dtsi | 539 /* Soc specific peripheral interface phandles which don't contain
|