dts: bindings: Add NXP ENET QOS Bindings

Add compatibles for NXP ENET QOS drivers

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-03-01 14:30:19 -06:00 committed by Anas Nashif
parent db8a0b4b0c
commit a7c39a2cc2
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP ENET QOS MAC
compatible: "nxp,enet-qos-mac"
include: ethernet-controller.yaml
properties:
interrupts:
required: true
interrupt-names:
required: true

View file

@ -0,0 +1,18 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP ENET QOS IP Module
compatible: "nxp,enet-qos"
include: [base.yaml, pinctrl-device.yaml]
properties:
reg:
required: true
clocks:
required: true
pinctrl-0:
required: true
pinctrl-names:
required: true

View file

@ -0,0 +1,8 @@
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP ENET QOS MDIO Controller
compatible: "nxp,enet-qos-mdio"
include: [mdio-controller.yaml]