mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
99545b4bb1
This target adds support for the Allwinner D1 RISC-V based SoCs. - RISC-V single-core T-Head C906 (RV64GCV) - Tensilica HiFi4 DSP - DDR2/DDR3 support - 10/100/1000M ethernet - usual peripherals like USB2, SPI, I2C, PWM, etc. Four boards are supported: - Dongshan Nezha STU - 512Mb RAM - ethernet - LicheePi RV Dock - 512Mb RAM - wireless-only (RTL8723DS) - MangoPi MQ-Pro - 512Mb RAM - there are pads available for an SPI flash - wireless-only (RTL8723DS) - Nezha D1 - 512Mb/1Gb/2Gb RAM - 256Mb NAND flash - ethernet, wireless Installation: Standard SD-card installation via dd-ing the generated image to an SD-card of at least 256Mb. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
43 lines
1.4 KiB
Diff
43 lines
1.4 KiB
Diff
From d0c24deb787a95515d355eea68e0402bfec77f75 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sun, 17 Jul 2022 14:42:05 -0500
|
|
Subject: [PATCH 026/117] dt-bindings: vendor-prefixes: Add Allwinner D1 board
|
|
vendors
|
|
|
|
Some boards using the Allwinner D1 SoC are made by vendors not
|
|
previously documented.
|
|
|
|
Clockwork Tech LLC (https://www.clockworkpi.com/) manufactures the
|
|
ClockworkPi and DevTerm boards.
|
|
|
|
Beijing Widora Technology Co., Ltd. (https://mangopi.cc/) manufactures
|
|
the MangoPi family of boards.
|
|
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
@@ -260,6 +260,8 @@ patternProperties:
|
|
description: Cirrus Logic, Inc.
|
|
"^cisco,.*":
|
|
description: Cisco Systems, Inc.
|
|
+ "^clockwork,.*":
|
|
+ description: Clockwork Tech LLC
|
|
"^cloudengines,.*":
|
|
description: Cloud Engines, Inc.
|
|
"^cnm,.*":
|
|
@@ -1424,6 +1426,8 @@ patternProperties:
|
|
description: Shenzhen whwave Electronics, Inc.
|
|
"^wi2wi,.*":
|
|
description: Wi2Wi, Inc.
|
|
+ "^widora,.*":
|
|
+ description: Beijing Widora Technology Co., Ltd.
|
|
"^wiligear,.*":
|
|
description: Wiligear, Ltd.
|
|
"^willsemi,.*":
|