[GIT PULL] RISC-V Sophgo SoC for v6.16

Chen Wang unicorn_wang at outlook.com
Tue May 13 20:40:23 PDT 2025


Hey Arnd,

Please pull soc changes for RISC-V/Sophgo.

Thanks,

Chen

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

   Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

   https://github.com/sophgo/linux.git tags/riscv-sophgo-soc-for-v6.16

for you to fetch changes up to c8754c7deab4cbfa947fa2d656cbaf83771828ef:

   soc: sophgo: cv1800: rtcsys: New driver (handling RTC only) 
(2025-05-07 08:40:02 +0800)

----------------------------------------------------------------
RISC-V SoC for v6.16

Sophgo:

Add support for SG2044 TOP syscon device. The SG2044 TOP
device provide PLL clock function in its area.

Add RTC support for CV1800 series SoC. The device
is called RTC, but contains control registers of other
HW blocks in its address space, most notably of
Power-on-Reset (PoR) module, DW8051 IP (MCU core),
accompanying SRAM, hence putting it in SoC subsystem.

Signed-off-by: Chen Wang <unicorn_wang at outlook.com>

----------------------------------------------------------------
Alexander Sverdlin (1):
       soc: sophgo: cv1800: rtcsys: New driver (handling RTC only)

Inochi Amaoto (1):
       soc: sophgo: sg2044: Add support for SG2044 TOP syscon device

Jingbao Qiu (1):
       dt-bindings: soc: sophgo: add RTC support for Sophgo CV1800 series

  .../bindings/soc/sophgo/sophgo,cv1800b-rtc.yaml    | 86 
++++++++++++++++++++++
  drivers/soc/Kconfig                                |  1 +
  drivers/soc/Makefile                               |  1 +
  drivers/soc/sophgo/Kconfig                         | 34 +++++++++
  drivers/soc/sophgo/Makefile                        |  4 +
  drivers/soc/sophgo/cv1800-rtcsys.c                 | 63 ++++++++++++++++
  drivers/soc/sophgo/sg2044-topsys.c                 | 45 +++++++++++
  7 files changed, 234 insertions(+)
  create mode 100644 
Documentation/devicetree/bindings/soc/sophgo/sophgo,cv1800b-rtc.yaml
  create mode 100644 drivers/soc/sophgo/Kconfig
  create mode 100644 drivers/soc/sophgo/Makefile
  create mode 100644 drivers/soc/sophgo/cv1800-rtcsys.c
  create mode 100644 drivers/soc/sophgo/sg2044-topsys.c




More information about the linux-riscv mailing list