Searched refs:matching_compat (Results 1 – 5 of 5) sorted by relevance
67 node.matching_compat,265 if node.matching_compat is None:269 if node.matching_compat.startswith("zephyr,"):284 node.matching_compat304 features.setdefault(binding_type, {})[node.matching_compat] = feature_data
230 if (node.matching_compat == compat or compat in node.compats) and node.status == "okay":251 (parent.matching_compat == compat or compat in parent.compats):263 (parent.matching_compat == compat or compat in parent.compats)
189 if node.matching_compat:
1169 def matching_compat(self) -> Optional[str]: member in Node1216 if controller.matching_compat == "soc-nv-flash":
1428 * :github:`29758` - edtlib not reporting proper matching_compat for led nodes (and other children n…