mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
18 lines
474 B
Text
18 lines
474 B
Text
![]() |
Oxford Semiconductor OXNAS SoCs Family RPS Timer
|
||
|
================================================
|
||
|
|
||
|
Required properties:
|
||
|
- compatible: Should be "oxsemi,ox810se-rps-timer"
|
||
|
- reg : Specifies base physical address and size of the registers.
|
||
|
- interrupts : The interrupts of the two timers
|
||
|
- clocks : The phandle of the timer clock source
|
||
|
|
||
|
example:
|
||
|
|
||
|
timer0: timer@200 {
|
||
|
compatible = "oxsemi,ox810se-rps-timer";
|
||
|
reg = <0x200 0x40>;
|
||
|
clocks = <&rpsclk>;
|
||
|
interrupts = <4 5>;
|
||
|
};
|