Commit f8a89281 authored by Dinh Nguyen's avatar Dinh Nguyen

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
......@@ -512,6 +512,15 @@ portc: gpio-controller@0 {
};
};
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>;
......
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