diff options
author | Oliver Gaskell <Oliver.Gaskell@analog.com> | 2024-09-12 16:50:42 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-03 09:29:22 -0600 |
commit | aabca1569cb522c8ed95b51d6bfe2d81ff21a984 (patch) | |
tree | 38c4278558fce1492115b26977a9558cbc481744 /arch/arm/dts/sc573-ezkit.dts | |
parent | 1312faac5f52d27cfb45dfe1a5a93a2944ca5c21 (diff) |
arm: dts: Support SC573-EZKIT
Adds minimal device tree for Analog Devices' SC573-EZKIT board and
common files for the SC57x/SC5xx family.
This also adds all sc5* devicetrees to ARM SC5XX in MAINTAINERS, and
adds the ADSP Linux mailing list as the list for ARM SC5XX.
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>
Diffstat (limited to 'arch/arm/dts/sc573-ezkit.dts')
-rw-r--r-- | arch/arm/dts/sc573-ezkit.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/sc573-ezkit.dts b/arch/arm/dts/sc573-ezkit.dts new file mode 100644 index 00000000000..0dc2962618c --- /dev/null +++ b/arch/arm/dts/sc573-ezkit.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * (C) Copyright 2024 - Analog Devices, Inc. + */ + +/dts-v1/; + +#include "sc57x.dtsi" + +/ { + model = "ADI SC573-EZKIT"; + compatible = "adi,sc573-ezkit", "adi,sc57x"; +}; |