aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/spear3xx.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/spear3xx.dtsi')
-rw-r--r--arch/arm/boot/dts/spear3xx.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/spear3xx.dtsi b/arch/arm/boot/dts/spear3xx.dtsi
index 924a6f67ed05..0ae7c8e86311 100644
--- a/arch/arm/boot/dts/spear3xx.dtsi
+++ b/arch/arm/boot/dts/spear3xx.dtsi
@@ -40,6 +40,14 @@
40 #interrupt-cells = <1>; 40 #interrupt-cells = <1>;
41 }; 41 };
42 42
43 dma@fc400000 {
44 compatible = "arm,pl080", "arm,primecell";
45 reg = <0xfc400000 0x1000>;
46 interrupt-parent = <&vic>;
47 interrupts = <8>;
48 status = "disabled";
49 };
50
43 gmac: eth@e0800000 { 51 gmac: eth@e0800000 {
44 compatible = "st,spear600-gmac"; 52 compatible = "st,spear600-gmac";
45 reg = <0xe0800000 0x8000>; 53 reg = <0xe0800000 0x8000>;