blob: b6b97ed16d91d83b95b3593cbc8ef3f6bfc78fb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
*/
&mmc3 {
status = "disabled";
};
&usb0 {
dr_mode = "peripheral";
};
|