From: Dinh Nguyen Date: Sun, 18 Dec 2016 04:45:03 +0000 (-0600) Subject: ARM: dts: socfpga: add fpga-manager node for Arria10 X-Git-Tag: v4.11-rc1~87^2~38^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8a892815fee8766518c64bcbc95557d16410ba2;p=karo-tx-linux.git ARM: dts: socfpga: add fpga-manager node for Arria10 Add the FPGA manger DTS entry for Arria10. Signed-off-by: Dinh Nguyen --- 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>;