silabs,gecko-ethernet

Vendor: Silicon Laboratories

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'