Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: riscv: Add Anlogic DR1V90

Add Anlogic DR1V90 FPSoC, featuring a UX900 RISC-V core as the
processing system (PS) and 94,464 LUTs programmable logic (PL). It is
used by the Milianke MLKPAI-FS01 board, a SBC equipped with 512MB DDR3
memory, USB-C UART, 1GbE RJ45 Ethernet, USB-A 2.0 port, TF card slot,
and 256Mbit Quad-SPI flash.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

authored by

Junhui Liu and committed by
Conor Dooley
4689d442 66c2a317

+27
+27
Documentation/devicetree/bindings/riscv/anlogic.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/riscv/anlogic.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Anlogic SoC-based boards 8 + 9 + maintainers: 10 + - Junhui Liu <junhui.liu@pigmoral.tech> 11 + 12 + description: 13 + Anlogic SoC-based boards 14 + 15 + properties: 16 + $nodename: 17 + const: '/' 18 + compatible: 19 + oneOf: 20 + - items: 21 + - enum: 22 + - milianke,mlkpai-fs01 23 + - const: anlogic,dr1v90 24 + 25 + additionalProperties: true 26 + 27 + ...