devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: rtc: Add pcf85053a support
@ 2025-03-10  6:38 Pankit Garg
  2025-03-10  6:38 ` [PATCH 2/2] rtc: Add NXP PCF85053A driver support Pankit Garg
  2025-03-10 13:00 ` [PATCH 1/2] dt-bindings: rtc: Add pcf85053a support Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Pankit Garg @ 2025-03-10  6:38 UTC (permalink / raw)
  To: linux-rtc, devicetree, linux-kernel, conor+dt, robh,
	alexandre.belloni
  Cc: vikash.bansal, priyanka.jain, daniel.aguirre,
	shashank.rebbapragada, aman.kumarpandey, Pankit Garg

Add device tree bindings for NXP PCF85053a RTC chip.

Signed-off-by: Pankit Garg <pankit.garg@nxp.com>
---
 .../bindings/rtc/nxp,pcf85053a.yaml           | 44 +++++++++++++++++++
 MAINTAINERS                                   |  6 +++
 2 files changed, 50 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/nxp,pcf85053a.yaml

diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf85053a.yaml b/Documentation/devicetree/bindings/rtc/nxp,pcf85053a.yaml
new file mode 100644
index 000000000000..177afbe128d4
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/nxp,pcf85053a.yaml
@@ -0,0 +1,44 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+# Copyright 2025 NXP
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/rtc/nxp,pcf85053a.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: NXP PCF85053A Real Time Clock
+
+allOf:
+  - $ref: rtc.yaml#
+
+maintainers:
+  - Pankit Garg <pankit.garg@nxp.com>
+
+properties:
+  compatible:
+    enum:
+      - nxp,pcf85053a
+
+  reg:
+    maxItems: 1
+
+  interrupts:
+    maxItems: 1
+
+required:
+  - compatible
+  - reg
+
+additionalProperties: false
+
+examples:
+  - |
+    i2c {
+        #address-cells = <1>;
+        #size-cells = <0>;
+
+        rtc@6f {
+          compatible = "nxp,pcf85053a";
+          reg = <0x6f>;
+        };
+      };
+...
diff --git a/MAINTAINERS b/MAINTAINERS
index 8e0736dc2ee0..21a05e169564 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17158,6 +17158,12 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml
 F:	sound/soc/codecs/tfa989x.c
 
+NXP RTC PCF85053A DRIVER
+M:	Pankit Garg<pankit.garg@nxp.com>
+L:	linux-kernel@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/rtc/nxp,pcf85053a.yaml
+
 NZXT-KRAKEN2 HARDWARE MONITORING DRIVER
 M:	Jonas Malaco <jonas@protocubo.io>
 L:	linux-hwmon@vger.kernel.org
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-16  6:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10  6:38 [PATCH 1/2] dt-bindings: rtc: Add pcf85053a support Pankit Garg
2025-03-10  6:38 ` [PATCH 2/2] rtc: Add NXP PCF85053A driver support Pankit Garg
2025-03-10 13:00 ` [PATCH 1/2] dt-bindings: rtc: Add pcf85053a support Rob Herring
2025-04-16  6:57   ` [EXT] " Pankit Garg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).