forked from Minki/linux
d6dd735f4b
Because the CPU1 start address is different for socfpga-vt and socfpga-cyclone5, we add code to use the correct CPU1 start addr. Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Signed-off-by: Pavel Machek <pavel@denx.de> Cc: Russell King <linux@arm.linux.org.uk> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Olof Johansson <olof@lixom.net> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Olof Johansson <olof@lixom.net>
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
Altera SOCFPGA System Manager
|
|
|
|
Required properties:
|
|
- compatible : "altr,sys-mgr"
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- cpu1-start-addr : CPU1 start address in hex.
|
|
|
|
Example:
|
|
sysmgr@ffd08000 {
|
|
compatible = "altr,sys-mgr";
|
|
reg = <0xffd08000 0x1000>;
|
|
cpu1-start-addr = <0xffd080c4>;
|
|
};
|