Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / timer / ezchip,nps400-timer.txt
1 NPS Network Processor
2
3 Required properties:
4
5 - compatible :  should be "ezchip,nps400-timer"
6
7 Clocks required for compatible = "ezchip,nps400-timer":
8 - clocks : Must contain a single entry describing the clock input
9
10 Example:
11
12 timer {
13         compatible = "ezchip,nps400-timer";
14         clocks = <&sysclk>;
15 };