dts: nxp: add ieee and trng bindings and nodes

Add ieee802154 and trng bindings and nodes

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
This commit is contained in:
Andrei Menzopol 2025-02-07 11:59:30 +02:00 committed by Benjamin Cabé
commit e9cdc6e776
3 changed files with 26 additions and 0 deletions

View file

@ -19,6 +19,8 @@
chosen { chosen {
zephyr,bt-hci = &hci; zephyr,bt-hci = &hci;
zephyr,ieee802154 = &ieee802154;
zephyr,entropy = &trng;
zephyr,nbu = &nbu; zephyr,nbu = &nbu;
}; };
@ -286,6 +288,14 @@
compatible = "nxp,hci-ble"; compatible = "nxp,hci-ble";
}; };
ieee802154: ieee802154 {
compatible = "nxp,mcxw-ieee802154";
};
trng: trng {
compatible = "nxp,ele-trng";
};
flexcan0: can@3b000 { flexcan0: can@3b000 {
compatible = "nxp,flexcan"; compatible = "nxp,flexcan";
reg = <0x3b000 0x3080>; reg = <0x3b000 0x3080>;

View file

@ -0,0 +1,8 @@
# Copyright (c) 2025, NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP MCXW71 IEEE 802.15.4 node
compatible: "nxp,mcxw-ieee802154"
include: base.yaml

View file

@ -0,0 +1,8 @@
# Copyright (c) 2025, NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP ELE (EdgeLock secure enclave) TRNG (True Random Number Generator)
compatible: "nxp,ele-trng"
include: base.yaml