mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
sunxi: Add basic Orange Pi 3 support
This commit is contained in:
12
arch/arm/dts/sun50i-h6-orangepi-3.dts
Normal file
12
arch/arm/dts/sun50i-h6-orangepi-3.dts
Normal file
@@ -0,0 +1,12 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ or MIT)
|
||||
/*
|
||||
* Copyright (C) 2018 Amarula Solutions
|
||||
* Author: Jagan Teki <jagan@amarulasolutions.com>
|
||||
*/
|
||||
|
||||
#include "sun50i-h6-orangepi.dtsi"
|
||||
|
||||
/ {
|
||||
model = "OrangePi 3";
|
||||
compatible = "xunlong,orangepi-3", "allwinner,sun50i-h6";
|
||||
};
|
12
configs/orangepi_3_defconfig
Normal file
12
configs/orangepi_3_defconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_MACH_SUN50I_H6=y
|
||||
CONFIG_MMC0_CD_PIN="PF6"
|
||||
# CONFIG_PSCI_RESET is not set
|
||||
CONFIG_NR_DRAM_BANKS=1
|
||||
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
# CONFIG_SPL_DOS_PARTITION is not set
|
||||
# CONFIG_SPL_EFI_PARTITION is not set
|
||||
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-orangepi-3"
|
Reference in New Issue
Block a user