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
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
|
gmac1: ethernet@ff702000 {
|
||||||
|
status = "okay";
|
||||||
|
local-mac-address = [e6 88 2d 82 1f d4];
|
||||||
|
};
|
||||||
gpio0: gpio@ff708000 {
|
gpio0: gpio@ff708000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue