forked from ProjectHexapod/bbbStuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patham33xx_pwm-00A0.dts
74 lines (64 loc) · 1.05 KB
/
am33xx_pwm-00A0.dts
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*
* Copyright (C) 2013 CircuitCo
* Copyright (C) 2013 Texas Instruments
*
* 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.
*/
/dts-v1/;
/plugin/;
/ {
compatible = "ti,beaglebone", "ti,beaglebone-black";
/* identification */
part-number = "test1";
version = "00A0";
fragment@0 {
target = <&epwmss0>;
__overlay__ {
status = "okay";
};
};
fragment@1 {
target = <&ehrpwm0>;
__overlay__ {
status = "okay";
};
};
fragment@2 {
target = <&ecap0>;
__overlay__ {
status = "okay";
};
};
fragment@3 {
target = <&epwmss1>;
__overlay__ {
status = "okay";
};
};
fragment@4 {
target = <&ehrpwm1>;
__overlay__ {
status = "okay";
};
};
fragment@5 {
target = <&epwmss2>;
__overlay__ {
status = "okay";
};
};
fragment@6 {
target = <&ehrpwm2>;
__overlay__ {
status = "okay";
};
};
fragment@7 {
target = <&ecap2>;
__overlay__ {
status = "okay";
};
};
};