summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am335x-evm-u-boot.dtsi
blob: d7b049ef20cdf48a176a6ee161ade9be332e8a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
 */

/ {
	panel {
		u-boot,dm-pre-reloc;
	};
};


&mmc3 {
	status = "disabled";
};

&usb0 {
	dr_mode = "peripheral";
};