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:
parent
ba1102c97d
commit
6b048fdf71
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
zephyr,shell-uart = &uart136;
|
||||
zephyr,ieee802154 = &cpuapp_ieee802154;
|
||||
zephyr,bt-hci-ipc = &ipc0;
|
||||
nordic,802154-spinel-ipc = &ipc0;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
zephyr,shell-uart = &uart135;
|
||||
zephyr,ieee802154 = &cpurad_ieee802154;
|
||||
zephyr,bt-hci-ipc = &ipc0;
|
||||
nordic,802154-spinel-ipc = &ipc0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue