mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 23:46:45 +00:00

Tanix TX6 mini is less capable version of Tanix TX6 although it comes with some features not present on Tanix TX6. Basic specs: - H6 SoC - 2 GiB DDR3 RAM - HDMI - SPDIF - 2x USB - analogue audio - CVBS - SD card - IR remote - LED display - fast ethernet - XR819 wifi - 16 GiB eMMC Currently supported features doesn't differ that much from Tanix TX6, but that will change soon. Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (c) 2021 Jernej Skrabec <jernej.skrabec@gmail.com>
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sun50i-h6-tanix.dtsi"
|
|
|
|
/ {
|
|
model = "Tanix TX6 mini";
|
|
compatible = "oranth,tanix-tx6-mini", "allwinner,sun50i-h6";
|
|
};
|
|
|
|
&r_ir {
|
|
linux,rc-map-name = "rc-tanix-tx3mini";
|
|
};
|