[v2,0/2] Initial Amediatech X96Q support based on Allwinner H313

Message ID 20250918-x96q-v2-0-51bd39928806@posteo.net (mailing list archive)
Headers
Series Initial Amediatech X96Q support based on Allwinner H313 |

Message

J. Neuschäfer via B4 Relay Sept. 18, 2025, 10:58 a.m. UTC
This patchset adds an initial devicetree for the X96Q set-top box.
WiFi, Ethernet, and HDMI depend on drivers that are currently not
available in mainline Linux, and I didn't even get the SDIO WiFi chip to
enumerate, so I left these peripherals out of the in the devicetree.

The builtin infrared receiver produces IRQs when a nearby remote sends
events, but they somehow don't end up in /dev/input/event0.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
Changes in v2:
- Several dts improvements thanks to Andre Przywara's review
- Andre's Reviewed-by tag for the binding
- Link to v1: https://lore.kernel.org/r/20250912-x96q-v1-0-8471daaf39db@posteo.net

---
J. Neuschäfer (2):
      dt-bindings: arm: sunxi: Add Amediatech X96Q
      arm64: dts: allwinner: h313: Add Amediatech X96Q

 Documentation/devicetree/bindings/arm/sunxi.yaml   |   5 +
 arch/arm64/boot/dts/allwinner/Makefile             |   1 +
 arch/arm64/boot/dts/allwinner/sun50i-h313-x96q.dts | 230 +++++++++++++++++++++
 3 files changed, 236 insertions(+)
---
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
change-id: 20250911-x96q-57e63380804e

Best regards,