1# Copyright 2025 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP NETC ethernet switch
5
6compatible: "nxp,netc-switch"
7
8child-binding:
9  description: Properties of slave port
10
11  include:
12    - name: pinctrl-device.yaml
13    - name: ethernet-controller.yaml
14      property-allowlist:
15        - reg
16        - local-mac-address
17        - phy-handle
18        - phy-connection-type
19
20  properties:
21    ethernet:
22      type: phandle
23      description:
24        A phandle to a valid Ethernet device node. This host
25        device is what the switch port is connected to.
26