boards: nordic: nrf54h20dk: enable 802.15.4 IPC by default

Enable hardware necessary for 802.15.4 IPC on nRF54H20 DK by default.

Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
This commit is contained in:
Jędrzej Ciupis 2024-04-15 08:43:56 +02:00 committed by Carles Cufí
commit 6b048fdf71
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
zephyr,shell-uart = &uart136;
zephyr,ieee802154 = &cpuapp_ieee802154;
zephyr,bt-hci-ipc = &ipc0;
nordic,802154-spinel-ipc = &ipc0;
};
aliases {

View file

@ -27,6 +27,7 @@
zephyr,shell-uart = &uart135;
zephyr,ieee802154 = &cpurad_ieee802154;
zephyr,bt-hci-ipc = &ipc0;
nordic,802154-spinel-ipc = &ipc0;
};
};