mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 08:32:23 +07:00
704f423ce0
am574x-idk is similar to am572x-idk with am574x SoC. So create a common file for both evms and include SoC dtsi as needed. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
23 lines
371 B
Plaintext
23 lines
371 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
|
*/
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "dra76x.dtsi"
|
|
#include "am572x-idk-common.dtsi"
|
|
|
|
/ {
|
|
model = "TI AM5748 IDK";
|
|
compatible = "ti,am5728-idk", "ti,dra762", "ti,dra7";
|
|
};
|
|
|
|
&qspi {
|
|
spi-max-frequency = <96000000>;
|
|
m25p80@0 {
|
|
spi-max-frequency = <96000000>;
|
|
};
|
|
};
|