|
@@ -450,43 +450,26 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
- ethernet0: ethernet0 {
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
- compatible = "altr,socfpga-stmmac";
|
|
|
- altr,sysmgr-syscon = <&sysmgr 0x60>;
|
|
|
+ gmac0: ethernet@ff700000 {
|
|
|
+ compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
|
|
|
+ reg = <0xff700000 0x2000>;
|
|
|
+ interrupts = <0 115 4>;
|
|
|
+ interrupt-names = "macirq";
|
|
|
+ mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
|
|
|
+ clocks = <&emac0_clk>;
|
|
|
+ clock-names = "stmmaceth";
|
|
|
status = "disabled";
|
|
|
- ranges;
|
|
|
-
|
|
|
- gmac0: gmac0@ff700000 {
|
|
|
- compatible = "snps,dwmac-3.70a", "snps,dwmac";
|
|
|
- reg = <0xff700000 0x2000>;
|
|
|
- interrupts = <0 115 4>;
|
|
|
- interrupt-names = "macirq";
|
|
|
- mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
|
|
|
- clocks = <&emac0_clk>;
|
|
|
- clock-names = "stmmaceth";
|
|
|
- };
|
|
|
};
|
|
|
|
|
|
- ethernet1: ethernet1 {
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
- compatible = "altr,socfpga-stmmac";
|
|
|
- altr,sysmgr-syscon = <&sysmgr 0x60>;
|
|
|
+ gmac1: ethernet@ff702000 {
|
|
|
+ compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
|
|
|
+ reg = <0xff702000 0x2000>;
|
|
|
+ interrupts = <0 120 4>;
|
|
|
+ interrupt-names = "macirq";
|
|
|
+ mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
|
|
|
+ clocks = <&emac1_clk>;
|
|
|
+ clock-names = "stmmaceth";
|
|
|
status = "disabled";
|
|
|
- ranges;
|
|
|
-
|
|
|
- gmac1: gmac1@ff702000 {
|
|
|
- device_type = "network";
|
|
|
- compatible = "snps,dwmac-3.70a", "snps,dwmac";
|
|
|
- reg = <0xff702000 0x2000>;
|
|
|
- interrupts = <0 120 4>;
|
|
|
- interrupt-names = "macirq";
|
|
|
- mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
|
|
|
- clocks = <&emac1_clk>;
|
|
|
- clock-names = "stmmaceth";
|
|
|
- };
|
|
|
};
|
|
|
|
|
|
L2: l2-cache@fffef000 {
|