Skip to content

Commit dacef01

Browse files
aurel32palmer-dabbelt
authored andcommitted
riscv: dts: enable more DA9063 functions for the SiFive HiFive Unmatched
The DA9063 PMIC found on the SiFive HiFive Unmatched also provides an RTC, a watchdog and the power button input. Signed-off-by: Aurelien Jarno <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent fa55b7d commit dacef01

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
6666
interrupt-controller;
6767

68+
onkey {
69+
compatible = "dlg,da9063-onkey";
70+
};
71+
6872
regulators {
6973
vdd_bcore1: bcore1 {
7074
regulator-min-microvolt = <900000>;
@@ -200,6 +204,14 @@
200204
regulator-always-on;
201205
};
202206
};
207+
208+
rtc {
209+
compatible = "dlg,da9063-rtc";
210+
};
211+
212+
wdt {
213+
compatible = "dlg,da9063-watchdog";
214+
};
203215
};
204216
};
205217

0 commit comments

Comments
 (0)