]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'newsoc/andes' into soc/newsoc
authorArnd Bergmann <arnd@arndb.de>
Mon, 21 Jul 2025 15:12:44 +0000 (17:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 21 Jul 2025 15:13:33 +0000 (17:13 +0200)
Patches from Ben Zong-You Xie <ben717@andestech.com>:

The Voyager is a 9.6” x 9.6” Micro ATX form factor development board
including Andes QiLai SoC. This patch series adds minimal device tree
files for the QiLai SoC and the Voyager board [1].

Now only support basic uart drivers to boot up into a basic console. Other
features will be added later.

[1] https://www.andestech.com/en/products-solutions/andeshape-platforms/qilai-chip/
[2] https://lore.kernel.org/all/20250602060747.689824-1-ben717@andestech.com/

* newsoc/andes:
  MAINTAINERS: Add entry for Andes SoC
  riscv: defconfig: enable Andes SoC
  riscv: dts: andes: add Voyager board device tree
  riscv: dts: andes: add QiLai SoC device tree
  dt-bindings: timer: add Andes machine timer
  dt-bindings: interrupt-controller: add Andes machine-level software interrupt controller
  dt-bindings: interrupt-controller: add Andes QiLai PLIC
  dt-bindings: riscv: add Andes QiLai SoC and the Voyager board bindings
  riscv: add Andes SoC family Kconfig support

1  2 
MAINTAINERS

diff --cc MAINTAINERS
Simple merge