commit | fa8974de5c1405829e3b45f841a4e68f066b70d2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:08 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | f3a62bd5458a6e86ea9976de7099066002f591e8 | |
parent | 261ad289a4b51abb49735a156b571a790f5cb37c [diff] |
dm: Add a library to provide simple device-tree access This Python library provides a way to access the contents of the device tree. It uses fdtget, so is inefficient for larger device tree files. Signed-off-by: Simon Glass <sjg@chromium.org>