Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / digicolor-rtc.txt
1 Conexant Digicolor Real Time Clock controller
2
3 This binding currently supports the CX92755 SoC.
4
5 Required properties:
6 - compatible: should be "cnxt,cx92755-rtc"
7 - reg: physical base address of the controller and length of memory mapped
8 region.
9 - interrupts: rtc alarm interrupt
10
11 Example:
12
13 rtc@f0000c30 {
14 compatible = "cnxt,cx92755-rtc";
15 reg = <0xf0000c30 0x18>;
16 interrupts = <25>;
17 };
This page took 0.032234 seconds and 5 git commands to generate.