blob: 6b849372042419e21ca67f142c53f62618e5191d [file] [log] [blame]
AnilKumar Ch6a66a8b2012-06-22 15:10:50 +05301/*
2 * Copyright (C) 2012 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
Florian Vaussardeb33ef662013-06-03 16:12:22 +020010#include "am33xx.dtsi"
Koen Kooi2ba35492013-09-09 16:29:21 +020011#include "am335x-bone-common.dtsi"
Matt Porter55b44522013-09-10 14:24:39 -050012
Nishanth Menon9a15fff2014-09-03 11:03:10 -050013/ {
14 model = "TI AM335x BeagleBone";
15 compatible = "ti,am335x-bone", "ti,am33xx";
16};
17
Matt Porter55b44522013-09-10 14:24:39 -050018&ldo3_reg {
19 regulator-min-microvolt = <1800000>;
20 regulator-max-microvolt = <3300000>;
21 regulator-always-on;
22};
23
24&mmc1 {
Matt Porter55b44522013-09-10 14:24:39 -050025 vmmc-supply = <&ldo3_reg>;
26};