diff options
author | Thor Thayer <thor.thayer@linux.intel.com> | 2019-03-12 01:18:04 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-04-02 09:37:54 +0300 |
commit | a957abb58ddfc83fa95406bb97b4541f30c78421 (patch) | |
tree | 0fec8c875742a7b585ff384fed7b15f72d40a995 | |
parent | f36e789a1f8d0b75ee2b459dfac10efd7d299a6d (diff) | |
download | linux-a957abb58ddfc83fa95406bb97b4541f30c78421.tar.xz |
dt-bindings: arm: socfpga: Add S10 System Manager binding
Add the device tree bindings for the Stratix10 System Manager.
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/altera/socfpga-system.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera/socfpga-system.txt b/Documentation/devicetree/bindings/arm/altera/socfpga-system.txt index f4d04a067282..82edbaaa3f85 100644 --- a/Documentation/devicetree/bindings/arm/altera/socfpga-system.txt +++ b/Documentation/devicetree/bindings/arm/altera/socfpga-system.txt @@ -11,3 +11,15 @@ Example: reg = <0xffd08000 0x1000>; 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>; + }; |