Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cris-mirror.git] / Documentation / devicetree / bindings / timer / ezchip,nps400-timer0.txt
blobe3cfce8fecc5d5bd4b3a240daffdd987fd369b20
1 NPS Network Processor
3 Required properties:
5 - compatible :  should be "ezchip,nps400-timer0"
7 Clocks required for compatible = "ezchip,nps400-timer0":
8 - interrupts : The interrupt of the first timer
9 - clocks : Must contain a single entry describing the clock input
11 Example:
13 timer {
14         compatible = "ezchip,nps400-timer0";
15         interrupts = <3>;
16         clocks = <&sysclk>;