mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
dd16fc4897
Instead of having the documentation for the socfpga-reset controller in a vendor specific directory, move it to the reset folder to all the other reset drivers. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
Altera SOCFPGA Reset Manager
|
|
|
|
Required properties:
|
|
- compatible : "altr,rst-mgr"
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- #reset-cells: 1
|
|
|
|
Example:
|
|
rstmgr@ffd05000 {
|
|
#reset-cells = <1>;
|
|
compatible = "altr,rst-mgr";
|
|
reg = <0xffd05000 0x1000>;
|
|
};
|