18c2ecf20Sopenharmony_ciAltera SOCFPGA System Manager
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible : "altr,sys-mgr"
58c2ecf20Sopenharmony_ci- reg : Should contain 1 register ranges(address and length)
68c2ecf20Sopenharmony_ci- cpu1-start-addr : CPU1 start address in hex.
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciExample:
98c2ecf20Sopenharmony_ci	 sysmgr@ffd08000 {
108c2ecf20Sopenharmony_ci		compatible = "altr,sys-mgr";
118c2ecf20Sopenharmony_ci		reg = <0xffd08000 0x1000>;
128c2ecf20Sopenharmony_ci		cpu1-start-addr = <0xffd080c4>;
138c2ecf20Sopenharmony_ci	};
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciARM64 - Stratix10
168c2ecf20Sopenharmony_ciRequired properties:
178c2ecf20Sopenharmony_ci- compatible : "altr,sys-mgr-s10"
188c2ecf20Sopenharmony_ci- reg : Should contain 1 register range(address and length)
198c2ecf20Sopenharmony_ci        for system manager register.
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ciExample:
228c2ecf20Sopenharmony_ci	 sysmgr@ffd12000 {
238c2ecf20Sopenharmony_ci		compatible = "altr,sys-mgr-s10";
248c2ecf20Sopenharmony_ci		reg = <0xffd12000 0x228>;
258c2ecf20Sopenharmony_ci	};
26