commit | 4aac9089735b08b48698aa9f701633322df6e28f | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Feb 24 10:44:07 2021 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Feb 25 19:24:08 2021 -0600 |
tree | a69e6302b45e8a594baac2fbd41932b57c8b497a | |
parent | 270a05f697011968d61d7ab51e2b3be02f40feb6 [diff] |
devicetree: add DT_NODE_FULL_NAME() This macro returns a node's name with unit-adddress, given its node identifier. The node name is useful information for the user to utilize for debug information, similar to DT_NODE_PATH, or DT_LABEL. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>