blob: 14dff3e188ed5fa83a801c96ddd42adb9e60aad3 [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
David Lechnerc2a3b4b2016-04-01 17:42:03 +020019 soc@1c00000 {
20 serial0: serial@42000 {
Heiko Schocher3015fb32012-05-30 12:19:03 +020021 status = "okay";
22 };
David Lechnerc2a3b4b2016-04-01 17:42:03 +020023 serial1: serial@10c000 {
Heiko Schocher3015fb32012-05-30 12:19:03 +020024 status = "okay";
25 };
David Lechnerc2a3b4b2016-04-01 17:42:03 +020026 serial2: serial@10d000 {
Heiko Schocher3015fb32012-05-30 12:19:03 +020027 status = "okay";
28 };
David Lechner5209a8f2016-04-16 12:00:19 -050029 mdio: mdio@224000 {
30 status = "okay";
31 };
32 eth0: ethernet@220000 {
33 status = "okay";
34 };
Heiko Schocher3015fb32012-05-30 12:19:03 +020035 };
36};
Peter Ujfalusi7a7faed2015-12-17 15:27:48 +020037
38&edma0 {
39 ti,edma-reserved-slot-ranges = <32 50>;
40};
Peter Ujfalusib47a8562015-12-17 15:27:49 +020041
42&edma1 {
43 ti,edma-reserved-slot-ranges = <32 90>;
44};