diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2016-12-18 07:45:03 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-01-05 03:12:11 +0300 |
commit | f8a892815fee8766518c64bcbc95557d16410ba2 (patch) | |
tree | 0d6121d5bcd96ce25eef8b0f0a3c52611cf42dfc /arch/arm/boot/dts/socfpga_arria10.dtsi | |
parent | 3e2c972ca3204c73a777c7cfe91cc00c4dd1a7d3 (diff) | |
download | linux-f8a892815fee8766518c64bcbc95557d16410ba2.tar.xz |
ARM: dts: socfpga: add fpga-manager node for Arria10
Add the FPGA manger DTS entry for Arria10.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi index 551c636a4f01..3ceb4e496517 100644 --- a/arch/arm/boot/dts/socfpga_arria10.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi @@ -512,6 +512,15 @@ }; }; + fpga_mgr: fpga-mgr@ffd03000 { + compatible = "altr,socfpga-a10-fpga-mgr"; + reg = <0xffd03000 0x100 + 0xffcfe400 0x20>; + clocks = <&l4_mp_clk>; + resets = <&rst FPGAMGR_RESET>; + reset-names = "fpgamgr"; + }; + i2c0: i2c@ffc02200 { #address-cells = <1>; #size-cells = <0>; |