1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
6#include "am33xx-u-boot.dtsi"
7
8&l4_per {
9
10	segment@300000 {
11
12		target-module@e000 {
13			u-boot,dm-pre-reloc;
14
15			lcdc: lcdc@0 {
16				u-boot,dm-pre-reloc;
17			};
18		};
19	};
20};
21
22&mmc3 {
23	status = "disabled";
24};
25
26&usb0 {
27	dr_mode = "peripheral";
28};
29