commit | ffd1abde6623b3c5956c498aab90c7a78292243d | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Sat Mar 28 16:19:14 2020 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Apr 13 09:14:21 2020 -0500 |
tree | 3abe92c25f19870b9ed6bfe9e9879eb2d709a3d9 | |
parent | 0f64ae01eb6870f00894b582249082161875f8c4 [diff] |
include: devicetree.h: API for /chosen zephyr,foo Add a devicetree/zephyr.h header, which is meant to contain definitions for /chosen properties specific to Zephyr. Currently, this just deals with zephyr,entropy. We add a DT_CHOSEN_ZEPHYR_ENTROPY_LABEL macro which expands to the label for the node pointed to by zephyr,entropy. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>