Searched +full:aux +full:- +full:voltage +full:- +full:chargeable (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/contrib/device-tree/Bindings/rtc/ |
H A D | rtc-ds1307.txt | 4 - compatible: should be one of: 23 - reg: I2C bus address of the device 26 - interrupts: rtc alarm interrupt. 27 - clock-output-names: From common clock binding to override the default output 29 - wakeup-source: Enables wake up of host system on alarm 30 - trickle-resistor-ohms : ds1339, ds1340 and ds 1388 only 34 - aux-voltage-chargeable: ds1339, ds1340, ds1388 and rx8130 only 36 chargeable or not. 37 Possible values are 0 (not chargeable), 1 (chargeable) 40 - trickle-diode-disable : ds1339, ds1340 and ds1388 only [all …]
|
H A D | rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 18 pattern: "^rtc(@.*|-([0-9]|[1-9][0-9]+))?$" 20 aux-voltage-chargeable: 25 chargeable or not: 26 0: not chargeable 27 1: chargeable 29 quartz-load-femtofarads: [all …]
|
H A D | adi,max31335.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 13 Analog Devices MAX31335 I2C RTC ±2ppm Automotive Real-Time Clock with 17 - $ref: rtc.yaml# 29 "#clock-cells": 34 adi,tc-diode: 37 schottky - Schottky diode in series. 38 standard+schottky - standard diode + Schottky diode in series. [all …]
|
H A D | rtc-ds1307.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/rtc/rtc-ds1307.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 15 - enum: 16 - dallas,ds1307 17 - dallas,ds1308 18 - dallas,ds1337 19 - dallas,ds1338 [all …]
|