Documentation/devicetree/bindings/reset/brcm,bcm63138-pmb.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/reset/brcm,bcm63138-pmb.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/reset/brcm,bcm63138-pmb.txt
Extension
.txt
Size
608 bytes
Lines
20
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

Broadcom BCM63138 Processor Monitor Bus binding
===============================================

Please also refer to reset.txt in this directory for common reset
controller binding usage.

Require properties:

- compatible: must be "brcm,bcm63138-pmb"
- reg: base register address and size for this bus controller
- #reset-cells: must be 2 first cell is the address within the bus instance designated
  by the phandle, and the second is the number of zones for this peripheral

Example:
	pmb0: reset-controller@4800c0 {
		compatible = "brcm,bcm63138-pmb";
		reg = <0x4800c0 0x10>;
		#reset-cells = <2>;
	};

Annotation

Implementation Notes