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>
28 lines
878 B
Diff
28 lines
878 B
Diff
From 7a24e5ee94e0163801c8ab4c131ae1d530a420ea Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Wed, 17 Aug 2022 02:08:36 -0500
|
|
Subject: [PATCH 040/117] ASoC: sun50i-dmic: dt-bindings: Add D1 compatible
|
|
string
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../bindings/sound/allwinner,sun50i-h6-dmic.yaml | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
|
|
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
|
|
@@ -11,7 +11,12 @@ maintainers:
|
|
|
|
properties:
|
|
compatible:
|
|
- const: allwinner,sun50i-h6-dmic
|
|
+ oneOf:
|
|
+ - items:
|
|
+ - enum:
|
|
+ - allwinner,sun20i-d1-dmic
|
|
+ - const: allwinner,sun50i-h6-dmic
|
|
+ - const: allwinner,sun50i-h6-dmic
|
|
|
|
"#sound-dai-cells":
|
|
const: 0
|