/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | rtc-ds1307.yaml | 18 - dallas,ds1337 96 compatible = "dallas,ds1337";
|
/openbmc/u-boot/drivers/rtc/ |
H A D | Makefile | 18 obj-$(CONFIG_RTC_DS1337) += ds1337.o 20 obj-$(CONFIG_RTC_DS1388) += ds1337.o
|
H A D | ds1307.c | 13 * based on ds1337.c 332 { .compatible = "dallas,ds1337", .data = ds_1337 },
|
H A D | ds3231.c | 11 * copied from ds1337.c
|
H A D | pt7c4338.c | 11 * This file is based on drivers/rtc/ds1337.c
|
H A D | ds1337.c | 10 * DS1337 Real Time Clock (RTC).
|
H A D | isl1208.c | 6 * Modelled after the ds1337 driver
|
H A D | ds1374.c | 13 * based on ds1337.c
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-3720-db.dts | 112 /* PT7C4337A from pericom fully compatible with the ds1337 */ 113 compatible = "dallas,ds1337";
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-pico-nymph.dtsi | 39 compatible = "dallas,ds1337";
|
H A D | imx7d-pico-nymph.dts | 74 compatible = "dallas,ds1337";
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-octeon.txt | 33 compatible = "dallas,ds1337";
|
/openbmc/linux/arch/mips/boot/dts/cavium-octeon/ |
H A D | dlink_dsr-500n-1000n.dtsi | 41 compatible = "dallas,ds1337";
|
/openbmc/linux/arch/arm64/boot/dts/apm/ |
H A D | apm-merlin.dts | 77 compatible = "dallas,ds1337";
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | t1042rdb_pi.dts | 51 compatible = "dallas,ds1337";
|
H A D | mvme2500.dts | 38 compatible = "dallas,ds1337";
|
H A D | t104xd4rdb.dtsi | 130 compatible = "dallas,ds1337";
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | storcenter.dts | 69 compatible = "dallas,ds1337";
|
H A D | tqm8541.dts | 102 compatible = "dallas,ds1337";
|
H A D | tqm8540.dts | 103 compatible = "dallas,ds1337";
|
H A D | tqm8555.dts | 102 compatible = "dallas,ds1337";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-var-som-symphony.dts | 146 compatible = "dallas,ds1337";
|
H A D | imx8mm-var-som-symphony.dts | 141 compatible = "dallas,ds1337";
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ds1307.c | 5 * Copyright (C) 2005 James Chapman (ds1337 core) 1052 { "ds1337", ds_1337 }, 1082 .compatible = "dallas,ds1337", 1150 * The ds1337 and ds1339 both have two alarms, but we only use the first 1151 * one (with a "seconds" field). For ds1337 we expect nINTA is our alarm
|
/openbmc/u-boot/include/configs/ |
H A D | TQM834x.h | 175 #define CONFIG_RTC_DS1337 /* use ds1337 rtc via i2c */
|