dts: arm: atmel: Add SAM 4E GMAC instance

This commit adds a GMAC instance to the SAM 4E device tree.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2020-02-27 19:59:39 -03:00 committed by Jukka Rissanen
commit 03d02fab50

View file

@ -125,6 +125,16 @@
label = "USART_1";
};
gmac: ethernet@40034000 {
compatible = "atmel,sam-gmac";
reg = <0x40034000 0x4000>;
interrupts = <44 0>;
interrupt-names = "gmac";
num-queues = <1>;
label = "GMAC";
status = "disabled";
};
pinctrl@400e0e00 {
compatible = "atmel,sam-pinctrl";
#address-cells = <1>;