diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -140,6 +140,7 @@ device kbdmux # RTC +device da9063_rtc # Dialog Semiconductor DA9063 RTC device goldfish_rtc # QEMU RTC # Ethernet drivers @@ -158,6 +159,9 @@ device spibus device spigen +# Power management controllers +device da9063_pmic # Dialog Semiconductor DA9063 PMIC + # Uncomment for memory disk # options MD_ROOT # options MD_ROOT_SIZE=32768 # 32MB ram disk diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES --- a/sys/riscv/conf/NOTES +++ b/sys/riscv/conf/NOTES @@ -57,6 +57,7 @@ device uart_ns8250 # ns8250-type UART driver # RTC +device da9063_rtc # Dialog Semiconductor DA9063 RTC device goldfish_rtc # QEMU RTC # Ethernet drivers @@ -69,6 +70,9 @@ # SPI device xilinx_spi # Xilinx AXI Quad-SPI Controller +# Power management controllers +device da9063_pmic # Dialog Semiconductor DA9063 PMIC + # SiFive device drivers device fe310aon device fu740_pci_dw