Commit ebb25103 authored by Alan Tull's avatar Alan Tull Committed by Dinh Nguyen

ARM: socfpga: dts: add fpga manager

Add FPGA manager to device tree for SoCFPGA.
Signed-off-by: default avatarAlan Tull <atull@opensource.altera.com>
Reviewed-by: default avatarMoritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 78cd6a9d
......@@ -513,6 +513,13 @@ h2f_user2_clk: h2f_user2_clk {
};
};
fpgamgr0: fpgamgr@ff706000 {
compatible = "altr,socfpga-fpga-mgr";
reg = <0xff706000 0x1000
0xffb90000 0x1000>;
interrupts = <0 175 4>;
};
gmac0: ethernet@ff700000 {
compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac";
altr,sysmgr-syscon = <&sysmgr 0x60 0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment