diff options
author | Pawel Moll <pawel.moll@arm.com> | 2013-08-07 12:50:26 +0100 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2013-08-07 14:55:27 +0100 |
commit | ceca0e1c3930c942cb849620ebe8fdafb55b5cda (patch) | |
tree | 8fd853fd82b7c86e70d1ec780b4595ceb4408b7e /arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | |
parent | 63819cb10342bbf3556f6b59ac4daacbf84833bf (diff) | |
download | op-kernel-dev-ceca0e1c3930c942cb849620ebe8fdafb55b5cda.zip op-kernel-dev-ceca0e1c3930c942cb849620ebe8fdafb55b5cda.tar.gz |
ARM: vexpress: Add SCC to V2P-CA15_A7's device tree
SCC (Serial Configuration Controller) is used to set initial
conditions for the test chip (TC2). Its registers are also mapped
in normal address space and used to obtain runtime information
and for power management.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts index d2803be..759b0cd 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts @@ -125,6 +125,12 @@ clock-names = "apb_pclk"; }; + scc@7fff0000 { + compatible = "arm,vexpress-scc,v2p-ca15_a7", "arm,vexpress-scc"; + reg = <0 0x7fff0000 0 0x1000>; + interrupts = <0 95 4>; + }; + timer { compatible = "arm,armv7-timer"; interrupts = <1 13 0xf08>, |