mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +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
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From e663d510ae6a81694a8e9e1ce07bb80dd6b77558 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sun, 24 Jul 2022 17:12:07 -0500
|
|
Subject: [PATCH 001/117] dt-bindings: net: bluetooth: realtek: Add RTL8723DS
|
|
|
|
RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
|
|
already supported by the hci_uart/btrtl driver. Document the compatible.
|
|
|
|
Series-to: Marcel Holtmann <marcel@holtmann.org>
|
|
Series-to: Johan Hedberg <johan.hedberg@gmail.com>
|
|
Series-to: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
|
|
Series-to: David S. Miller <davem@davemloft.net>
|
|
Series-to: Eric Dumazet <edumazet@google.com>
|
|
Series-to: Jakub Kicinski <kuba@kernel.org>
|
|
Series-to: Paolo Abeni <pabeni@redhat.com>
|
|
Series-cc: linux-bluetooth@vger.kernel.org
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
|
|
@@ -20,6 +20,7 @@ properties:
|
|
enum:
|
|
- realtek,rtl8723bs-bt
|
|
- realtek,rtl8723cs-bt
|
|
+ - realtek,rtl8723ds-bt
|
|
- realtek,rtl8822cs-bt
|
|
|
|
device-wake-gpios:
|