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>;
|
||
|
};
|