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:
parent
db8a0b4b0c
commit
a7c39a2cc2
15
dts/bindings/ethernet/nxp,enet-qos-mac.yaml
Normal file
15
dts/bindings/ethernet/nxp,enet-qos-mac.yaml
Normal 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
|
18
dts/bindings/ethernet/nxp,enet-qos.yaml
Normal file
18
dts/bindings/ethernet/nxp,enet-qos.yaml
Normal 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
|
8
dts/bindings/mdio/nxp,enet-qos-mdio.yaml
Normal file
8
dts/bindings/mdio/nxp,enet-qos-mdio.yaml
Normal 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]
|
Loading…
Reference in a new issue