Lines Matching +full:key +full:- +full:down
3 DA9063 consists of a large and varied group of sub-devices (I2C Only):
6 ------ ------------ -----------
7 da9063-regulator : : LDOs & BUCKs
8 da9063-onkey : : On Key
9 da9063-rtc : : Real-Time Clock (DA9063 only)
10 da9063-watchdog : : Watchdog
16 - compatible : Should be "dlg,da9063" or "dlg,da9063l"
17 - reg : Specifies the I2C slave address (this defaults to 0x58 but it can be
19 - interrupts : IRQ line information.
20 - interrupt-controller
22 Sub-nodes:
24 - regulators : This node defines the settings for the LDOs and BUCKs.
49 - rtc : This node defines settings for the Real-Time Clock associated with
51 no entries in this binding, however compatible = "dlg,da9063-rtc" should
54 - onkey : This node defines the OnKey settings for controlling the key
56 with the value "dlg,da9063-onkey".
60 - dlg,disable-key-power : Disable power-down using a long key-press. If this
61 entry exists the OnKey driver will remove support for the KEY_POWER key
62 press. If this entry does not exist then by default the key-press
63 triggered power down is enabled and the OnKey will support both KEY_POWER
66 - watchdog : This node defines settings for the Watchdog timer associated
68 with the value "dlg,da9063-watchdog".
71 - dlg,use-sw-pm: Add this property to disable the watchdog during suspend.
80 interrupt-parent = <&gpio6>;
82 interrupt-controller;
85 compatible = "dlg,da9063-rtc";
89 compatible = "dlg,da9063-watchdog";
93 compatible = "dlg,da9063-onkey";
94 dlg,disable-key-power;
99 regulator-name = "BCORE1";
100 regulator-min-microvolt = <300000>;
101 regulator-max-microvolt = <1570000>;
102 regulator-min-microamp = <500000>;
103 regulator-max-microamp = <2000000>;
104 regulator-boot-on;
107 regulator-name = "LDO_11";
108 regulator-min-microvolt = <900000>;
109 regulator-max-microvolt = <3600000>;
110 regulator-boot-on;