aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/socfpga.dtsi
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-26 20:26:00 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-26 20:26:00 -0400
commitb80a6373d6cf7cbd22498409cef7883d7f8209c4 (patch)
treea5b1ac0d2708272f1c2cb435c5226a367b752fda /arch/arm/boot/dts/socfpga.dtsi
parent57a0ec38405a27720be1f168807ced0dd615365e (diff)
Revert "dts: socfpga: Add DTS entry for adding the stmmac glue layer for stmmac."
This reverts commit 7e0b4cd06201ee9dbdf2d13bfd7b8a021b414e42. The binding changes need to be done differently as well, let's take them through netdev, and merge the dts changes in a new patch here. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/socfpga.dtsi')
-rw-r--r--arch/arm/boot/dts/socfpga.dtsi49
1 files changed, 16 insertions, 33 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index 404553c97f31..74cceae8fdef 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -450,43 +450,26 @@
450 }; 450 };
451 }; 451 };
452 452
453 ethernet0: ethernet0 { 453 gmac0: ethernet@ff700000 {
454 #address-cells = <1>; 454 compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
455 #size-cells = <1>; 455 reg = <0xff700000 0x2000>;
456 compatible = "altr,socfpga-stmmac"; 456 interrupts = <0 115 4>;
457 altr,sysmgr-syscon = <&sysmgr 0x60>; 457 interrupt-names = "macirq";
458 mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
459 clocks = <&emac0_clk>;
460 clock-names = "stmmaceth";
458 status = "disabled"; 461 status = "disabled";
459 ranges;
460
461 gmac0: gmac0@ff700000 {
462 compatible = "snps,dwmac-3.70a", "snps,dwmac";
463 reg = <0xff700000 0x2000>;
464 interrupts = <0 115 4>;
465 interrupt-names = "macirq";
466 mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
467 clocks = <&emac0_clk>;
468 clock-names = "stmmaceth";
469 };
470 }; 462 };
471 463
472 ethernet1: ethernet1 { 464 gmac1: ethernet@ff702000 {
473 #address-cells = <1>; 465 compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
474 #size-cells = <1>; 466 reg = <0xff702000 0x2000>;
475 compatible = "altr,socfpga-stmmac"; 467 interrupts = <0 120 4>;
476 altr,sysmgr-syscon = <&sysmgr 0x60>; 468 interrupt-names = "macirq";
469 mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
470 clocks = <&emac1_clk>;
471 clock-names = "stmmaceth";
477 status = "disabled"; 472 status = "disabled";
478 ranges;
479
480 gmac1: gmac1@ff702000 {
481 device_type = "network";
482 compatible = "snps,dwmac-3.70a", "snps,dwmac";
483 reg = <0xff702000 0x2000>;
484 interrupts = <0 120 4>;
485 interrupt-names = "macirq";
486 mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
487 clocks = <&emac1_clk>;
488 clock-names = "stmmaceth";
489 };
490 }; 473 };
491 474
492 L2: l2-cache@fffef000 { 475 L2: l2-cache@fffef000 {