ARM: davinci: da850 evm: add DT data
authorSekhar Nori <nsekhar@ti.com>
Wed, 29 Aug 2012 17:55:27 +0000 (23:25 +0530)
committerSekhar Nori <nsekhar@ti.com>
Mon, 29 Oct 2012 10:13:13 +0000 (15:43 +0530)
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>
Documentation/devicetree/bindings/arm/davinci.txt
arch/arm/boot/dts/da850-evm.dts [new file with mode: 0644]
arch/arm/mach-davinci/da8xx-dt.c

index aa4e7a156dd292df4a5cae14da157e033c746733..2dda756414cc87c01649e8678b705ed2a22997bd 100644 (file)
@@ -1,6 +1,10 @@
 Texas Instruments DaVinci Platforms Device Tree Bindings
 --------------------------------------------------------
 
+DA850/OMAP-L138/AM18x Evaluation Module (EVM) board
+Required root node properties:
+    - compatible = "ti,da850-evm", "ti,da850";
+
 Generic DaVinci Boards
 ----------------------
 
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
new file mode 100644 (file)
index 0000000..37dc5a3
--- /dev/null
@@ -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";
+               };
+       };
+};
index df393d9b15178aca5638de00fb3fc6a211c2f5a5..94b09fd4cca44bf9949a04501a8daeaa7589779e 100644 (file)
@@ -47,6 +47,7 @@ static void __init da850_init_machine(void)
 }
 
 static const char *da850_boards_compat[] __initdata = {
+       "ti,da850-evm",
        "ti,da850",
        NULL,
 };
This page took 0.030118 seconds and 5 git commands to generate.