u-boot-brain/tools/dtoc
Simon Glass 76677dd2b2 dtoc: Add a subnode test for multiple nodes
Add a new test that adds a subnode alongside an existing one, as well as
adding properties to a subnode. This will expand to adding multiple
subnodes in future patches. Put a node after the one we are adding to so
we can check that things sync correctly.

The testAddNode() test should be in the TestNode class since it is a node
test, so move it.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-03-27 16:26:48 +13:00
..
test dtoc: Add a subnode test for multiple nodes 2021-03-27 16:26:48 +13:00
.gitignore dm: Add a library to provide simple device-tree access 2016-07-14 20:40:24 -06:00
dtb_platdata.py dtoc: Only generate the required files 2021-03-26 17:03:08 +13:00
dtoc dtoc: Rename the main module 2020-04-26 14:25:21 -06:00
fdt_util.py binman: Use target-specific tools when cross-compiling 2020-09-22 12:54:13 -06:00
fdt.py dtoc: Tweak ordering of fdt-offsets refreshing 2021-03-27 16:26:48 +13:00
main.py dtoc: Add an option for device instantiation 2021-03-22 19:23:27 +13:00
setup.py dtoc: Add a setup script for Python 2020-08-22 08:53:38 -06:00
src_scan.py dtoc: Support processing the root node 2021-03-22 19:23:27 +13:00
test_dtoc.py dtoc: Only generate the required files 2021-03-26 17:03:08 +13:00
test_fdt dtoc: Add some tests for the fdt module 2018-07-09 09:11:00 -06:00
test_fdt.py dtoc: Add a subnode test for multiple nodes 2021-03-27 16:26:48 +13:00
test_src_scan.py dtoc: Support processing the root node 2021-03-22 19:23:27 +13:00