blob: e750ab9086d50d73d1c07559fea2fc9c0fbf900d [file] [log] [blame]
Heiko Schocher3015fb32012-05-30 12:19:03 +02001/*
2 * Device Tree for AM1808 EnBW CMC board
3 *
4 * Copyright 2012 DENX Software Engineering GmbH
5 * Heiko Schocher <hs@denx.de>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 */
12/dts-v1/;
Philip Avinasha2bcd772013-06-14 15:15:53 +053013#include "da850.dtsi"
Heiko Schocher3015fb32012-05-30 12:19:03 +020014
15/ {
16 compatible = "enbw,cmc", "ti,da850";
17 model = "EnBW CMC";
18
19 soc {
20 serial0: serial@1c42000 {
21 status = "okay";
22 };
23 serial1: serial@1d0c000 {
24 status = "okay";
25 };
26 serial2: serial@1d0d000 {
27 status = "okay";
28 };
29 };
30};