mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
ARM: dts: imx7d-sdb: Pass the Ethernet aliases
Describe the Ethernet aliases so that the second MAC address can be retrieved from the bootloader. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
38633443c6
commit
8cf71125e1
|
|
@ -10,6 +10,11 @@ / {
|
|||
model = "Freescale i.MX7 SabreSD Board";
|
||||
compatible = "fsl,imx7d-sdb", "fsl,imx7d";
|
||||
|
||||
aliases {
|
||||
ethernet0 = &fec1;
|
||||
ethernet1 = &fec2;
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &uart1;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user