Searched refs:edt_copy (Results 1 – 1 of 1) sorted by relevance
874 edt_copy = deepcopy(edt)897 copy = getattr(edt_copy, attribute)909 assert edt_copy.dts_path == "test-multidir.dts"910 assert edt_copy.bindings_dirs == ["test-bindings", "test-bindings-2"]911 assert edt_copy.bindings_dirs is not edt.bindings_dirs912 assert not edt_copy._warn_reg_unit_address_mismatch913 assert not edt_copy._default_prop_types914 assert not edt_copy._fixed_partitions_no_bus915 assert edt_copy._infer_binding_for_paths == set(["/test-node"])916 assert edt_copy._infer_binding_for_paths is not edt._infer_binding_for_paths[all …]