dtoc: Add support for reading fixed-length bytes properties
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:40 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:22 +0000 (09:16 -0700)
commit40b4d647c606b6df7394333c1a58c10996c96a78
treedfdc86b06249d510973d4b909155358c2b0862ad
parentd866e6291739de3da9550f2280574e1c44474dc3
dtoc: Add support for reading fixed-length bytes properties

Add functions to read a sequence of bytes from the devicetree.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt_util.py
tools/dtoc/test_fdt.py