xref: /freebsd-src/sys/contrib/device-tree/Bindings/arm/altera/socfpga-system.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotAltera SOCFPGA System Manager
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible : "altr,sys-mgr"
5*c66ec88fSEmmanuel Vadot- reg : Should contain 1 register ranges(address and length)
6*c66ec88fSEmmanuel Vadot- cpu1-start-addr : CPU1 start address in hex.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotExample:
9*c66ec88fSEmmanuel Vadot	 sysmgr@ffd08000 {
10*c66ec88fSEmmanuel Vadot		compatible = "altr,sys-mgr";
11*c66ec88fSEmmanuel Vadot		reg = <0xffd08000 0x1000>;
12*c66ec88fSEmmanuel Vadot		cpu1-start-addr = <0xffd080c4>;
13*c66ec88fSEmmanuel Vadot	};
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel VadotARM64 - Stratix10
16*c66ec88fSEmmanuel VadotRequired properties:
17*c66ec88fSEmmanuel Vadot- compatible : "altr,sys-mgr-s10"
18*c66ec88fSEmmanuel Vadot- reg : Should contain 1 register range(address and length)
19*c66ec88fSEmmanuel Vadot        for system manager register.
20*c66ec88fSEmmanuel Vadot
21*c66ec88fSEmmanuel VadotExample:
22*c66ec88fSEmmanuel Vadot	 sysmgr@ffd12000 {
23*c66ec88fSEmmanuel Vadot		compatible = "altr,sys-mgr-s10";
24*c66ec88fSEmmanuel Vadot		reg = <0xffd12000 0x228>;
25*c66ec88fSEmmanuel Vadot	};
26