Message ID | 1375815264-29414-4-git-send-email-pawel.moll@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts index d2803be..004025d 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts @@ -125,6 +125,17 @@ clock-names = "apb_pclk"; }; + scc@7fff0000 { + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0 0x7fff0000 0x1000>; + + spc@b00 { + compatible = "arm,vexpress-spc,v2p-ca15_a7", "arm,vexpress-spc"; + reg = <0xb00 0x100>; + }; + }; + timer { compatible = "arm,armv7-timer"; interrupts = <1 13 0xf08>,
SCC is a set of random system control registers. One of the functionality provided is an interface to power management features (SPC). Signed-off-by: Pawel Moll <pawel.moll@arm.com> --- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 11 +++++++++++ 1 file changed, 11 insertions(+)