Documentation/devicetree/bindings/arm/marvell/mvebu-cpu-config.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/arm/marvell/mvebu-cpu-config.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/arm/marvell/mvebu-cpu-config.txt
Extension
.txt
Size
402 bytes
Lines
21
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

MVEBU CPU Config registers
--------------------------

MVEBU (Marvell SOCs: Armada 370/XP)

Required properties:

- compatible: one of:
	- "marvell,armada-370-cpu-config"
	- "marvell,armada-xp-cpu-config"

- reg: Should contain CPU config registers location and length, in
  their per-CPU variant

Example:

	cpu-config@21000 {
		compatible = "marvell,armada-xp-cpu-config";
		reg = <0x21000 0x8>;
	};

Annotation

Implementation Notes