Searched refs:verify_props (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_edtlib.py | 267 verify_props(binding_include, 272 verify_props(edt.get_node("/binding-include/child"), 544 verify_props(child1, ['child-prop'], ['int'], [1]) 548 verify_props(child2, ['child-prop'], ['int'], [3]) 552 verify_props(grandchild, ['grandchild-prop'], ['int'], [2]) 580 verify_props(props_node, 634 verify_props(edt.get_node("/defaults"), 714 verify_props(zephyr_user, 951 def verify_props(node, names, types, values): function
|