mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Initial Anlogic Platform Support Add bindings for the serial and timer peripherals, and a basic soc dtsi for the Anlogic dr1v90 SoC. The Milianke MLKPAI FS01 is the first board for this SoC. Add myself as maintainer for this platform for the time being. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> * tag 'anlogic-initial-6.19-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux: MAINTAINERS: Setup support for Anlogic tree riscv: defconfig: Enable Anlogic SoC riscv: dts: anlogic: Add Milianke MLKPAI FS01 board riscv: dts: Add initial Anlogic DR1V90 SoC device tree riscv: Add Anlogic SoC famly Kconfig support dt-bindings: serial: snps-dw-apb-uart: Add Anlogic DR1V90 uart dt-bindings: timer: Add Anlogic DR1V90 ACLINT MTIMER dt-bindings: riscv: Add Anlogic DR1V90 dt-bindings: riscv: Add Nuclei UX900 compatibles dt-bindings: vendor-prefixes: Add Anlogic, Milianke and Nuclei
15 lines
296 B
Makefile
15 lines
296 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += allwinner
|
|
subdir-y += andes
|
|
subdir-y += anlogic
|
|
subdir-y += canaan
|
|
subdir-y += eswin
|
|
subdir-y += microchip
|
|
subdir-y += renesas
|
|
subdir-y += sifive
|
|
subdir-y += sophgo
|
|
subdir-y += spacemit
|
|
subdir-y += starfive
|
|
subdir-y += tenstorrent
|
|
subdir-y += thead
|