About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / watchdog / meson-gxbb-wdt.txt


Based on kernel version 4.16.1. Page generated on 2018-04-09 11:53 EST.

1	Meson GXBB SoCs Watchdog timer
2	
3	Required properties:
4	
5	- compatible : should be "amlogic,meson-gxbb-wdt"
6	- reg : Specifies base physical address and size of the registers.
7	- clocks : Should be a phandle to the Watchdog clock source, for GXBB the xtal
8		   is the default clock source.
9	
10	Example:
11	
12	wdt: watchdog@98d0 {
13		compatible = "amlogic,meson-gxbb-wdt";
14		reg = <0 0x98d0 0x0 0x10>;
15		clocks = <&xtal>;
16	};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog