summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sama7g5ek.dts
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2020-03-10 12:56:38 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-01-07 10:44:15 +0300
commit1d463d6735b8d9ec3342f52acbe9b0c49feeeca2 (patch)
tree9d803b30179036bf15ba620789d1e49bf02b4e56 /arch/arm/dts/sama7g5ek.dts
parent626879b7946287b22ce800be3b18961dd2c38549 (diff)
downloadu-boot-1d463d6735b8d9ec3342f52acbe9b0c49feeeca2.tar.xz
board: atmel: sama7g5ek: add initial support for sama7g5ek
Add initial support for sama7g5 evaluation kit board. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'arch/arm/dts/sama7g5ek.dts')
-rw-r--r--arch/arm/dts/sama7g5ek.dts39
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/dts/sama7g5ek.dts b/arch/arm/dts/sama7g5ek.dts
new file mode 100644
index 0000000000..41a754df6f
--- /dev/null
+++ b/arch/arm/dts/sama7g5ek.dts
@@ -0,0 +1,39 @@
+// SPDX-License-Identifier: GPL-2.0+ OR MIT
+/*
+ * sama7g5ek.dts - Device Tree file for SAMA7G5 EK
+ * SAMA7G5 Evaluation Kit
+ *
+ * Copyright (c) 2020, Microchip Technology Inc.
+ * 2020, Eugen Hristev <eugen.hristev@microchip.com>
+ * 2020, Claudiu Beznea <claudiu.beznea@microchip.com>
+ */
+/dts-v1/;
+#include "sama7g5.dtsi"
+#include "sama7g5-pinfunc.h"
+
+/ {
+ model = "Microchip SAMA7G5 Evaluation Kit";
+ compatible = "microchip,sama7g5ek", "microchip,sama7g54", "microchip,sama7g5", "microchip,sama7";
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+
+ ahb {
+
+ apb {
+ sdmmc1: sdio-host@e1208000 {
+ bus-width = <4>;
+ status = "okay";
+ };
+
+ uart0: serial@e1824200 {
+ status = "okay";
+ };
+ };
+ };
+};