Documentation/devicetree/bindings/thermal/dove-thermal.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/thermal/dove-thermal.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/thermal/dove-thermal.txt
Extension
.txt
Size
465 bytes
Lines
19
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

This driver is for Dove SoCs which contain a thermal sensor.

Required properties:
- compatible : "marvell,dove-thermal"
- reg : Address range of the thermal registers

The reg properties should contain two ranges. The first is for the
three Thermal Manager registers, while the second range contains the
Thermal Diode Control Registers.

Example:

	thermal@10078 {
		compatible = "marvell,dove-thermal";
		reg = <0xd001c 0x0c>, <0xd005c 0x08>;
	};

Annotation

Implementation Notes