mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 00:47:11 +07:00
766acb88a7
1. describe compatible variable "Must be" instead of "Should be". 2. change description so it's from the point of view of the device Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
MOXA ART timer
|
|
|
|
Required properties:
|
|
|
|
- compatible : Must be "moxa,moxart-timer"
|
|
- reg : Should contain registers location and length
|
|
- interrupts : Should contain the timer interrupt number
|
|
- clocks : Should contain phandle for the clock that drives the counter
|
|
|
|
Example:
|
|
|
|
timer: timer@98400000 {
|
|
compatible = "moxa,moxart-timer";
|
|
reg = <0x98400000 0x42>;
|
|
interrupts = <19 1>;
|
|
clocks = <&coreclk>;
|
|
};
|