Commit 19d3f6f 1 parent 9270e39 commit 19d3f6f Copy full SHA for 19d3f6f
File tree 5 files changed +30
-0
lines changed
5 files changed +30
-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__;
23
26
};
24
27
25
28
&bone_uart_1 {
29
+ // See these files for more info
30
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
31
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
32
status = "okay";
27
33
};
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__;
23
26
};
24
27
25
28
&bone_uart_2 {
29
+ // See these files for more info
30
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
31
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
32
status = "okay";
27
33
};
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__;
22
25
};
23
26
24
27
&bone_uart_3 {
28
+ // See these files for more info
29
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
30
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
25
31
status = "okay";
26
32
};
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__;
23
26
};
24
27
25
28
&bone_uart_4 {
29
+ // See these files for more info
30
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
31
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
32
status = "okay";
27
33
};
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__;
23
26
};
24
27
25
28
&bone_uart_5 {
29
+ // See these files for more info
30
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
31
+ // https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
26
32
status = "okay";
27
33
};
You can’t perform that action at this time.
0 commit comments