Home
last modified time | relevance | path

Searched full:pcf85363 (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/rtc/
Drtc-pcf85363.c3 * drivers/rtc/rtc-pcf85363.c
5 * Driver for NXP PCF85363 real-time clock.
113 struct pcf85363 { struct
123 static int pcf85363_load_capacitance(struct pcf85363 *pcf85363, struct device_node *node) in pcf85363_load_capacitance() argument
132 dev_warn(&pcf85363->rtc->dev, "Unknown quartz-load-femtofarads value: %d. Assuming 7000", in pcf85363_load_capacitance()
145 return regmap_update_bits(pcf85363->regmap, CTRL_OSCILLATOR, in pcf85363_load_capacitance()
151 struct pcf85363 *pcf85363 = dev_get_drvdata(dev); in pcf85363_rtc_read_time() local
156 ret = regmap_bulk_read(pcf85363->regmap, DT_100THS, buf, len); in pcf85363_rtc_read_time()
180 struct pcf85363 *pcf85363 = dev_get_drvdata(dev); in pcf85363_rtc_set_time() local
197 ret = regmap_bulk_write(pcf85363->regmap, CTRL_STOP_EN, in pcf85363_rtc_set_time()
[all …]
DKconfig486 tristate "NXP PCF85363"
489 If you say yes here you get support for the PCF85363 RTC chip.
492 will be called rtc-pcf85363.
494 The nvmem interface will be named pcf85363-#, where # is the
DMakefile130 obj-$(CONFIG_RTC_DRV_PCF85363) += rtc-pcf85363.o
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Dnxp,pcf85363.yaml4 $id: http://devicetree.org/schemas/rtc/nxp,pcf85363.yaml#
7 title: Philips PCF85263/PCF85363 Real Time Clock
19 - nxp,pcf85363
55 compatible = "nxp,pcf85363";
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mm-prt8mm.dts98 compatible = "nxp,pcf85363";
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3568-mecsbc.dts242 compatible = "nxp,pcf85363";