summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/da850-evm.dts
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2012-08-29 23:25:27 +0530
committerSekhar Nori <nsekhar@ti.com>2012-10-29 15:43:13 +0530
commit27e6e0d3dafa5b487dc28b219753443db300f289 (patch)
treeb40286356a31bcbc4916acf529cd8161dbadd9d7 /arch/arm/boot/dts/da850-evm.dts
parent33085b3e819c440f8ddbbc77142134c7ce7dffd1 (diff)
ARM: davinci: da850 evm: add DT data
Add device tree data for DA850 EVM. At this time, only information on serial ports is added. Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850-evm.dts')
-rw-r--r--arch/arm/boot/dts/da850-evm.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
new file mode 100644
index 000000000000..37dc5a3243b8
--- /dev/null
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -0,0 +1,28 @@
+/*
+ * Device Tree for DA850 EVM board
+ *
+ * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, version 2.
+ */
+/dts-v1/;
+/include/ "da850.dtsi"
+
+/ {
+ compatible = "ti,da850-evm", "ti,da850";
+ model = "DA850/AM1808/OMAP-L138 EVM";
+
+ soc {
+ serial0: serial@1c42000 {
+ status = "okay";
+ };
+ serial1: serial@1d0c000 {
+ status = "okay";
+ };
+ serial2: serial@1d0d000 {
+ status = "okay";
+ };
+ };
+};