mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
7a4f9830f0
Sebastian pointed out that .../bindings/reset is usually used for peripheral reset controllers, whereas .../bindings/power/reset is used for Board/System reset controllers. Reported-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Chris Brand <chris.brand@broadcom.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
Broadcom Kona Family Reset Manager
|
|
----------------------------------
|
|
|
|
The reset manager is used on the Broadcom BCM21664 SoC.
|
|
|
|
Required properties:
|
|
- compatible: brcm,bcm21664-resetmgr
|
|
- reg: memory address & range
|
|
|
|
Example:
|
|
brcm,resetmgr@35001f00 {
|
|
compatible = "brcm,bcm21664-resetmgr";
|
|
reg = <0x35001f00 0x24>;
|
|
};
|