Commit 8508452e authored by Dinh Nguyen's avatar Dinh Nguyen

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

Add the dts node for the A9 SCU.
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 5ebe6afa
......@@ -655,6 +655,11 @@ spi0: spi@fff00000 {
status = "disabled";
};
scu: snoop-control-unit@fffec000 {
compatible = "arm,cortex-a9-scu";
reg = <0xfffec000 0x100>;
};
spi1: spi@fff01000 {
compatible = "snps,dw-apb-ssi";
#address-cells = <1>;
......
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