imx: add imx8x based deneb board
Add support for Capricorn Deneb SoM variant. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
7b5b934313
commit
eb79cafea2
@@ -700,6 +700,7 @@ dtb-$(CONFIG_ARCH_IMX8) += \
|
||||
fsl-imx8qxp-ai_ml.dtb \
|
||||
fsl-imx8qxp-colibri.dtb \
|
||||
fsl-imx8qxp-mek.dtb \
|
||||
imx8-deneb.dtb \
|
||||
imx8-giedi.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_IMX8M) += \
|
||||
|
||||
10
arch/arm/dts/imx8-deneb.dts
Normal file
10
arch/arm/dts/imx8-deneb.dts
Normal file
@@ -0,0 +1,10 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright 2019 Siemens AG
|
||||
*/
|
||||
|
||||
#include "imx8qxp-capricorn.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Siemens Deneb";
|
||||
};
|
||||
@@ -55,6 +55,11 @@ config TARGET_COLIBRI_IMX8X
|
||||
select BOARD_LATE_INIT
|
||||
select IMX8QXP
|
||||
|
||||
config TARGET_DENEB
|
||||
bool "Support i.MX8QXP Capricorn Deneb board"
|
||||
select BOARD_LATE_INIT
|
||||
select IMX8QXP
|
||||
|
||||
config TARGET_GIEDI
|
||||
bool "Support i.MX8QXP Capricorn Giedi board"
|
||||
select BOARD_LATE_INIT
|
||||
|
||||
Reference in New Issue
Block a user