mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
arm: dts: Support SC594-SOM-EZKIT
Add minimal device tree for Analog Devices' SC594-SOM-EZKIT board, and the SC594 SoM. This patch depends on patch 01, for sc5xx.dtsi. 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
0cfc2bfde1
commit
d57dd03af9
3 changed files with 33 additions and 0 deletions
|
@ -1262,6 +1262,7 @@ dtb-$(CONFIG_TARGET_SC573_EZKIT) += sc573-ezkit.dtb
|
|||
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
|
||||
|
||||
ifneq ($(CONFIG_TARGET_IMX8MP_RSB3720A1_4G)$(CONFIG_TARGET_IMX8MP_RSB3720A1_6G),)
|
||||
dtb-y += imx8mp-rsb3720-a1.dtb
|
||||
|
|
13
arch/arm/dts/sc594-som-ezkit.dts
Normal file
13
arch/arm/dts/sc594-som-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 "sc594-som.dtsi"
|
||||
|
||||
/ {
|
||||
model = "ADI SC594-SOM-EZKIT";
|
||||
compatible = "adi,sc594-som-ezkit", "adi,sc59x";
|
||||
};
|
19
arch/arm/dts/sc594-som.dtsi
Normal file
19
arch/arm/dts/sc594-som.dtsi
Normal file
|
@ -0,0 +1,19 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* (C) Copyright 2024 - Analog Devices, Inc.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sc5xx.dtsi"
|
||||
|
||||
&timer0 {
|
||||
clocks = <&clk ADSP_SC594_CLK_CGU0_SCLK0>;
|
||||
};
|
||||
|
||||
&clk {
|
||||
compatible = "adi,sc594-clocks";
|
||||
reg = <0x3108d000 0x1000>,
|
||||
<0x3108e000 0x1000>,
|
||||
<0x3108f000 0x1000>;
|
||||
};
|
Loading…
Add table
Reference in a new issue