Back to home page

OSCL-LXR

 
 

    


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