silabs,gecko-ethernet

Vendor: Silicon Laboratories

Note

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

Description

SiLabs Gecko Ethernet

Properties

Properties not inherited from the base binding file.

Name

Type

Details

phy-address

int

address of the PHY on the MDIO bus

This property is required.

location-rmii

int

location of RMII pins, configuration defined as <location>

This property is required.

location-mdio

int

location of MDC and MDIO pins, configuration defined as <location>

This property is required.

location-phy-mdc

array

PHY MDC individual pin configuration defined as <location port pin>

This property is required.

location-phy-mdio

array

PHY MDIO individual pin configuration defined as <location port pin>

This property is required.

location-rmii-refclk

array

Reference clock individual pin configuration defined as <location port pin>

This property is required.

location-rmii-crs-dv

array

Receive data valid individual pin configuration defined as <location port pin>

This property is required.

location-rmii-txd0

array

Transmit data 0 individual pin configuration defined as <location port pin>

This property is required.

location-rmii-txd1

array

Transmit data 1 individual pin configuration defined as <location port pin>

This property is required.

location-rmii-tx-en

array

Transmit enable individual pin configuration defined as <location port pin>

This property is required.

location-rmii-rxd0

array

Receive data 0 individual pin configuration defined as <location port pin>

This property is required.

location-rmii-rxd1

array

Receive data 1 individual pin configuration defined as <location port pin>

This property is required.

location-rmii-rx-er

array

Receive error individual pin configuration defined as <location port pin>

This property is required.

location-phy-pwr-enable

array

PHY power enable individual pin configuration defined as <port pin>

location-phy-reset

array

PHY reset individual pin configuration defined as <port pin>

location-phy-interrupt

array

PHY interrupt individual pin configuration defined as <port pin>

local-mac-address

uint8-array

Specifies the MAC address that was assigned to the network device

zephyr,random-mac-address

boolean

Use a random MAC address generated when the driver is initialized.
Note that using this choice and rebooting a board may leave stale
MAC address in peers' ARP caches and lead to issues and delays in
communication.  (Use "ip neigh flush all" on Linux peers to clear
ARP cache.)

It is driver specific how the OUI octets are handled.

If set we ignore any setting of the local-mac-address property.

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'