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

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

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/watchdog/microchip,pic32-wdt.txt
Extension
.txt
Size
512 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

When enabled, the watchdog peripheral can be used to reset the device if the
WDT is not cleared periodically in software.

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

Example:

	watchdog@1f800800 {
		compatible = "microchip,pic32mzda-wdt";
		reg = <0x1f800800 0x200>;
		clocks = <&rootclk LPRCCLK>;
	};

Annotation

Implementation Notes