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
Linux 4.1.18
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
pwm
/
lpc32xx-pwm.txt
blob
cfe1db3bb6e979987361b1c194ecdbf04ddc9349
1
LPC32XX PWM controller
2
3
Required properties:
4
- compatible: should be "nxp,lpc3220-pwm"
5
- reg: physical base address and length of the controller's registers
6
7
Examples:
8
9
pwm@0x4005C000 {
10
compatible = "nxp,lpc3220-pwm";
11
reg = <0x4005C000 0x8>;
12
};