1279377Simp/*
2279377Simp * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3279377Simp *
4279377Simp * This program is free software; you can redistribute it and/or modify
5279377Simp * it under the terms of the GNU General Public License version 2 as
6279377Simp * published by the Free Software Foundation.
7279377Simp */
8279377Simp/dts-v1/;
9279377Simp
10279377Simp#include "am33xx.dtsi"
11279377Simp#include "am335x-bone-common.dtsi"
12279377Simp
13279377Simp/ {
14279377Simp	model = "TI AM335x BeagleBone";
15279377Simp	compatible = "ti,am335x-bone", "ti,am33xx";
16279377Simp};
17279377Simp
18279377Simp&ldo3_reg {
19279377Simp	regulator-min-microvolt = <1800000>;
20279377Simp	regulator-max-microvolt = <3300000>;
21279377Simp	regulator-always-on;
22279377Simp};
23279377Simp
24279377Simp&mmc1 {
25279377Simp	vmmc-supply = <&ldo3_reg>;
26279377Simp};
27