Home
last modified time | relevance | path

Searched full:pcf8563 (Results 1 – 25 of 82) sorted by relevance

1234

/linux-6.14.4/drivers/rtc/
Drtc-pcf8563.c3 * An I2C driver for the Philips PCF8563 RTC
11 * https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf
63 struct pcf8563 { struct
67 * From PCF8563 datasheet: this bit is toggled when the years
87 static int pcf8563_set_alarm_mode(struct pcf8563 *pcf8563, bool on) in pcf8563_set_alarm_mode() argument
92 err = regmap_read(pcf8563->regmap, PCF8563_REG_ST2, &buf); in pcf8563_set_alarm_mode()
103 return regmap_write(pcf8563->regmap, PCF8563_REG_ST2, buf); in pcf8563_set_alarm_mode()
106 static int pcf8563_get_alarm_mode(struct pcf8563 *pcf8563, unsigned char *en, in pcf8563_get_alarm_mode() argument
112 err = regmap_read(pcf8563->regmap, PCF8563_REG_ST2, &buf); in pcf8563_get_alarm_mode()
126 struct pcf8563 *pcf8563 = dev_id; in pcf8563_irq() local
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/rtc/
Dnxp,pcf8563.yaml4 $id: http://devicetree.org/schemas/rtc/nxp,pcf8563.yaml#
7 title: Philips PCF8563/Epson RTC8564 Real Time Clock
21 - nxp,pcf8563
51 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm/boot/dts/marvell/
Dkirkwood-nsa325.dts117 /* This board uses the pcf8563 RTC instead of the SoC RTC */
125 pcf8563: pcf8563@51 { label
126 compatible = "nxp,pcf8563";
Dkirkwood-nsa320.dts123 pcf8563: pcf8563@51 { label
124 compatible = "nxp,pcf8563";
Darmada-xp-lenovo-ix4-300d.dts77 pcf8563@51 {
78 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm/boot/dts/nxp/mxs/
Dimx28-eukrea-mbmx283lc.dts35 pcf8563: rtc@51 { label
36 compatible = "nxp,pcf8563";
Dimx28-apx4devkit.dts118 pcf8563: rtc@51 { label
119 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/
Dimx35-eukrea-cpuimx35.dtsi29 pcf8563@51 {
30 compatible = "nxp,pcf8563";
Dimx51-eukrea-cpuimx51.dtsi29 pcf8563@51 {
30 compatible = "nxp,pcf8563";
Dimx25-eukrea-cpuimx25.dtsi31 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm/boot/dts/microchip/
Dethernut5.dts113 pcf8563@50 {
114 compatible = "nxp,pcf8563";
Dat91-kizbox.dts186 rtc: pcf8563@51 {
187 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm/boot/dts/allwinner/
Dsun8i-v3s-anbernic-rg-nano.dts13 rtc0 = &pcf8563;
140 pcf8563: rtc@51 { label
141 compatible = "nxp,pcf8563";
Dsun6i-a31-hummingbird.dts56 rtc0 = &pcf8563;
183 pcf8563: rtc@51 { label
184 compatible = "nxp,pcf8563";
Dsun5i-a13-hsg-h702.dts83 pcf8563: rtc@51 { label
84 compatible = "nxp,pcf8563";
Dsun5i-a13-pocketbook-614-plus.dts87 pcf8563: rtc@51 { label
88 compatible = "nxp,pcf8563";
Dsun5i-a13-empire-electronix-d709.dts95 pcf8563: rtc@51 { label
96 compatible = "nxp,pcf8563";
Dsun5i-reference-design-tablet.dtsi103 pcf8563: rtc@51 { label
104 compatible = "nxp,pcf8563";
Dsun5i-a13-pocketbook-touch-lux-3.dts127 pcf8563: rtc@51 { label
128 compatible = "nxp,pcf8563";
Dsun5i-gr8-evb.dts152 pcf8563: rtc@51 { label
153 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm64/boot/dts/amlogic/
Dmeson-gxl-s905w-jethome-jethub-j80.dts242 pcf8563: rtc@51 { label
243 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm/boot/dts/nxp/lpc/
Dlpc3250-phy3250.dts100 pcf8563: rtc@51 { label
101 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm64/boot/dts/allwinner/
Dsun50i-h700-anbernic-rg35xx-sp.dts31 compatible = "nxp,pcf8563";
Dsun50i-h6-pine-h64.dts281 pcf8563: rtc@51 { label
282 compatible = "nxp,pcf8563";
/linux-6.14.4/arch/arm64/boot/dts/mediatek/
Dmt7988a-bananapi-bpi-r4.dts154 pcf8563: rtc@51 { label
155 compatible = "nxp,pcf8563";

1234