diff options
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/pcf85363.txt')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/pcf85363.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/pcf85363.txt b/Documentation/devicetree/bindings/rtc/pcf85363.txt new file mode 100644 index 000000000..94adc1cf9 --- /dev/null +++ b/Documentation/devicetree/bindings/rtc/pcf85363.txt @@ -0,0 +1,17 @@ +NXP PCF85263/PCF85363 Real Time Clock +============================ + +Required properties: +- compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363". +- reg: I2C address for chip. + +Optional properties: +- interrupts: IRQ line for the RTC (not implemented). + +Example: + +pcf85363: pcf85363@51 { + compatible = "nxp,pcf85363"; + reg = <0x51>; +}; + |