mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +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>
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From e8e8a9490b2d4acc8670256dd3ba7d2a77346c4d Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Thu, 11 Aug 2022 22:23:05 -0500
|
|
Subject: [PATCH 074/117] dt-bindings: spi: sun6i: Add R329 variant
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../devicetree/bindings/spi/allwinner,sun6i-a31-spi.yaml | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/spi/allwinner,sun6i-a31-spi.yaml
|
|
+++ b/Documentation/devicetree/bindings/spi/allwinner,sun6i-a31-spi.yaml
|
|
@@ -21,6 +21,7 @@ properties:
|
|
oneOf:
|
|
- const: allwinner,sun6i-a31-spi
|
|
- const: allwinner,sun8i-h3-spi
|
|
+ - const: allwinner,sun50i-r329-spi
|
|
- items:
|
|
- enum:
|
|
- allwinner,sun8i-r40-spi
|
|
@@ -28,6 +29,13 @@ properties:
|
|
- allwinner,sun50i-h616-spi
|
|
- allwinner,suniv-f1c100s-spi
|
|
- const: allwinner,sun8i-h3-spi
|
|
+ - items:
|
|
+ - const: allwinner,sun20i-d1-spi
|
|
+ - const: allwinner,sun50i-r329-spi
|
|
+ - items:
|
|
+ - const: allwinner,sun20i-d1-spi-dbi
|
|
+ - const: allwinner,sun50i-r329-spi-dbi
|
|
+ - const: allwinner,sun50i-r329-spi
|
|
|
|
reg:
|
|
maxItems: 1
|