1 /* 2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ 8 /dts-v1/; 9 10 #include "am3517.dtsi" 11 12 / { 13 model = "TI AM3517 EVM (AM3517/05 TMDSEVM3517)"; 14 compatible = "ti,am3517-evm", "ti,am3517", "ti,omap3"; 15 16 memory@80000000 { 17 device_type = "memory"; 18 reg = <0x80000000 0x10000000>; /* 256 MB */ 19 }; 20 21 vmmc_fixed: vmmc { 22 compatible = "regulator-fixed"; 23 regulator-name = "vmmc_fixed"; 24 regulator-min-microvolt = <3300000>; 25 regulator-max-microvolt = <3300000>; 26 }; 27 }; 28 29 &davinci_emac { 30 status = "okay"; 31 }; 32 33 &davinci_mdio { 34 status = "okay"; 35 }; 36 37 &i2c1 { 38 clock-frequency = <400000>; 39 }; 40 41 &i2c2 { 42 clock-frequency = <400000>; 43 }; 44 45 &i2c3 { 46 clock-frequency = <400000>; 47 }; 48 49 &mmc1 { 50 vmmc-supply = <&vmmc_fixed>; 51 bus-width = <4>; 52 }; 53 54 &mmc2 { 55 status = "disabled"; 56 }; 57 58 &mmc3 { 59 status = "disabled"; 60 }; 61 62