projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'iio-fixes-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[linux-2.6-microblaze.git]
/
arch
/
arm
/
boot
/
dts
/
am5718.dtsi
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
};