blob: 603f34ec6dc47f3cacdf80c207d782a96749ec1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* 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.
*/
&mmc2 {
vmmc-supply = <&vmmcsd_fixed>;
pinctrl-names = "default";
bus-width = <8>;
status = "okay";
};
|