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

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
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -65,6 +65,10 @@
		interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
		interrupt-controller;

		onkey {
			compatible = "dlg,da9063-onkey";
		};

		regulators {
			vdd_bcore1: bcore1 {
				regulator-min-microvolt = <900000>;
@@ -200,6 +204,14 @@
				regulator-always-on;
			};
		};

		rtc {
			compatible = "dlg,da9063-rtc";
		};

		wdt {
			compatible = "dlg,da9063-watchdog";
		};
	};
};