diff options
author | 2023-07-11 19:01:25 -0300 | |
---|---|---|
committer | 2023-07-25 15:46:48 +0800 | |
commit | 8cf71125e1509be9f678bed0a01a3ae388da3258 (patch) | |
tree | 882352570f9b654cc8ca549a9b8177cb61fc9be2 | |
parent | ARM: dts: nxp: add missing space before { (diff) | |
download | wireguard-linux-8cf71125e1509be9f678bed0a01a3ae388da3258.tar.xz wireguard-linux-8cf71125e1509be9f678bed0a01a3ae388da3258.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts b/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts index 75f1cd14bea1..0462e43ec09b 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts +++ b/arch/arm/boot/dts/nxp/imx/imx7d-sdb.dts @@ -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; }; |