mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +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>
33 lines
875 B
Diff
33 lines
875 B
Diff
From d20bb97fac77e4d88424043627c769427fc0d35e Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Mon, 5 Sep 2022 16:46:34 -0500
|
|
Subject: [PATCH 004/117] dt-bindings: net: sun8i-emac: Add properties from
|
|
dwmac binding
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
|
|
@@ -40,6 +40,9 @@ properties:
|
|
clock-names:
|
|
const: stmmaceth
|
|
|
|
+ resets: true
|
|
+ reset-names: true
|
|
+
|
|
phy-supply:
|
|
description: PHY regulator
|
|
|
|
@@ -49,6 +52,8 @@ properties:
|
|
Phandle to the device containing the EMAC or GMAC clock
|
|
register
|
|
|
|
+ mdio: true
|
|
+
|
|
required:
|
|
- compatible
|
|
- reg
|