From 1c791db720662af009005f7a3ecff17d58f4ee3f Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Tue, 13 Nov 2018 10:33:26 -0600 Subject: [PATCH] add ti: am57xx-evm.dts Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- src/arm/am57xx-evm.dts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/arm/am57xx-evm.dts diff --git a/src/arm/am57xx-evm.dts b/src/arm/am57xx-evm.dts new file mode 100644 index 0000000..a8129b6 --- /dev/null +++ b/src/arm/am57xx-evm.dts @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "am57xx-beagle-x15.dts" +#include "am57xx-evm-common.dtsi" +#include "am57xx-commercial-grade.dtsi" +#include "am57xx-cmem.dtsi" + +/ { + model = "TI AM5728 EVM"; +}; + +&mmc3 { + pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50"; + pinctrl-0 = <&mmc3_pins_default>; + pinctrl-1 = <&mmc3_pins_hs>; + pinctrl-2 = <&mmc3_pins_sdr12>; + pinctrl-3 = <&mmc3_pins_sdr25>; + pinctrl-4 = <&mmc3_pins_sdr50 &mmc3_iodelay_manual1_rev11_conf>; +}; -- GitLab