summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k2g-evm.dts
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-09-19 16:26:55 +0530
committerTom Rini <trini@konsulko.com>2015-10-22 14:22:26 -0400
commit2a9a842ebef07628af6f4d566d8d71ac085e7538 (patch)
tree86c428fb2a550232cb74e089366da685c5b6f328 /arch/arm/dts/k2g-evm.dts
parent83b9bf11feb1a88588eaf7f89c763bc59a7010d1 (diff)
ARM: dts: k2g: Add DT support
Add basic DT support for k2g evm. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/k2g-evm.dts')
-rw-r--r--arch/arm/dts/k2g-evm.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/k2g-evm.dts b/arch/arm/dts/k2g-evm.dts
new file mode 100644
index 00000000000..de50e8f8623
--- /dev/null
+++ b/arch/arm/dts/k2g-evm.dts
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2014 Texas Instruments, Inc.
+ *
+ * Keystone 2 Galileo EVM device tree
+ *
+ * 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.
+ */
+/dts-v1/;
+
+#include "k2g.dtsi"
+
+/ {
+ compatible = "ti,k2g-evm","ti,keystone";
+ model = "Texas Instruments Keystone 2 Galileo EVM";
+
+ chosen {
+ stdout-path = &uart0;
+ };
+};