mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
arm: dts: Support SC594-SOM-EZLITE
Add minimal device tree for Analog Devices' SC594-SOM-EZLITE board. This patch depends on Patches 01 and 05, for sc5xx.dtsi and sc594-som.dtsi respectively. Co-developed-by: Greg Malysa <greg.malysa@timesys.com> Signed-off-by: Greg Malysa <greg.malysa@timesys.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
d57dd03af9
commit
e40ea29d27
@ -1263,6 +1263,7 @@ dtb-$(CONFIG_TARGET_SC584_EZKIT) += sc584-ezkit.dtb
|
||||
dtb-$(CONFIG_TARGET_SC589_MINI) += sc589-mini.dtb
|
||||
dtb-$(CONFIG_TARGET_SC589_EZKIT) += sc589-ezkit.dtb
|
||||
dtb-$(CONFIG_TARGET_SC594_SOM_EZKIT) += sc594-som-ezkit.dtb
|
||||
dtb-$(CONFIG_TARGET_SC594_SOM_EZLITE) += sc594-som-ezlite.dtb
|
||||
|
||||
ifneq ($(CONFIG_TARGET_IMX8MP_RSB3720A1_4G)$(CONFIG_TARGET_IMX8MP_RSB3720A1_6G),)
|
||||
dtb-y += imx8mp-rsb3720-a1.dtb
|
||||
|
||||
13
arch/arm/dts/sc594-som-ezlite.dts
Normal file
13
arch/arm/dts/sc594-som-ezlite.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* (C) Copyright 2024 - Analog Devices, Inc.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sc594-som.dtsi"
|
||||
|
||||
/ {
|
||||
model = "ADI SC594-SOM-EZLITE";
|
||||
compatible = "adi,sc594-som-ezlite", "adi,sc59x";
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user