summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rtc/pcf8563.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rtc/pcf8563.txt')
-rw-r--r--dts/Bindings/rtc/pcf8563.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/dts/Bindings/rtc/pcf8563.txt b/dts/Bindings/rtc/pcf8563.txt
deleted file mode 100644
index 0a900f7c89..0000000000
--- a/dts/Bindings/rtc/pcf8563.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-* Philips PCF8563/Epson RTC8564 Real Time Clock
-
-Philips PCF8563/Epson RTC8564 Real Time Clock
-
-Required properties:
-- compatible: Should contain "nxp,pcf8563",
- "epson,rtc8564" or
- "microcrystal,rv8564" or
- "nxp,pca8565"
-- reg: I2C address for chip.
-
-Optional property:
-- #clock-cells: Should be 0.
-- clock-output-names:
- overwrite the default clock name "pcf8563-clkout"
-
-Example:
-
-pcf8563: pcf8563@51 {
- compatible = "nxp,pcf8563";
- reg = <0x51>;
- #clock-cells = <0>;
-};
-
-device {
-...
- clocks = <&pcf8563>;
-...
-};