| * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| model = "TI AM335x BeagleBone"; |
| compatible = "ti,am335x-bone", "ti,am33xx"; |
| reg = <0x80000000 0x10000000>; /* 256 MB */ |
| clock-frequency = <400000>; |
| /include/ "tps65217.dtsi" |
| /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ |
| regulator-name = "vdd_mpu"; |
| regulator-min-microvolt = <925000>; |
| regulator-max-microvolt = <1325000>; |
| /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */ |
| regulator-name = "vdd_core"; |
| regulator-min-microvolt = <925000>; |
| regulator-max-microvolt = <1150000>; |