About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / iio / timer / stm32-timer-trigger.txt


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

1	STMicroelectronics STM32 Timers IIO timer bindings
2	
3	Must be a sub-node of an STM32 Timers device tree node.
4	See ../mfd/stm32-timers.txt for details about the parent node.
5	
6	Required parameters:
7	- compatible:	Must be one of:
8			"st,stm32-timer-trigger"
9			"st,stm32h7-timer-trigger"
10	- reg:		Identify trigger hardware block.
11	
12	Example:
13		timers@40010000 {
14			#address-cells = <1>;
15			#size-cells = <0>;
16			compatible = "st,stm32-timers";
17			reg = <0x40010000 0x400>;
18			clocks = <&rcc 0 160>;
19			clock-names = "int";
20	
21			timer@0 {
22				compatible = "st,stm32-timer-trigger";
23				reg = <0>;
24			};
25		};
Hide Line Numbers


About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog