Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a957abb5 authored by Thor Thayer's avatar Thor Thayer Committed by Lee Jones
Browse files

dt-bindings: arm: socfpga: Add S10 System Manager binding


Add the device tree bindings for the Stratix10 System Manager.

Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent f36e789a
Branches
Tags
No related merge requests found
...@@ -11,3 +11,15 @@ Example: ...@@ -11,3 +11,15 @@ Example:
reg = <0xffd08000 0x1000>; reg = <0xffd08000 0x1000>;
cpu1-start-addr = <0xffd080c4>; cpu1-start-addr = <0xffd080c4>;
}; };
ARM64 - Stratix10
Required properties:
- compatible : "altr,sys-mgr-s10"
- reg : Should contain 1 register range(address and length)
for system manager register.
Example:
sysmgr@ffd12000 {
compatible = "altr,sys-mgr-s10";
reg = <0xffd12000 0x228>;
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment