blob: 79037f9b3015a9b029a91243babde32e3e57d435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
/*
* Device Tree Source for AM33xx Overlay EDMA fixes
*
* Copyright (C) 2015 Robert Nelson <robertcnelson@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
&uart0 {
status = "okay";
};
&uart1 {
status = "okay";
};
&uart2 {
status = "okay";
};
&spi0 {
status = "okay";
};
&spi1 {
status = "okay";
};
&mcasp0 {
status = "okay";
};
&mcasp1 {
status = "okay";
};
|