dtoc: Process nodes to set up required properties
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:01:00 +0000 (06:01 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commitfd471e2ce14342e7186cf9f95a82ce55a9bea6e4
treebdd34f8e442ea6467b25ce9bb86969a3f9b7f8a7
parente525fea211d18a84bc33c6f5842f14153924cf50
dtoc: Process nodes to set up required properties

Add logic to assign property values to nodes as required by dtoc. The
references allow nodes to refer to each other in C code. The macros used
by dtoc are not yet defined in driver model. They will be added along
with the actual driver model implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/src_scan.py
tools/dtoc/test_dtoc.py