mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-10 07:44:23 +08:00
9c4566a117
Enable SMP for the SOCFPGA platform. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
Altera SOCFPGA System Manager
|
|
|
|
Required properties:
|
|
- compatible : "altr,sys-mgr"
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
|
|
Example:
|
|
sysmgr@ffd08000 {
|
|
compatible = "altr,sys-mgr";
|
|
reg = <0xffd08000 0x1000>;
|
|
};
|