summaryrefslogtreecommitdiff
path: root/src/arm/da850-enbw-cmc.dts
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-02-27 19:39:44 +0000
committerWarner Losh <imp@FreeBSD.org>2014-02-27 19:39:44 +0000
commit0d4a4b13019e01c1eab30b74c983040450010b81 (patch)
treeff6e99cffa59c3e85a311d8dd06e6f6dab4988b2 /src/arm/da850-enbw-cmc.dts
downloadsrc-test2-0d4a4b13019e01c1eab30b74c983040450010b81.tar.gz
src-test2-0d4a4b13019e01c1eab30b74c983040450010b81.zip
Notes
Diffstat (limited to 'src/arm/da850-enbw-cmc.dts')
-rw-r--r--src/arm/da850-enbw-cmc.dts30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/arm/da850-enbw-cmc.dts b/src/arm/da850-enbw-cmc.dts
new file mode 100644
index 000000000000..e750ab9086d5
--- /dev/null
+++ b/src/arm/da850-enbw-cmc.dts
@@ -0,0 +1,30 @@
+/*
+ * Device Tree for AM1808 EnBW CMC board
+ *
+ * Copyright 2012 DENX Software Engineering GmbH
+ * Heiko Schocher <hs@denx.de>
+ *
+ * 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; either version 2 of the License, or (at your
+ * option) any later version.
+ */
+/dts-v1/;
+#include "da850.dtsi"
+
+/ {
+ compatible = "enbw,cmc", "ti,da850";
+ model = "EnBW CMC";
+
+ soc {
+ serial0: serial@1c42000 {
+ status = "okay";
+ };
+ serial1: serial@1d0c000 {
+ status = "okay";
+ };
+ serial2: serial@1d0d000 {
+ status = "okay";
+ };
+ };
+};