convert sample and test yaml filters that utilize a DT_ define to instead use a dt_ function. The intent is to remove the Kconfig generated DT defines and just make directy queries into the device tree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
7 lines
179 B
YAML
7 lines
179 B
YAML
tests:
|
|
peripheral.gpio:
|
|
tags: drivers gpio
|
|
depends_on: gpio
|
|
harness: loopback # see documentation
|
|
filter: dt_alias_exists("gpio-0") or dt_alias_exists("gpio-1")
|