1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Add the GMAC entries to sun7i (A20) DTS.

While here make EMAC disabled unless explicitly enabled.
This commit is contained in:
Luiz Otavio O Souza 2015-07-07 18:32:23 +00:00
parent 99043514c6
commit f4b61a34e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285245

View File

@ -141,6 +141,20 @@
reg = <0x01c0b000 0x1000>;
interrupts = <55>;
interrupt-parent = <&GIC>;
status = "disabled";
};
gmac@01c50000 {
compatible = "allwinner,sun7i-a20-gmac";
reg = <0x01c50000 0x10000>;
interrupts = <85>;
interrupt-parent = <&GIC>;
snps,pbl = <2>;
snps,fixed-burst;
snps,force_sf_dma_mode;
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};
};
};