0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
0004 */
0005 /dts-v1/;
0006
0007 #include "am33xx.dtsi"
0008 #include "am335x-bone-common.dtsi"
0009
0010 / {
0011 model = "TI AM335x BeagleBone";
0012 compatible = "ti,am335x-bone", "ti,am33xx";
0013 };
0014
0015 &ldo3_reg {
0016 regulator-min-microvolt = <1800000>;
0017 regulator-max-microvolt = <3300000>;
0018 regulator-always-on;
0019 };
0020
0021 &mmc1 {
0022 vmmc-supply = <&ldo3_reg>;
0023 };