2011-12-21 15:04:13 +08:00
|
|
|
Tegra SoC PWFM controller
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: should be one of:
|
|
|
|
- "nvidia,tegra20-pwm"
|
|
|
|
- "nvidia,tegra30-pwm"
|
|
|
|
- reg: physical base address and length of the controller's registers
|
2013-07-18 06:54:23 +08:00
|
|
|
- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
|
|
|
|
the cells format.
|
2013-11-07 05:00:25 +08:00
|
|
|
- clocks: Must contain one entry, for the module clock.
|
|
|
|
See ../clocks/clock-bindings.txt for details.
|
2011-12-21 15:04:13 +08:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
pwm: pwm@7000a000 {
|
|
|
|
compatible = "nvidia,tegra20-pwm";
|
|
|
|
reg = <0x7000a000 0x100>;
|
|
|
|
#pwm-cells = <2>;
|
2013-11-07 05:00:25 +08:00
|
|
|
clocks = <&tegra_car 17>;
|
2011-12-21 15:04:13 +08:00
|
|
|
};
|