forked from Minki/linux
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>
This commit is contained in:
parent
e2b15689dc
commit
a16761acd9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user