0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
0004 */
0005
0006 #include "dra74x.dtsi"
0007 #include "am57-pruss.dtsi"
0008
0009 / {
0010 compatible = "ti,am5728", "ti,dra7";
0011 };
0012
0013 /*
0014 * These modules are not present on AM5728
0015 *
0016 * EVE1, EVE2
0017 * ATL
0018 * VCP1, VCP2
0019 * MLB
0020 * ISS
0021 * USB3, USB4
0022 */
0023
0024 &usb3_tm {
0025 status = "disabled";
0026 };
0027
0028 &usb4_tm {
0029 status = "disabled";
0030 };
0031
0032 &atl_tm {
0033 status = "disabled";
0034 };