mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 19:07:32 +07:00
2ea3401e2a
In order to support the Oxford Semiconductor OX820 SoC, add new compatible string to rps timer driver. Also add new string in the dt-bindings. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
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>;
|
|
};
|