zephyr/tests/subsys/openthread/app.overlay
Gerard Marull-Paretas 8f887b6f8a tests: subsys: openthread: refactor test
Use a test compatible so that test can create a DT-based device and
provide a valid choice when building the test.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-10 11:57:34 +02:00

10 lines
120 B
Plaintext

/ {
chosen {
zephyr,ieee802154 = &ieee802154;
};
ieee802154: ieee802154 {
compatible = "vnd,ieee802154";
};
};