Commit dacef016 authored by Aurelien Jarno's avatar Aurelien Jarno Committed by Palmer Dabbelt

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: default avatarAurelien Jarno <aurelien@aurel32.net>
Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent fa55b7dc
...@@ -65,6 +65,10 @@ pmic@58 { ...@@ -65,6 +65,10 @@ pmic@58 {
interrupts = <1 IRQ_TYPE_LEVEL_LOW>; interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller; interrupt-controller;
onkey {
compatible = "dlg,da9063-onkey";
};
regulators { regulators {
vdd_bcore1: bcore1 { vdd_bcore1: bcore1 {
regulator-min-microvolt = <900000>; regulator-min-microvolt = <900000>;
...@@ -200,6 +204,14 @@ vdd_ldo11: ldo11 { ...@@ -200,6 +204,14 @@ vdd_ldo11: ldo11 {
regulator-always-on; regulator-always-on;
}; };
}; };
rtc {
compatible = "dlg,da9063-rtc";
};
wdt {
compatible = "dlg,da9063-watchdog";
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment