Documentation/devicetree/bindings/watchdog/microchip,pic32-dmt.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/watchdog/microchip,pic32-dmt.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/watchdog/microchip,pic32-dmt.txt
Extension
.txt
Size
603 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 deadman timer is used to reset the processor in the event of a software
malfunction. It is a free-running instruction fetch timer, which is clocked
whenever an instruction fetch occurs until a count match occurs.

Required properties:
- compatible: must be "microchip,pic32mzda-dmt".
- reg: physical base address of the controller and length of memory mapped
  region.
- clocks: phandle of source clk. Should be <&rootclk PB7CLK>.

Example:

	watchdog@1f800a00 {
		compatible = "microchip,pic32mzda-dmt";
		reg = <0x1f800a00 0x80>;
		clocks = <&rootclk PB7CLK>;
	};

Annotation

Implementation Notes