mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Add devicetree bindings snapshot to the devicetree project Change-Id: Ic48a6fa76bbc126bd8f6bafc7678e7afbc3f18cf
18 lines
502 B
Plaintext
18 lines
502 B
Plaintext
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>;
|
|
};
|