Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thor Thayer and committed by
Lee Jones
a957abb5 f36e789a

+12
+12
Documentation/devicetree/bindings/arm/altera/socfpga-system.txt
··· 11 11 reg = <0xffd08000 0x1000>; 12 12 cpu1-start-addr = <0xffd080c4>; 13 13 }; 14 + 15 + ARM64 - Stratix10 16 + Required properties: 17 + - compatible : "altr,sys-mgr-s10" 18 + - reg : Should contain 1 register range(address and length) 19 + for system manager register. 20 + 21 + Example: 22 + sysmgr@ffd12000 { 23 + compatible = "altr,sys-mgr-s10"; 24 + reg = <0xffd12000 0x228>; 25 + };