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:
parent
f7167ed606
commit
e9cdc6e776
3 changed files with 26 additions and 0 deletions
|
@ -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>;
|
||||||
|
|
8
dts/bindings/ieee802154/nxp,mcxw-ieee802154.yaml
Normal file
8
dts/bindings/ieee802154/nxp,mcxw-ieee802154.yaml
Normal 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
|
8
dts/bindings/rng/nxp,ele-trng.yaml
Normal file
8
dts/bindings/rng/nxp,ele-trng.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue