Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
cp-linux
/
8d8f6542b666daf5e87de156590e635c2c4da0c0
/
.
/
Documentation
/
devicetree
/
bindings
/
pwm
/
lpc32xx-pwm.txt
blob: cfe1db3bb6e979987361b1c194ecdbf04ddc9349 [
file
] [
log
] [
blame
]
LPC32XX PWM controller
Required properties:
- compatible: should be "nxp,lpc3220-pwm"
- reg: physical base address and length of the controller's registers
Examples:
pwm@0x4005C000 {
compatible = "nxp,lpc3220-pwm";
reg = <0x4005C000 0x8>;
};