Re: [PATCH 1/4] dt-bindings: rtc: Add NXP PCF8525 RTC
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-watchdog,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rtc |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 07 Aug 2026 13:58:52 +0530, Shiv Prakash Gupta wrote: > Add a Devicetree binding for the NXP PCF8525 I2C RTC. Describe the > optional INTA interrupt used for RTC alarm and timestamp events, and > the INTB interrupt used by the watchdog. > > Add properties to select the external crystal load capacitance and > temperature-compensation crystal model. Also allow the common > start-year, wakeup-source and reset-source properties, with > reset-source enabling watchdog registration > > Signed-off-by: Lakshay Piplani <[email protected]> > Signed-off-by: Shiv Prakash Gupta <[email protected]> > --- > .../devicetree/bindings/rtc/nxp,pcf8525.yaml | 86 +++++++++++++++++++ > 1 file changed, 86 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rtc/nxp,pcf8525.yaml > Reviewed-by: Rob Herring (Arm) <[email protected]>