diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-05-12 22:48:13 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-05-13 15:30:03 +0200 |
commit | 8508452e57f7d50216338c28db6d42dfe585389a (patch) | |
tree | 16174a3e67fa188eb770615f793cbb02827adcac /arch/arm/boot/dts/socfpga.dtsi | |
parent | Linux 4.1-rc2 (diff) | |
download | linux-8508452e57f7d50216338c28db6d42dfe585389a.tar.xz linux-8508452e57f7d50216338c28db6d42dfe585389a.zip |
ARM: socfpga: dts: add the a9-scu node
Add the dts node for the A9 SCU.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/boot/dts/socfpga.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index d9176e606173..5cefa82d6ff8 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -655,6 +655,11 @@ 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>; |