summaryrefslogtreecommitdiff
path: root/fdts/stm32mp157c-ev1.dts
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2018-07-05 16:49:51 +0200
committerYann Gautier <yann.gautier@st.com>2018-07-24 17:18:35 +0200
commit587f60fac591a26a23d2dbe948de5f0eb2fab15d (patch)
treec3cbe29e880f27094f83f6d4c7c872aa6cb2cb1c /fdts/stm32mp157c-ev1.dts
parent964dfee1a2c0ee361a5095f6ded207af7c190ec0 (diff)
stm32mp1: Add device tree files
Those device tree files are taken from STM32MP1 U-Boot and Linux. And they are updated to fit TF-A needs. Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Diffstat (limited to 'fdts/stm32mp157c-ev1.dts')
-rw-r--r--fdts/stm32mp157c-ev1.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/fdts/stm32mp157c-ev1.dts b/fdts/stm32mp157c-ev1.dts
new file mode 100644
index 00000000..98a9d350
--- /dev/null
+++ b/fdts/stm32mp157c-ev1.dts
@@ -0,0 +1,25 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
+/*
+ * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
+ * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
+ */
+
+/dts-v1/;
+#include "stm32mp157c-ed1.dts"
+
+/ {
+ model = "STMicroelectronics STM32MP157C-EV1 pmic eval daughter on eval mother";
+ compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";
+
+ chosen {
+ bootargs = "earlyprintk console=ttyS3,115200 root=/dev/ram";
+ stdout-path = "serial3:115200n8";
+ };
+};
+
+&usart3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&usart3_pins_a>;
+ resets = <&rcc USART3_R>;
+ status = "disabled";
+};