1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
6#include "dra72x.dtsi"
7
8/ {
9	compatible = "ti,am5718", "ti,dra7";
10};
11
12/*
13 * These modules are not present on AM5718
14 *
15 * ATL
16 * VCP1, VCP2
17 * MLB
18 * ISS
19 * USB3, USB4
20 */
21
22&usb3_tm {
23	status = "disabled";
24};
25
26&usb4_tm {
27	status = "disabled";
28};
29
30&atl_tm {
31	status = "disabled";
32};
33