Commit 479f8df0 authored by Dinh Nguyen's avatar Dinh Nguyen

ARM: socfpga: dts: add the a9-scu node for arria10

Add a dts node for the A9 SCU on the Arria10 platform.
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 030bbdbf
...@@ -281,6 +281,11 @@ rst: rstmgr@ffd05000 { ...@@ -281,6 +281,11 @@ rst: rstmgr@ffd05000 {
reg = <0xffd05000 0x100>; reg = <0xffd05000 0x100>;
}; };
scu: snoop-control-unit@ffffc000 {
compatible = "arm,cortex-a9-scu";
reg = <0xffffc000 0x100>;
};
sysmgr: sysmgr@ffd06000 { sysmgr: sysmgr@ffd06000 {
compatible = "altr,sys-mgr", "syscon"; compatible = "altr,sys-mgr", "syscon";
reg = <0xffd06000 0x300>; reg = <0xffd06000 0x300>;
......
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