Skip to content

Commit

Permalink
riscv: dts: sifive unmatched: Expose the PMIC sub-functions
Browse files Browse the repository at this point in the history
These sub-functions are available in the chip revision on this board, so
expose them.

Signed-off-by: Vincent Pelletier <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
  • Loading branch information
vpelletier authored and palmer-dabbelt committed Dec 17, 2021
1 parent 8120393 commit cd29cc8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@
interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;

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

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

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

regulators {
vdd_bcore1: bcore1 {
regulator-min-microvolt = <900000>;
Expand Down

0 comments on commit cd29cc8

Please sign in to comment.