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>
35 lines
1.4 KiB
Diff
35 lines
1.4 KiB
Diff
From c7fa1be12bf0ef02f5557dd1d1100d25af4e34f5 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sun, 7 Aug 2022 11:00:12 -0500
|
|
Subject: [PATCH 102/117] dt-bindings: sun6i-a31-mipi-dphy: Add the A100 DPHY
|
|
variant
|
|
|
|
A100 features an updated DPHY, which moves PLL control inside the DPHY
|
|
register space. (Previously PLL-MIPI was controlled from the CCU. This
|
|
does not affect the "clocks" property because the link between PLL-MIPI
|
|
and the DPHY was never represented in the devicetree.) It also requires
|
|
a modified analog power-on sequence. Finally, the new DPHY adds support
|
|
for operating as an LVDS PHY. D1 uses this same variant.
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml
|
|
+++ b/Documentation/devicetree/bindings/phy/allwinner,sun6i-a31-mipi-dphy.yaml
|
|
@@ -17,9 +17,13 @@ properties:
|
|
compatible:
|
|
oneOf:
|
|
- const: allwinner,sun6i-a31-mipi-dphy
|
|
+ - const: allwinner,sun50i-a100-mipi-dphy
|
|
- items:
|
|
- const: allwinner,sun50i-a64-mipi-dphy
|
|
- const: allwinner,sun6i-a31-mipi-dphy
|
|
+ - items:
|
|
+ - const: allwinner,sun20i-d1-mipi-dphy
|
|
+ - const: allwinner,sun50i-a100-mipi-dphy
|
|
|
|
reg:
|
|
maxItems: 1
|