Browse Source
Use Devicetree to describe the radio and IEEE 802.15.4. This allows to remove usage of IEEE802154_NRF5_DRV_NAME in preparation for the removal of NET_CONFIG_IEEE802154_DEV_NAME. All SoC files have been updated with the addition of an ieee802154 node (disabled and only on those SoCs that define ieee802154-supported. The peripheral has been enabled in the nRF52840DK board (used for testing ieee802154). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>pull/48690/head
13 changed files with 45 additions and 21 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: Nordic nRF IEEE 802.15.4 node |
||||
|
||||
compatible: "nordic,nrf-ieee802154" |
||||
|
||||
include: base.yaml |
Loading…
Reference in new issue