1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot&ldo3_reg { 7*f126890aSEmmanuel Vadot regulator-min-microvolt = <1800000>; 8*f126890aSEmmanuel Vadot regulator-max-microvolt = <1800000>; 9*f126890aSEmmanuel Vadot regulator-always-on; 10*f126890aSEmmanuel Vadot}; 11*f126890aSEmmanuel Vadot 12*f126890aSEmmanuel Vadot&mmc1 { 13*f126890aSEmmanuel Vadot vmmc-supply = <&vmmcsd_fixed>; 14*f126890aSEmmanuel Vadot}; 15*f126890aSEmmanuel Vadot 16*f126890aSEmmanuel Vadot&mmc2 { 17*f126890aSEmmanuel Vadot vmmc-supply = <&vmmcsd_fixed>; 18*f126890aSEmmanuel Vadot pinctrl-names = "default"; 19*f126890aSEmmanuel Vadot pinctrl-0 = <&emmc_pins>; 20*f126890aSEmmanuel Vadot bus-width = <8>; 21*f126890aSEmmanuel Vadot status = "okay"; 22*f126890aSEmmanuel Vadot non-removable; 23*f126890aSEmmanuel Vadot}; 24*f126890aSEmmanuel Vadot 25*f126890aSEmmanuel Vadot/ { 26*f126890aSEmmanuel Vadot memory@80000000 { 27*f126890aSEmmanuel Vadot device_type = "memory"; 28*f126890aSEmmanuel Vadot reg = <0x80000000 0x20000000>; /* 512 MB */ 29*f126890aSEmmanuel Vadot }; 30*f126890aSEmmanuel Vadot}; 31