Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm...
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / armada-380-rtc.txt
1 * Real Time Clock of the Armada 38x SoCs
2
3 RTC controller for the Armada 38x SoCs
4
5 Required properties:
6 - compatible : Should be "marvell,armada-380-rtc"
7 - reg: a list of base address and size pairs, one for each entry in
8 reg-names
9 - reg names: should contain:
10 * "rtc" for the RTC registers
11 * "rtc-soc" for the SoC related registers and among them the one
12 related to the interrupt.
13 - interrupts: IRQ line for the RTC.
14
15 Example:
16
17 rtc@a3800 {
18 compatible = "marvell,armada-380-rtc";
19 reg = <0xa3800 0x20>, <0x184a0 0x0c>;
20 reg-names = "rtc", "rtc-soc";
21 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
22 };
This page took 0.035565 seconds and 5 git commands to generate.