Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8a89281 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: add fpga-manager node for Arria10



Add the FPGA manger DTS entry for Arria10.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 3e2c972c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>;