Lines Matching +full:use +full:- +full:sw +full:- +full:pm
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Steve Twiss <stwiss.opensource@diasemi.com>
13 For device-tree bindings of other sub-modules refer to the binding documents
14 under the respective sub-system directories.
19 - dlg,da9063
20 - dlg,da9063l
28 interrupt-controller: true
30 "#interrupt-cells":
33 dlg,use-sw-pm:
37 Only use this option if you can't use the watchdog automatic suspend
46 const: dlg,da9063-watchdog
54 const: dlg,da9063-rtc
62 const: dlg,da9063-onkey
64 dlg,disable-key-power:
67 Disable power-down using a long key-press.
68 If this entry does not exist then by default the key-press triggered
76 "^(ldo([1-9]|1[01])|bcore([1-2]|s-merged)|b(pro|mem|io|peri)|bmem-bio-merged)$":
81 - compatible
82 - reg
83 - interrupts
84 - interrupt-controller
89 - |
90 #include <dt-bindings/interrupt-controller/irq.h>
92 #address-cells = <1>;
93 #size-cells = <0>;
97 #interrupt-cells = <2>;
98 interrupt-parent = <&gpio6>;
100 interrupt-controller;
103 compatible = "dlg,da9063-rtc";
107 compatible = "dlg,da9063-watchdog";
111 compatible = "dlg,da9063-onkey";
112 dlg,disable-key-power;
117 regulator-name = "BCORE1";
118 regulator-min-microvolt = <300000>;
119 regulator-max-microvolt = <1570000>;
120 regulator-min-microamp = <500000>;
121 regulator-max-microamp = <2000000>;
122 regulator-boot-on;
125 regulator-name = "LDO_11";
126 regulator-min-microvolt = <900000>;
127 regulator-max-microvolt = <3600000>;
128 regulator-boot-on;