We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe51062 commit 0b8736fCopy full SHA for 0b8736f
arch/arm/boot/dts/overlays/README
@@ -445,6 +445,9 @@ Params: ds1307 Select the DS1307 device
445
446
trickle-resistor-ohms Resistor value for trickle charge (DS1339-only)
447
448
+ wakeup-source Specify that the RTC can be used as a wakeup
449
+ source
450
+
451
452
Name: i2c0-bcm2708
453
Info: Enable the i2c_bcm2708 driver for the i2c0 bus. Not all pin combinations
arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts
@@ -65,5 +65,9 @@
65
pcf8523 = <&pcf8523>,"status";
66
pcf8563 = <&pcf8563>,"status";
67
trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0";
68
+ wakeup-source = <&ds1339>,"wakeup-source?",
69
+ <&ds3231>,"wakeup-source?",
70
+ <&mcp7940x>,"wakeup-source?",
71
+ <&mcp7941x>,"wakeup-source?";
72
};
73
0 commit comments