summaryrefslogtreecommitdiff
path: root/fdts/stm32mp157c-dk2.dts
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2019-02-12 19:00:29 +0100
committerYann Gautier <yann.gautier@st.com>2019-02-14 11:20:23 +0100
commit6c1e71e1a13c486c524fdf46490b922cad3f088a (patch)
tree7e921ddc696b6ebd2fed459be92698b453406714 /fdts/stm32mp157c-dk2.dts
parent0d21680c35f328f1b793f0765760e994d883ff12 (diff)
stm32mp1: introduce STM32MP1 discovery boards
Add the device tree files to support the 2 discovery boards: DK1 & DK2. Change-Id: I90b4797dc69bd0aab1b643a72c932ead48a03c1f Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'fdts/stm32mp157c-dk2.dts')
-rw-r--r--fdts/stm32mp157c-dk2.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/fdts/stm32mp157c-dk2.dts b/fdts/stm32mp157c-dk2.dts
new file mode 100644
index 00000000..fdcf4c80
--- /dev/null
+++ b/fdts/stm32mp157c-dk2.dts
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
+/*
+ * Copyright (C) STMicroelectronics 2018 - All Rights Reserved
+ * Author: Alexandre Torgue <alexandre.torgue@st.com>.
+ */
+
+/dts-v1/;
+
+#include "stm32mp157a-dk1.dts"
+
+/ {
+ model = "STMicroelectronics STM32MP157C-DK2 Discovery Board";
+ compatible = "st,stm32mp157c-dk2", "st,stm32mp157";
+
+};
+