summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-19 12:30:16 +0300
committerWei Liang Lim <weiliang.lim@starfivetech.com>2023-10-19 12:30:16 +0300
commit2c4fa639e74bad2eab893417959ada8b68dc6808 (patch)
tree73dfd0e7977d9a085c99642057783117ed8367bc
parentb0508dd62af5654aa95c32b6e6234c229747b0c9 (diff)
downloadu-boot-2c4fa639e74bad2eab893417959ada8b68dc6808.tar.xz
arch: riscv: dts: dubhe_fpga.dts: Add static MAC address in dts
Signed-off-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
-rw-r--r--arch/riscv/dts/dubhe_fpga.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/dts/dubhe_fpga.dts b/arch/riscv/dts/dubhe_fpga.dts
index 5a04f9b6d3..47b890c545 100644
--- a/arch/riscv/dts/dubhe_fpga.dts
+++ b/arch/riscv/dts/dubhe_fpga.dts
@@ -44,6 +44,7 @@
&gmac0 {
status = "okay";
phy-mode = "rgmii-id";
+ mac-address = [de ad be ef de ad];
// clk_csr = <3>;
// max-speed = <10>;
phy-handle = <&ethernet_phy0>;