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:
parent
8c2a1597db
commit
03d02fab50
1 changed files with 10 additions and 0 deletions
|
@ -125,6 +125,16 @@
|
||||||
label = "USART_1";
|
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 {
|
pinctrl@400e0e00 {
|
||||||
compatible = "atmel,sam-pinctrl";
|
compatible = "atmel,sam-pinctrl";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue