2012-06-22 16:40:50 +07:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
|
2013-06-03 21:12:22 +07:00
|
|
|
#include "am33xx.dtsi"
|
2013-09-09 21:29:21 +07:00
|
|
|
#include "am335x-bone-common.dtsi"
|
2013-09-11 02:24:39 +07:00
|
|
|
|
2014-09-03 23:03:10 +07:00
|
|
|
/ {
|
|
|
|
model = "TI AM335x BeagleBone";
|
|
|
|
compatible = "ti,am335x-bone", "ti,am33xx";
|
|
|
|
};
|
|
|
|
|
2013-09-11 02:24:39 +07:00
|
|
|
&ldo3_reg {
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
|
regulator-always-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
&mmc1 {
|
|
|
|
vmmc-supply = <&ldo3_reg>;
|
|
|
|
};
|