diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-02-28 01:28:02 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-03-04 07:59:34 +0400 |
commit | a16761acd9d209328210678c76ffba478af8c731 (patch) | |
tree | 991e947c7578ae586433d3aace9baccbdc5f6a16 /arch/arm/boot/dts | |
parent | e2b15689dcb052b8c4c6580c79aef50052c55581 (diff) | |
download | linux-a16761acd9d209328210678c76ffba478af8c731.tar.xz |
ARM: dove: add system controller node
This adds a DT node for the system-controller found on Marvell Dove
SoCs.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 43cbdc2366b3..b6fc27f8ed66 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -186,6 +186,11 @@ reg = <0x20000 0x80>, <0x800100 0x8>; }; + sysc: system-ctrl@20000 { + compatible = "marvell,orion-system-controller"; + reg = <0x20000 0x110>; + }; + bridge_intc: bridge-interrupt-ctrl@20110 { compatible = "marvell,orion-bridge-intc"; interrupt-controller; |