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

#include "am33xx-u-boot.dtsi"

&l4_per {

	segment@300000 {

		target-module@e000 {
			u-boot,dm-pre-reloc;

			lcdc: lcdc@0 {
				u-boot,dm-pre-reloc;
			};
		};
	};
};

&mmc3 {
	status = "disabled";
};

&usb0 {
	dr_mode = "peripheral";
};