am571x-idk-lcd-osd.dts
852 Bytes
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
38
39
40
41
42
43
44
45
46
/*
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.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.
*/
#include "am571x-idk.dts"
#include "am57xx-idk-lcd-osd.dtsi"
/ {
model = "TI AM571x IDK-LCD-OSD-Display";
aliases {
ethernet2 = &pruss2_emac0;
ethernet3 = &pruss2_emac1;
/delete-property/ ethernet4;
/delete-property/ ethernet5;
};
};
&touchscreen {
interrupt-parent = <&gpio5>;
interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
};
&pruss1_mdio {
status = "disabled";
};
&pruss1_eth {
status = "disabled";
};
&pru1_1 {
/delete-property/ ti,pruss-gp-mux-sel;
};
&pru2_0 {
/delete-property/ ti,pruss-gp-mux-sel;
};
&pru2_1 {
/delete-property/ ti,pruss-gp-mux-sel;
};