1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Device Tree for AM1808 EnBW CMC board 4 * 5 * Copyright 2012 DENX Software Engineering GmbH 6 * Heiko Schocher <hs@denx.de> 7 */ 8 /dts-v1/; 9 #include "da850.dtsi" 10 11 / { 12 compatible = "enbw,cmc", "ti,da850"; 13 model = "EnBW CMC"; 14 15 soc@1c00000 { 16 serial0: serial@42000 { 17 status = "okay"; 18 }; 19 serial1: serial@10c000 { 20 status = "okay"; 21 }; 22 serial2: serial@10d000 { 23 status = "okay"; 24 }; 25 mdio: mdio@224000 { 26 status = "okay"; 27 }; 28 eth0: ethernet@220000 { 29 status = "okay"; 30 }; 31 }; 32 }; 33 34 &ref_clk { 35 clock-frequency = <24000000>; 36 }; 37 38 &edma0 { 39 ti,edma-reserved-slot-ranges = <32 50>; 40 }; 41 42 &edma1 { 43 ti,edma-reserved-slot-ranges = <32 90>; 44 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.