Provide a way to specify a phandle list of nodes which are to be inserted into an existing node.
Signed-off-by: Simon Glass <[email protected]> --- (no changes since v4) Changes in v4: - Support copying over properties from each template node - Make sure phandles are not copied Changes in v3: - Adjust to use the new example file tools/dtoc/fdt.py | 22 +++++++++++++++++ tools/dtoc/test/dtoc_test_copy.dts | 14 ++++++++++- tools/dtoc/test_fdt.py | 39 ++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 1 deletion(-) Applied to u-boot-dm, thanks!

