mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
0fc52ca54a
Add device tree bindings for the SiRFSoC Real Time Clock. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Rob Herring <robh@kernel.org>
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
SiRFSoC Real Time Clock
|
|
|
|
Required properties:
|
|
- compatible: must be "sirf,prima2-sysrtc"
|
|
- reg: address range of rtc register set.
|
|
- interrupts: rtc alarm interrupts.
|
|
|
|
Example:
|
|
rtc@2000 {
|
|
compatible = "sirf,prima2-sysrtc";
|
|
reg = <0x2000 0x1000>;
|
|
interrupts = <52 53 54>;
|
|
};
|