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: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
This commit is contained in:
Beniamino Galvani 2015-03-01 20:45:37 +01:00 коммит произвёл Carlo Caione
Родитель 03bb95124e
Коммит 2345d50583
2 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -159,5 +159,16 @@
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 @@
&uart_AO {
status = "okay";
};
&ethmac {
status = "okay";
};