diff --git a/config/boards/tritium.csc b/config/boards/tritium.csc
new file mode 100644
index 0000000000..cd3a40edf3
--- /dev/null
+++ b/config/boards/tritium.csc
@@ -0,0 +1,24 @@
+# H3 quad core 512MB/1Gb/2Gb SoC eMMC
+BOARD_NAME="Tritium"
+BOARDFAMILY="sun8i"
+BOOTCONFIG="librecomputer_tritium_defconfig"
+#
+MODULES="#w1-sunxi #w1-gpio #w1-therm #sunxi-cir hci_uart rfcomm hidp dhd g_serial"
+MODULES_NEXT="g_serial"
+DEFAULT_OVERLAYS="usbhost1 usbhost2"
+CPUMIN="240000"
+CPUMAX="912000"
+#
+KERNEL_TARGET="next"
+CLI_TARGET=""
+
+CLI_BETA_TARGET=""
+#
+RECOMMENDED=""
+#
+BOARDRATING=""
+CHIP="http://docs.armbian.com/Hardware_Allwinner-H3/"
+HARDWARE="https://libre.computer/products/boards/all-h3-cc/"
+FORUMS="http://forum.armbian.com/index.php/forum/13-allwinner-h3/"
+MISC3="Minimize consumption"
+BUY=""
diff --git a/patch/kernel/sunxi-next/add-h3-librecomputer.patch b/patch/kernel/sunxi-next/add-h3-librecomputer.patch
new file mode 100644
index 0000000000..d7dd990da3
--- /dev/null
+++ b/patch/kernel/sunxi-next/add-h3-librecomputer.patch
@@ -0,0 +1,255 @@
+diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
+index 3c139c63098f..aa68f719692f 100644
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -953,6 +953,7 @@ dtb-$(CONFIG_MACH_SUN8I) += \
+ sun8i-h2-plus-orangepi-zero.dtb \
+ sun8i-h3-bananapi-m2-plus.dtb \
+ sun8i-h3-beelink-x2.dtb \
++ sun8i-h3-libretech-tritium.dtb \
+ sun8i-h3-nanopi-m1.dtb \
+ sun8i-h3-nanopi-m1-plus.dtb \
+ sun8i-h3-nanopi-neo.dtb \
+diff --git a/arch/arm/boot/dts/sun8i-h3-libretech-tritium.dts b/arch/arm/boot/dts/sun8i-h3-libretech-tritium.dts
+new file mode 100644
+index 000000000000..d406571a0dd6
+--- /dev/null
++++ b/arch/arm/boot/dts/sun8i-h3-libretech-tritium.dts
+@@ -0,0 +1,237 @@
++/*
++ * Copyright (C) 2017 Chen-Yu Tsai
++ * Copyright (C) 2017 Armbian
++ *
++ * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
++ */
++
++/dts-v1/;
++#include "sun8i-h3.dtsi"
++#include "sunxi-common-regulators.dtsi"
++#include
++#include
++
++/ {
++ model = "Libre Computer Board ALL-H3-CC H3";
++ compatible = "libretech,all-h3-cc-h3", "allwinner,sun8i-h3";
++
++ aliases {
++ ethernet0 = &emac;
++ serial0 = &uart0;
++ };
++
++ chosen {
++ stdout-path = "serial0:115200n8";
++ };
++
++ connector {
++ compatible = "hdmi-connector";
++ type = "a";
++
++ port {
++ hdmi_con_in: endpoint {
++ remote-endpoint = <&hdmi_out_con>;
++ };
++ };
++ };
++ leds {
++ compatible = "gpio-leds";
++
++ pwr_led {
++ label = "librecomputer:green:pwr";
++ gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
++ default-state = "on";
++ };
++
++ status_led {
++ label = "librecomputer:blue:status";
++ gpios = <&pio 0 7 GPIO_ACTIVE_HIGH>; /* PA7 */
++ };
++ };
++
++ gpio_keys {
++ compatible = "gpio-keys";
++
++ power {
++ label = "power";
++ linux,code = ;
++ gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */
++ };
++ };
++
++ reg_vcc1v2: vcc1v2 {
++ compatible = "regulator-fixed";
++ regulator-name = "vcc1v2";
++ regulator-min-microvolt = <3300000>;
++ regulator-max-microvolt = <3300000>;
++ regulator-always-on;
++ regulator-boot-on;
++ vin-supply = <®_vcc5v0>;
++ gpio = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
++ enable-active-high;
++ };
++
++ reg_vcc3v3: vcc3v3 {
++ compatible = "regulator-fixed";
++ regulator-name = "vcc3v3";
++ regulator-min-microvolt = <3300000>;
++ regulator-max-microvolt = <3300000>;
++ vin-supply = <®_vcc5v0>;
++ };
++
++ /* This represents the board's 5V input */
++ reg_vcc5v0: vcc5v0 {
++ compatible = "regulator-fixed";
++ regulator-name = "vcc5v0";
++ regulator-min-microvolt = <5000000>;
++ regulator-max-microvolt = <5000000>;
++ };
++
++ reg_vcc_dram: vcc-dram {
++ compatible = "regulator-fixed";
++ regulator-name = "vcc-dram";
++ regulator-min-microvolt = <1500000>;
++ regulator-max-microvolt = <1500000>;
++ regulator-always-on;
++ regulator-boot-on;
++ vin-supply = <®_vcc5v0>;
++ gpio = <&r_pio 0 9 GPIO_ACTIVE_HIGH>; /* PL9 */
++ enable-active-high;
++ };
++
++ reg_vcc_io: vcc-io {
++ compatible = "regulator-fixed";
++ regulator-name = "vcc-io";
++ regulator-min-microvolt = <3300000>;
++ regulator-max-microvolt = <3300000>;
++ regulator-always-on;
++ regulator-boot-on;
++ vin-supply = <®_vcc3v3>;
++ gpio = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */
++ };
++
++ reg_vdd_cpux: vdd-cpux {
++ compatible = "regulator-fixed";
++ regulator-name = "vdd-cpux";
++ regulator-min-microvolt = <3300000>;
++ regulator-max-microvolt = <3300000>;
++ regulator-always-on;
++ regulator-boot-on;
++ vin-supply = <®_vcc5v0>;
++ gpio = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
++ enable-active-high;
++ };
++};
++
++&codec {
++ allwinner,audio-routing =
++ "Line Out", "LINEOUT",
++ "MIC1", "Mic",
++ "Mic", "MBIAS";
++ status = "okay";
++};
++
++&de {
++ status = "okay";
++};
++
++&hdmi {
++ status = "okay";
++};
++
++&hdmi_out {
++ hdmi_out_con: endpoint {
++ remote-endpoint = <&hdmi_con_in>;
++ };
++};
++
++&i2s2 {
++ status = "okay";
++};
++
++&mixer0 {
++ status = "okay";
++};
++
++&sound_hdmi {
++ status = "okay";
++};
++
++&tcon0 {
++ status = "okay";
++};
++
++&ehci0 {
++ status = "okay";
++};
++
++&ehci1 {
++ status = "okay";
++};
++
++&ehci2 {
++ status = "okay";
++};
++
++&ehci3 {
++ status = "okay";
++};
++
++&emac {
++ phy-handle = <&int_mii_phy>;
++ phy-mode = "mii";
++ allwinner,leds-active-low;
++ status = "okay";
++};
++
++&ir {
++ pinctrl-names = "default";
++ pinctrl-0 = <&ir_pins_a>;
++ status = "okay";
++};
++
++&mmc0 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&mmc0_pins_a>;
++ vmmc-supply = <®_vcc_io>;
++ bus-width = <4>;
++ cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */
++ cd-inverted;
++ status = "okay";
++};
++
++&ohci0 {
++ status = "okay";
++};
++
++&ohci1 {
++ status = "okay";
++};
++
++&ohci2 {
++ status = "okay";
++};
++
++&ohci3 {
++ status = "okay";
++};
++
++&uart0 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&uart0_pins_a>;
++ status = "okay";
++};
++
++&usb_otg {
++ dr_mode = "host";
++ status = "okay";
++};
++
++&usbphy {
++ /* VBUS on USB ports are always on */
++ usb0_vbus-supply = <®_vcc5v0>;
++ usb1_vbus-supply = <®_vcc5v0>;
++ usb2_vbus-supply = <®_vcc5v0>;
++ usb3_vbus-supply = <®_vcc5v0>;
++ status = "okay";
++};
diff --git a/patch/u-boot/u-boot-sunxi/add-tritium.patch b/patch/u-boot/u-boot-sunxi/add-tritium.patch
new file mode 100644
index 0000000000..2e4e6592f4
--- /dev/null
+++ b/patch/u-boot/u-boot-sunxi/add-tritium.patch
@@ -0,0 +1,133 @@
+diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
+new mode 100644
+index d1bd78c..f268593
+--- a/arch/arm/dts/Makefile
++++ b/arch/arm/dts/Makefile
+@@ -317,6 +317,7 @@ dtb-$(CONFIG_MACH_SUN8I_H3) += \
+ sun8i-h3-orangepi-lite.dtb \
+ sun8i-h3-orangepi-one.dtb \
+ sun8i-h3-beelink-x2.dtb \
++ sun8i-h3-libretech-tritium.dtb \
+ sun8i-h3-orangepi-pc.dtb \
+ sun8i-h3-orangepi-pc-plus.dtb \
+ sun8i-h3-orangepi-plus.dtb \
+diff --git a/arch/arm/dts/sun8i-h3-libretech-tritium.dts b/arch/arm/dts/sun8i-h3-libretech-tritium.dts
+new file mode 100644
+index 0000000..515a3da
+--- /dev/null
++++ b/arch/arm/dts/sun8i-h3-libretech-tritium.dts
+@@ -0,0 +1,89 @@
++/*
++ * Copyright (C) 2016 Hans de Goede
++ * Copyright (C) 2018 Armbian
++ *
++ * This file is dual-licensed: you can use it either under the terms
++ * of the GPL or the X11 license, at your option. Note that this dual
++ * licensing only applies to this file, and not this project as a
++ * whole.
++ *
++ * a) This file is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU General Public License as
++ * published by the Free Software Foundation; either version 2 of the
++ * License, or (at your option) any later version.
++ *
++ * This file is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++ * GNU General Public License for more details.
++ *
++ * Or, alternatively,
++ *
++ * b) Permission is hereby granted, free of charge, to any person
++ * obtaining a copy of this software and associated documentation
++ * files (the "Software"), to deal in the Software without
++ * restriction, including without limitation the rights to use,
++ * copy, modify, merge, publish, distribute, sublicense, and/or
++ * sell copies of the Software, and to permit persons to whom the
++ * Software is furnished to do so, subject to the following
++ * conditions:
++ *
++ * The above copyright notice and this permission notice shall be
++ * included in all copies or substantial portions of the Software.
++ *
++ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
++ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
++ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
++ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
++ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
++ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
++ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
++ * OTHER DEALINGS IN THE SOFTWARE.
++ */
++
++
++#include "sun8i-h3-orangepi-one.dts"
++
++/ {
++ model = "Librecomputer Tritium";
++ compatible = "xunlong,orangepi-one", "allwinner,sun8i-h3";
++
++ aliases {
++ /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
++ ethernet1 = &rtl8189ftv;
++ };
++};
++
++&mmc1 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&mmc1_pins_a>;
++ vmmc-supply = <®_vcc3v3>;
++ bus-width = <4>;
++ non-removable;
++ status = "okay";
++
++ /*
++ * Explicitly define the sdio device, so that we can add an ethernet
++ * alias for it (which e.g. makes u-boot set a mac-address).
++ */
++ rtl8189ftv: sdio_wifi@1 {
++ reg = <1>;
++ };
++};
++
++&mmc2 {
++ pinctrl-names = "default";
++ pinctrl-0 = <&mmc2_8bit_pins>;
++ vmmc-supply = <®_vcc3v3>;
++ bus-width = <8>;
++ non-removable;
++ cap-mmc-hw-reset;
++ status = "okay";
++};
++
++&mmc2_8bit_pins {
++ /* Increase drive strength for DDR modes */
++ allwinner,drive = ;
++ /* eMMC is missing pull-ups */
++ allwinner,pull = ;
++};
+diff --git a/configs/librecomputer_tritium_defconfig b/configs/librecomputer_tritium_defconfig
+new file mode 100644
+index 0000000..098fc05
+--- /dev/null
++++ b/configs/librecomputer_tritium_defconfig
+@@ -0,0 +1,19 @@
++CONFIG_ARM=y
++CONFIG_ARCH_SUNXI=y
++CONFIG_MACH_SUN8I_H3=y
++CONFIG_DRAM_CLK=624
++CONFIG_DRAM_ZQ=3881979
++CONFIG_DRAM_ODT_EN=y
++CONFIG_MMC_SUNXI_SLOT_EXTRA=2
++CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-libretech-tritium"
++# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
++CONFIG_SPL=y
++# CONFIG_CMD_IMLS is not set
++# CONFIG_CMD_FLASH is not set
++# CONFIG_CMD_FPGA is not set
++# CONFIG_SPL_DOS_PARTITION is not set
++# CONFIG_SPL_ISO_PARTITION is not set
++# CONFIG_SPL_EFI_PARTITION is not set
++CONFIG_SUN8I_EMAC=y
++CONFIG_USB_EHCI_HCD=y
++CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y