mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 20:13:49 -04:00
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>;
|
|
};
|