mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 05:35:12 +07:00
2359ccddc1
Bindings are supposed to be organized by device class/function. Move bindings for various timers to timer/ binding directory. Cc: Linus Walleij <linus.walleij@linaro.org> Acked-by: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
* Marvell MMP Timer controller
|
|
|
|
Required properties:
|
|
- compatible : Should be "mrvl,mmp-timer".
|
|
- reg : Address and length of the register set of timer controller.
|
|
- interrupts : Should be the interrupt number.
|
|
|
|
Example:
|
|
timer0: timer@d4014000 {
|
|
compatible = "mrvl,mmp-timer";
|
|
reg = <0xd4014000 0x100>;
|
|
interrupts = <13>;
|
|
};
|