| .. | .. |
|---|
| 19 | 19 | "pericom,pt7c4338", |
|---|
| 20 | 20 | "epson,rx8025", |
|---|
| 21 | 21 | "isil,isl12057" |
|---|
| 22 | + "epson,rx8130" |
|---|
| 22 | 23 | - reg: I2C bus address of the device |
|---|
| 23 | 24 | |
|---|
| 24 | 25 | Optional properties: |
|---|
| .. | .. |
|---|
| 30 | 31 | Selected resistor for trickle charger |
|---|
| 31 | 32 | Possible values are 250, 2000, 4000 |
|---|
| 32 | 33 | Should be given if trickle charger should be enabled |
|---|
| 33 | | -- trickle-diode-disable : ds1339, ds1340 and ds 1388 only |
|---|
| 34 | +- aux-voltage-chargeable: ds1339, ds1340, ds1388 and rx8130 only |
|---|
| 35 | + Tells whether the battery/supercap of the RTC (if any) is |
|---|
| 36 | + chargeable or not. |
|---|
| 37 | + Possible values are 0 (not chargeable), 1 (chargeable) |
|---|
| 38 | + |
|---|
| 39 | +Deprecated properties: |
|---|
| 40 | +- trickle-diode-disable : ds1339, ds1340 and ds1388 only |
|---|
| 34 | 41 | Do not use internal trickle charger diode |
|---|
| 35 | 42 | Should be given if internal trickle charger diode should be disabled |
|---|
| 43 | + (superseded by aux-voltage-chargeable) |
|---|
| 36 | 44 | |
|---|
| 37 | 45 | Example: |
|---|
| 38 | | - rtc1: ds1339@68 { |
|---|
| 46 | + ds1339: rtc@68 { |
|---|
| 39 | 47 | compatible = "dallas,ds1339"; |
|---|
| 40 | 48 | reg = <0x68>; |
|---|
| 41 | 49 | interrupt-parent = <&gpio4>; |
|---|