Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 8f031626cf8f7c7d41484ce0c4c8ee51 > files > 4701

kernel-doc-5.4.17-1.mga7.noarch.rpm

Oxford Semiconductor OXNAS SoCs Family RPS Timer
================================================

Required properties:
- compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-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>;
};