diff options
author | Vincent Pelletier <plr.vincent@gmail.com> | 2021-11-17 00:57:39 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2021-12-17 06:27:29 +0100 |
commit | cd29cc8ad2540a4f9a0a3e174394d39e648ef941 (patch) | |
tree | 96efdde02491863a0e530844de9e3ebf581fe884 /arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | |
parent | riscv: dts: sifive unmatched: Expose the board ID eeprom (diff) | |
download | linux-cd29cc8ad2540a4f9a0a3e174394d39e648ef941.tar.xz linux-cd29cc8ad2540a4f9a0a3e174394d39e648ef941.zip |
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>
Diffstat (limited to '')
-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>; |