diff options
author | Vincent Pelletier <plr.vincent@gmail.com> | 2021-11-16 23:57:39 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2021-12-16 21:27:29 -0800 |
commit | cd29cc8ad2540a4f9a0a3e174394d39e648ef941 (patch) | |
tree | 96efdde02491863a0e530844de9e3ebf581fe884 | |
parent | 8120393b74b31bbaf293f59896de6b0d50febc48 (diff) | |
download | linux-cd29cc8ad2540a4f9a0a3e174394d39e648ef941.tar.bz2 |
riscv: dts: sifive unmatched: Expose the PMIC sub-functions
These sub-functions are available in the chip revision on this board, so
expose them.
Signed-off-by: Vincent Pelletier <plr.vincent@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-rw-r--r-- | arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts index d1f2289e529b..91b3e76b2bb2 100644 --- a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts +++ b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts @@ -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>; |