boards: arm: Cyclone V SoC add gmac config
Add gmac config to board so its not in the socfpga dts Signed-off-by: Benjamin Kyd <benjamin.kyd@intel.com>
This commit is contained in:
parent
88466a6f0b
commit
591a98babd
|
@ -45,6 +45,10 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
gmac1: ethernet@ff702000 {
|
||||
status = "okay";
|
||||
local-mac-address = [e6 88 2d 82 1f d4];
|
||||
};
|
||||
gpio0: gpio@ff708000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue