8f887b6f8a
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>
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
/ {
|
|
chosen {
|
|
zephyr,ieee802154 = &ieee802154;
|
|
};
|
|
|
|
ieee802154: ieee802154 {
|
|
compatible = "vnd,ieee802154";
|
|
};
|
|
};
|