[v4,0/3] board: sunxi: Add TaiqiCat (TQC) A01

Message ID 20260304073430.438835-1-jerrysteve1101@gmail.com (mailing list archive)
Headers
Series board: sunxi: Add TaiqiCat (TQC) A01 |

Message

Jun Yan March 4, 2026, 7:34 a.m. UTC
This series adds support for the TaiqiCat (TQC) A01 —
a set-top box based on the Allwinner H6 SoC.
Originally released by Ultrapower(UQSoft) as a blockchain terminal,
the device has been discontinued and is no longer officially
supported.

  https://web.archive.org/web/20190409213228/https://tq.ultrapower.com.cn/product.html

Changes in v4:
- Rename Wifi ethernet0 to ethernet1.
- Link to v3: https://lore.kernel.org/all/20260302020956.96424-1-jerrysteve1101@gmail.com/

Changes in v3:
- Drop the serial1 alias.
- Add an ethernet0 alias for WiFi.
- Link to v2: https://lore.kernel.org/all/20260227155801.211376-1-jerrysteve1101@gmail.com

Changes in v2:
- Replace "UQSoft" with "Ultrapower", and add relevant explanations.
- Link to v1: https://lore.kernel.org/all/20260226084850.417731-1-jerrysteve1101@gmail.com

Jun Yan (3):
  dt-bindings: vendor-prefixes: Add Beijing Ultrapower Software Co.,
    Ltd.
  dt-bindings: arm: sunxi: Add TaiqiCat (TQC) A01
  arm64: dts: allwinner: h6: Add TaiqiCat (TQC) A01 support

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/allwinner/Makefile        |   1 +
 .../dts/allwinner/sun50i-h6-taiqicat-a01.dts  | 361 ++++++++++++++++++
 4 files changed, 369 insertions(+)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-taiqicat-a01.dts
  

Comments

Chen-Yu Tsai March 14, 2026, 7:30 a.m. UTC | #1
On Wed, 04 Mar 2026 15:34:27 +0800, Jun Yan wrote:
> This series adds support for the TaiqiCat (TQC) A01 —
> a set-top box based on the Allwinner H6 SoC.
> Originally released by Ultrapower(UQSoft) as a blockchain terminal,
> the device has been discontinued and is no longer officially
> supported.
> 
>   https://web.archive.org/web/20190409213228/https://tq.ultrapower.com.cn/product.html
> 
> [...]

Applied to sunxi/dt-for-7.1 in local tree, thanks!

[1/3] dt-bindings: vendor-prefixes: Add Beijing Ultrapower Software Co., Ltd.
      commit: b4137a75e1e611f37fcdc74c1d41696c7971e0b8
[2/3] dt-bindings: arm: sunxi: Add TaiqiCat (TQC) A01
      commit: f3208874f32c09dfc9ee330204f9fccf26e15b57
[3/3] arm64: dts: allwinner: h6: Add TaiqiCat (TQC) A01 support
      commit: b912e48bee355b6b1faf86efc4a23191324ffecb

Best regards,