Commit 2345d505 authored by Beniamino Galvani's avatar Beniamino Galvani Committed by Carlo Caione

ARM: dts: meson: enable Ethernet controller

Add a node for the Ethernet controller to Meson DTS file and
enable it on the Geniatech ATV1200 board.
Signed-off-by: default avatarBeniamino Galvani <b.galvani@gmail.com>
Signed-off-by: default avatarCarlo Caione <carlo@endlessm.com>
parent 03bb9512
......@@ -159,5 +159,16 @@ spifc: spi@c1108c80 {
clocks = <&clk81>;
status = "disabled";
};
ethmac: ethernet@c9410000 {
compatible = "amlogic,meson6-dwmac", "snps,dwmac";
reg = <0xc9410000 0x10000
0xc1108108 0x4>;
interrupts = <0 8 1>;
interrupt-names = "macirq";
clocks = <&clk81>;
clock-names = "stmmaceth";
status = "disabled";
};
};
}; /* end of / */
......@@ -64,3 +64,7 @@ memory {
&uart_AO {
status = "okay";
};
&ethmac {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment