summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am6528-iot2050-basic.dts
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2021-09-18 08:17:52 +0200
committerTom Rini <trini@konsulko.com>2021-10-03 14:40:56 -0400
commitc3a879510a0d49355408844a8fd942224568d48d (patch)
tree068a300f466bba33f5a5074f1be9bbbc9ec40039 /arch/arm/dts/k3-am6528-iot2050-basic.dts
parent903d8ede9adbd5c1956a60b01a3ec099ff3fd8b2 (diff)
arm: dts: Add IOT2050 device tree files
Prepares for the addition of the IOT2050 board which is based on the TI AM65x. The board comes in four variants, Basic and Advanced, each as product generation 1 (SR1.0) and 2 (SR2.x), so there are separate dts files needed. Furthermore, the SPL has its own device tree. Based on original board support by Le Jin, Gao Nian and Chao Zeng. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'arch/arm/dts/k3-am6528-iot2050-basic.dts')
-rw-r--r--arch/arm/dts/k3-am6528-iot2050-basic.dts24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am6528-iot2050-basic.dts b/arch/arm/dts/k3-am6528-iot2050-basic.dts
new file mode 100644
index 0000000000..87928ff282
--- /dev/null
+++ b/arch/arm/dts/k3-am6528-iot2050-basic.dts
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (c) Siemens AG, 2018-2021
+ *
+ * Authors:
+ * Le Jin <le.jin@siemens.com>
+ * Jan Kiszka <jan.kiszka@siemens.com>
+ *
+ * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 1
+ * 1 GB RAM, no eMMC, main_uart0 on connector X30
+ *
+ * Product homepage:
+ * https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html
+ */
+
+/dts-v1/;
+
+#include "k3-am6528-iot2050-basic-common.dtsi"
+#include "k3-am65-iot2050-common-pg1.dtsi"
+
+/ {
+ compatible = "siemens,iot2050-basic", "ti,am654";
+ model = "SIMATIC IOT2050 Basic";
+};