diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-12-18 09:20:03 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 18:24:52 +0300 |
commit | 704f423ce0b25b8e5edd924569ed5617a30614dd (patch) | |
tree | 25074090f75a5f30104f615096c235de61b3dc0a /arch/arm/boot/dts/am574x-idk.dts | |
parent | 4b7fe09bee69e76cbce78ec9c61284516354d94b (diff) | |
download | linux-704f423ce0b25b8e5edd924569ed5617a30614dd.tar.xz |
ARM: dts: am57xx: Add support for am574x-idk
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>
Diffstat (limited to 'arch/arm/boot/dts/am574x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am574x-idk.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am574x-idk.dts b/arch/arm/boot/dts/am574x-idk.dts new file mode 100644 index 000000000000..41e12a382d2f --- /dev/null +++ b/arch/arm/boot/dts/am574x-idk.dts @@ -0,0 +1,22 @@ +// 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>; + }; +}; |