mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
arm: dts: Support SC589-EZKIT
Add minimal device tree for Analog Devices' SC589-EZKIT board. This patch depends on Patches 01 and 02, for sc5xx.dtsi and sc58x.dtsi. Co-developed-by: Greg Malysa <greg.malysa@timesys.com> Signed-off-by: Greg Malysa <greg.malysa@timesys.com> Co-developed-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Co-developed-by: Nathan Barrett-Morrison <nathan.morrison@timesys.com> Signed-off-by: Nathan Barrett-Morrison <nathan.morrison@timesys.com> Signed-off-by: Oliver Gaskell <Oliver.Gaskell@analog.com>
This commit is contained in:
parent
79fcfc3aa1
commit
0cfc2bfde1
2 changed files with 14 additions and 0 deletions
|
@ -1261,6 +1261,7 @@ dtb-$(CONFIG_TARGET_IMX8MM_CL_IOT_GATE_OPTEE) += imx8mm-cl-iot-gate-optee.dtb \
|
||||||
dtb-$(CONFIG_TARGET_SC573_EZKIT) += sc573-ezkit.dtb
|
dtb-$(CONFIG_TARGET_SC573_EZKIT) += sc573-ezkit.dtb
|
||||||
dtb-$(CONFIG_TARGET_SC584_EZKIT) += sc584-ezkit.dtb
|
dtb-$(CONFIG_TARGET_SC584_EZKIT) += sc584-ezkit.dtb
|
||||||
dtb-$(CONFIG_TARGET_SC589_MINI) += sc589-mini.dtb
|
dtb-$(CONFIG_TARGET_SC589_MINI) += sc589-mini.dtb
|
||||||
|
dtb-$(CONFIG_TARGET_SC589_EZKIT) += sc589-ezkit.dtb
|
||||||
|
|
||||||
ifneq ($(CONFIG_TARGET_IMX8MP_RSB3720A1_4G)$(CONFIG_TARGET_IMX8MP_RSB3720A1_6G),)
|
ifneq ($(CONFIG_TARGET_IMX8MP_RSB3720A1_4G)$(CONFIG_TARGET_IMX8MP_RSB3720A1_6G),)
|
||||||
dtb-y += imx8mp-rsb3720-a1.dtb
|
dtb-y += imx8mp-rsb3720-a1.dtb
|
||||||
|
|
13
arch/arm/dts/sc589-ezkit.dts
Normal file
13
arch/arm/dts/sc589-ezkit.dts
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2024 - Analog Devices, Inc.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "sc58x.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "ADI SC589-EZKIT";
|
||||||
|
compatible = "adi,sc589-ezkit", "adi,sc58x";
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue