repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
timer
/
st,spear-timer.txt
blob
b5238a07da1716d31b9291c8e50b3013aef7274c
1
* SPEAr ARM Timer
2
3
** Timer node required properties:
4
5
- compatible : Should be:
6
"st,spear-timer"
7
- reg: Address range of the timer registers
8
- interrupt: Should contain the timer interrupt number
9
10
Example:
11
12
timer@f0000000 {
13
compatible = "st,spear-timer";
14
reg = <0xf0000000 0x400>;
15
interrupts = <2>;
16
};