File tree 2 files changed +12
-0
lines changed
arch/arm/boot/dts/overlays 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,8 @@ Info: Adds support for a number of I2C Real Time Clock devices
371
371
Load: dtoverlay=i2c-rtc,<param>=<val>
372
372
Params: ds1307 Select the DS1307 device
373
373
374
+ ds1339 Select the DS1339 device
375
+
374
376
ds3231 Select the DS3231 device
375
377
376
378
mcp7941x Select the MCP7941x device
@@ -381,6 +383,8 @@ Params: ds1307 Select the DS1307 device
381
383
382
384
pcf8563 Select the PCF8563 device
383
385
386
+ trickle-resistor-ohms Resistor value for trickle charge (DS1339-only)
387
+
384
388
385
389
Name: i2c0-bcm2708
386
390
Info: Enable the i2c_bcm2708 driver for the i2c0 bus
Original file line number Diff line number Diff line change 17
17
reg = <0x68>;
18
18
status = "disable";
19
19
};
20
+ ds1339: ds1339@68 {
21
+ compatible = "dallas,ds1339";
22
+ trickle-resistor-ohms = <0>;
23
+ reg = <0x68>;
24
+ status = "disable";
25
+ };
20
26
mcp7941x: mcp7941x@6f {
21
27
compatible = "microchip,mcp7941x";
22
28
reg = <0x6f>;
46
52
};
47
53
__overrides__ {
48
54
ds1307 = <&ds1307>,"status";
55
+ ds1339 = <&ds1339>,"status";
49
56
ds3231 = <&ds3231>,"status";
50
57
mcp7941x = <&mcp7941x>,"status";
51
58
pcf2127 = <&pcf2127>,"status";
52
59
pcf8523 = <&pcf8523>,"status";
53
60
pcf8563 = <&pcf8563>,"status";
61
+ trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0";
54
62
};
55
63
};
You can’t perform that action at this time.
0 commit comments