|
@@ -513,6 +513,22 @@
|
|
|
pinctrl-0 = <&iic3_pins>;
|
|
pinctrl-0 = <&iic3_pins>;
|
|
|
status = "okay";
|
|
status = "okay";
|
|
|
|
|
|
|
|
|
|
+ pmic@58 {
|
|
|
|
|
+ compatible = "dlg,da9063";
|
|
|
|
|
+ reg = <0x58>;
|
|
|
|
|
+ interrupt-parent = <&irqc0>;
|
|
|
|
|
+ interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
|
|
|
|
|
+ interrupt-controller;
|
|
|
|
|
+
|
|
|
|
|
+ rtc {
|
|
|
|
|
+ compatible = "dlg,da9063-rtc";
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ wdt {
|
|
|
|
|
+ compatible = "dlg,da9063-watchdog";
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
vdd_dvfs: regulator@68 {
|
|
vdd_dvfs: regulator@68 {
|
|
|
compatible = "dlg,da9210";
|
|
compatible = "dlg,da9210";
|
|
|
reg = <0x68>;
|
|
reg = <0x68>;
|