mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00:00
ace1297f72
Append interrupt controller and timer document for mmp. Updates documents for gpio and i2c. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
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>;
|
|
};
|