diff options
author | Olof Johansson <olof@lixom.net> | 2015-10-22 10:07:04 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-22 10:07:04 -0700 |
commit | 9174455472edf6f373daefbdd9ca97ced0d6b399 (patch) | |
tree | e6942b5f97811abd087429863c29c9713c70cd1e /arch | |
parent | ee04242becb3623a8b9e7fbda1fb9c4c0e959c82 (diff) | |
parent | ebb251030bf25b27b05f0e4204e27b85c5664364 (diff) |
Merge tag 'socfpga_dts_for_v4.4_part_2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt
SoCFPGA DTS update for v4.4, part 2
- Add the FPGA manager node
* tag 'socfpga_dts_for_v4.4_part_2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
ARM: socfpga: dts: add fpga manager
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 314e589cfa00..0f50ae8e7e63 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -513,6 +513,13 @@ }; }; + 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>; |