commit | a9f55781374e1832a8431bec2b4fdf7dcd5b02c8 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Fri Nov 19 12:32:59 2021 -0800 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Dec 06 08:01:48 2021 -0500 |
tree | 8fc01e0eb4555149addc7989d963a5c10da91191 | |
parent | e05810dd5da0986838ba6cd27b961c3270ba684e [diff] |
cmake: extensions: add dt_alias() This is a helper function for looking up the path to a devicetree alias. It is analogous to dt_chosen(). It has to exist as a separate function from dt_prop() for similar reasons that dt_chosen() does: the edtlib APIs for interacting with /aliases are special-cased in the same way they are for /chosen. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>