Skip to content

Commit 479f8df

Browse files
author
Dinh Nguyen
committed
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: Dinh Nguyen <[email protected]>
1 parent 030bbdb commit 479f8df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,11 @@
281281
reg = <0xffd05000 0x100>;
282282
};
283283

284+
scu: snoop-control-unit@ffffc000 {
285+
compatible = "arm,cortex-a9-scu";
286+
reg = <0xffffc000 0x100>;
287+
};
288+
284289
sysmgr: sysmgr@ffd06000 {
285290
compatible = "altr,sys-mgr", "syscon";
286291
reg = <0xffd06000 0x300>;

0 commit comments

Comments
 (0)