diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/files/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/mvebu/files/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts b/target/linux/mvebu/files/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts index 7c85ab4a9d..80b078cfaa 100644 --- a/target/linux/mvebu/files/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts +++ b/target/linux/mvebu/files/arch/arm64/boot/dts/marvell/armada-3720-gl-mv1000.dts @@ -168,12 +168,16 @@ reg = <2>; label = "lan0"; phy-handle = <&switch0phy1>; + + mtd-mac-address = <&factory 0x6>; }; port@3 { reg = <3>; label = "lan1"; phy-handle = <&switch0phy2>; + + mtd-mac-address = <&factory 0x6>; }; }; |