mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e6b16e7852
OrangePi Lite2 is Allwinner H6 based open-source SBC, which support: - Allwinner H6 Quad-core 64-bit ARM Cortex-A53 - GPU Mali-T720 - 1GB LPDDR3 RAM - AXP805 PMIC - AP6356S Wifi/BT - USB 2.0, USB 3.0 Host, OTG - HDMI port - 5V/2A DC power supply Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
11 lines
241 B
Text
11 lines
241 B
Text
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
|
|
/*
|
|
* Copyright (C) 2018 Jagan Teki <jagan@openedev.com>
|
|
*/
|
|
|
|
#include "sun50i-h6-orangepi.dtsi"
|
|
|
|
/ {
|
|
model = "OrangePi Lite2";
|
|
compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6";
|
|
};
|