linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: socfpga: dts: add fpga manager
@ 2015-10-13 18:28 atull at opensource.altera.com
  2015-10-13 18:57 ` Steffen Trumtrar
  2015-10-13 18:58 ` Moritz Fischer
  0 siblings, 2 replies; 7+ messages in thread
From: atull at opensource.altera.com @ 2015-10-13 18:28 UTC (permalink / raw)
  To: linux-arm-kernel

From: Alan Tull <atull@opensource.altera.com>

Add FPGA manager to device tree for SoCFPGA.

Signed-off-by: Alan Tull <atull@opensource.altera.com>
---
 arch/arm/boot/dts/socfpga.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index 314e589..e37ba11 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -834,5 +834,12 @@
 			compatible = "altr,sys-mgr", "syscon";
 			reg = <0xffd08000 0x4000>;
 		};
+
+		hps_0_fpgamgr: fpgamgr at 0xff706000 {
+			compatible = "altr,socfpga-fpga-mgr";
+			reg = <0xFF706000 0x1000
+			       0xFFB90000 0x1000>;
+			interrupts = <0 175 4>;
+		};
 	};
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-13 20:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 18:28 [PATCH] ARM: socfpga: dts: add fpga manager atull at opensource.altera.com
2015-10-13 18:57 ` Steffen Trumtrar
2015-10-13 19:18   ` Dinh Nguyen
2015-10-13 19:46     ` atull
2015-10-13 20:27       ` Steffen Trumtrar
2015-10-13 20:20     ` Steffen Trumtrar
2015-10-13 18:58 ` Moritz Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).