Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt
Extension
.txt
Size
525 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

The Keystone II devices have a set of registers that are used to control
the status of its peripherals. This node is intended to allow access to
this functionality.

Required properties:

- compatible:		"ti,keystone-devctrl", "syscon"

- reg:			contains offset/length value for device state control
			registers space.

Example:

devctrl: device-state-control@02620000 {
	compatible = "ti,keystone-devctrl", "syscon";
	reg = <0x02620000 0x1000>;
};

Annotation

Implementation Notes