Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: c698ca5278934c0ae32297a8725ced2e27585d7f authored by Linus Torvalds on 19 March 2018, 00:48:42 UTC
Linux 4.16-rc6
Tip revision: c698ca5
brcm,bcm21664-resetmgr.txt
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>;
	};
back to top