Add the following functions to allow filtering based on device tree dt_compat_enabled(compat) - Returns true if a device tree node compatible matches 'compat' and the node is enabled. dt_alias_exists(alias) - Returns true if a device tree node exists with 'alias' and the node is enabled. dt_compat_enabled_with_alias - Returns true if a device tree node compatible matches 'compat' and the node has 'alias' and the node is enabled. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
|---|---|---|
| .. | ||
| boards/unit/unit_testing | ||
| .gitignore | ||
| expr_parser.py | ||
| harness.py | ||
| platform-schema.yaml | ||
| sanity_compare.args | ||
| sanity_daily.args | ||
| sanity_last_release.csv | ||
| sanity_verify.args | ||
| scl.py | ||
| testcase-schema.yaml | ||