nxp,netc-switch

Vendor: NXP Semiconductors

Note

An implementation of a driver matching this compatible is available in drivers/ethernet/nxp_imx_netc/dsa_nxp_imx_netc.c.

Description

NXP NETC ethernet switch

Properties

Top level properties

No top-level properties.

Child node properties

Name

Type

Details

ethernet

phandle

A phandle to a valid Ethernet device node. This host device is what the switch port is connected to.

pinctrl-0

phandles

Pin configuration/s for the first state. Content is specific to the
selected pin controller driver implementation.

pinctrl-1

phandles

Pin configuration/s for the second state. See pinctrl-0.

pinctrl-2

phandles

Pin configuration/s for the third state. See pinctrl-0.

pinctrl-3

phandles

Pin configuration/s for the fourth state. See pinctrl-0.

pinctrl-4

phandles

Pin configuration/s for the fifth state. See pinctrl-0.

pinctrl-names

string-array

Names for the provided states. The number of names needs to match the
number of states.

local-mac-address

uint8-array

Specifies the MAC address that was assigned to the network device

phy-handle

phandle

Specifies a reference to a node representing a PHY device.

phy-connection-type

string

Specifies the interface connection type between ethernet MAC and PHY.

Legal values: 'mii', 'rmii', 'gmii', 'rgmii', 'internal'

reg

array

Information used to address the device. The value is specific to
the device (i.e. is different depending on the compatible
property).

The "reg" property is typically a sequence of (address, length) pairs.
Each pair is called a "register block". Values are
conventionally written in hex.

For details, see "2.3.6 reg" in Devicetree Specification v0.4.

See Important properties for more information.