2019-06-04 10:11:33 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2016-12-27 11:58:34 -06:00
|
|
|
/*
|
2020-07-08 11:34:51 +02:00
|
|
|
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
|
2016-12-27 11:58:34 -06:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
&ldo3_reg {
|
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
|
regulator-max-microvolt = <1800000>;
|
|
|
|
|
regulator-always-on;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
&mmc1 {
|
|
|
|
|
vmmc-supply = <&vmmcsd_fixed>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
&mmc2 {
|
|
|
|
|
vmmc-supply = <&vmmcsd_fixed>;
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
|
pinctrl-0 = <&emmc_pins>;
|
|
|
|
|
bus-width = <8>;
|
|
|
|
|
status = "okay";
|
2020-05-13 02:08:04 +05:30
|
|
|
non-removable;
|
2016-12-27 11:58:34 -06:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/ {
|
2020-01-06 16:09:08 +03:00
|
|
|
memory@80000000 {
|
|
|
|
|
device_type = "memory";
|
|
|
|
|
reg = <0x80000000 0x20000000>; /* 512 MB */
|
|
|
|
|
};
|
2016-12-27 11:58:34 -06:00
|
|
|
};
|