Commit f39718d 1 parent 9270e39 commit f39718d Copy full SHA for f39718d
File tree 5 files changed +45
-0
lines changed
5 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 11
11
/dts-v1/;
12
12
/plugin/;
13
13
14
+ /*
15
+ * Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16
+ */
14
17
&{/chosen} {
15
18
overlays {
16
19
BONE-UART1-00A0 = __TIMESTAMP__;
17
20
};
18
21
};
19
22
23
+ /*
24
+ * Free up the pins used by the cape from the pinmux helpers.
25
+ */
20
26
&ocp {
21
27
P9_24_pinmux { status = "disabled"; };
22
28
P9_26_pinmux { status = "disabled"; };
23
29
};
24
30
25
31
&bone_uart_1 {
32
+ // See these files for more info
33
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
34
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
35
status = "okay";
27
36
};
Original file line number Diff line number Diff line change 11
11
/dts-v1/;
12
12
/plugin/;
13
13
14
+ /*
15
+ * Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16
+ */
14
17
&{/chosen} {
15
18
overlays {
16
19
BONE-UART2-00A0 = __TIMESTAMP__;
17
20
};
18
21
};
19
22
23
+ /*
24
+ * Free up the pins used by the cape from the pinmux helpers.
25
+ */
20
26
&ocp {
21
27
P9_21_pinmux { status = "disabled"; };
22
28
P9_22_pinmux { status = "disabled"; };
23
29
};
24
30
25
31
&bone_uart_2 {
32
+ // See these files for more info
33
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
34
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
35
status = "okay";
27
36
};
Original file line number Diff line number Diff line change 11
11
/dts-v1/;
12
12
/plugin/;
13
13
14
+ /*
15
+ * Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16
+ */
14
17
&{/chosen} {
15
18
overlays {
16
19
BONE-UART3-00A0 = __TIMESTAMP__;
17
20
};
18
21
};
19
22
23
+ /*
24
+ * Free up the pins used by the cape from the pinmux helpers.
25
+ */
20
26
&ocp {
21
27
P9_42_pinmux { status = "disabled"; };
22
28
};
23
29
24
30
&bone_uart_3 {
31
+ // See these files for more info
32
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
33
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
25
34
status = "okay";
26
35
};
Original file line number Diff line number Diff line change 11
11
/dts-v1/;
12
12
/plugin/;
13
13
14
+ /*
15
+ * Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16
+ */
14
17
&{/chosen} {
15
18
overlays {
16
19
BONE-UART4-00A0 = __TIMESTAMP__;
17
20
};
18
21
};
19
22
23
+ /*
24
+ * Free up the pins used by the cape from the pinmux helpers.
25
+ */
20
26
&ocp {
21
27
P9_13_pinmux { status = "disabled"; };
22
28
P9_11_pinmux { status = "disabled"; };
23
29
};
24
30
25
31
&bone_uart_4 {
32
+ // See these files for more info
33
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
34
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
35
status = "okay";
27
36
};
Original file line number Diff line number Diff line change 11
11
/dts-v1/;
12
12
/plugin/;
13
13
14
+ /*
15
+ * Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16
+ */
14
17
&{/chosen} {
15
18
overlays {
16
19
BONE-UART5-00A0 = __TIMESTAMP__;
17
20
};
18
21
};
19
22
23
+ /*
24
+ * Free up the pins used by the cape from the pinmux helpers.
25
+ */
20
26
&ocp {
21
27
P9_37_pinmux { status = "disabled"; };
22
28
P9_38_pinmux { status = "disabled"; };
23
29
};
24
30
25
31
&bone_uart_5 {
32
+ // See these files for more info
33
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
34
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
35
status = "okay";
27
36
};
You can’t perform that action at this time.
0 commit comments