Browse Source
Added common bindings file for dsa, and adapted NETC to it. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>pull/88940/head
2 changed files with 28 additions and 18 deletions
@ -0,0 +1,27 @@
@@ -0,0 +1,27 @@
|
||||
# Copyright 2025 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: DSA Device |
||||
|
||||
child-binding: |
||||
description: Properties of slave port |
||||
|
||||
include: |
||||
- name: pinctrl-device.yaml |
||||
- name: ethernet-controller.yaml |
||||
property-allowlist: |
||||
- zephyr,random-mac-address |
||||
- local-mac-address |
||||
- phy-handle |
||||
- phy-connection-type |
||||
|
||||
properties: |
||||
reg: |
||||
type: array |
||||
required: true |
||||
description: Port number |
||||
ethernet: |
||||
type: phandle |
||||
description: |
||||
A phandle to a valid Ethernet device node. This host |
||||
device is what the switch port is connected to. |
Loading…
Reference in new issue