Ethernet
The NXP i.MX6UL CPU has two 10/100 Ethernet MACs.
The Ethernet1 port is connected to Microchip LAN8720a PHY on the ConnectCore 6UL SBC Express.
Each Ethernet port is connected to a Microchip LAN8720a PHY on the ConnectCore 6UL SBC Pro.
Kernel configuration |
CONFIG_FEC |
Kernel driver |
|
Device tree binding |
Note In the following table, the first column shows the U-Boot environment variables that hold the MAC address of each network interface:
- 'ethaddr' holds the MAC address for ENET1, Linux probes this second and sees this as eth1
- 'eth1addr' holds the MAC address for ENET2, Linux probes this first and sees this as eth0
U-Boot environment variable | Ethernet controller | Linux interface |
---|---|---|
ethaddr | ENET1 | eth1 |
eth1addr | ENET2 | eth0 |