blob: d5f43fe2bfe13474c09805ec332f3f6d2eb1b25e [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
13&ldo3_reg {
14 regulator-min-microvolt = <1800000>;
15 regulator-max-microvolt = <3300000>;
16 regulator-always-on;
17};
18
19&mmc1 {
20 status = "okay";
21 vmmc-supply = <&ldo3_reg>;
22};