mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
b4185e4fef
Add initial dts support for am574x-idk Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
22 lines
371 B
Text
22 lines
371 B
Text
// 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>;
|
|
};
|
|
};
|