diff options
| author | J. Neuschäfer <[email protected]> | 2026-01-20 16:20:38 +0100 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2026-01-25 23:29:32 +0000 |
| commit | 8805aa120ca5341ca14d8f7f2311f7a85d57a5f9 (patch) | |
| tree | 4f56e067e2aaf15c440a4685cd3ae2987119e477 /board/sunxi | |
| parent | 61c2f29bde1d11a35664525d37c5806e61ec4304 (diff) | |
board: sunxi: Add X96Q support
The X96Q is a set-top box with an H313 SoC, AXP305 PMIC, 1 or 2 GiB RAM,
8 or 16 GiB eMMC flash, 2x USB A, Micro-SD, HDMI, Ethernet, audio/video
output, and infrared input.
https://x96mini.com/products/x96q-tv-box-android-10-set-top-box
This commit adds a defconfig and some documentation. The devicetree is
already in dts/upstream.
The CONFIG_DRAM_SUNXI_* settings are chosen such that the register
values in the DRAM PHY's MMIO space are as close as possible to those
observed when booting with the preinstalled vendor U-Boot. The DRAM
clock frequency of 600 MHz was reported in the vendor U-Boot's output.
Signed-off-by: J. Neuschäfer <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Diffstat (limited to 'board/sunxi')
| -rw-r--r-- | board/sunxi/MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index c52e8a34c85..775d0f7ae83 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -611,6 +611,11 @@ M: Andre Przywara <[email protected]> S: Maintained F: configs/x96_mate_defconfig +X96Q TV BOX +M: J. Neuschäfer <[email protected]> +S: Maintained +F: configs/x96q_defconfig + X96Q PRO+ TV BOX M: Andre Przywara <[email protected]> S: Maintained |
