Skip to content

Commit f39718d

Browse files
committed
add reference link
1 parent 9270e39 commit f39718d

5 files changed

+45
-0
lines changed

src/arm/BONE-UART1-00A0.dts

+9
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,26 @@
1111
/dts-v1/;
1212
/plugin/;
1313

14+
/*
15+
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16+
*/
1417
&{/chosen} {
1518
overlays {
1619
BONE-UART1-00A0 = __TIMESTAMP__;
1720
};
1821
};
1922

23+
/*
24+
* Free up the pins used by the cape from the pinmux helpers.
25+
*/
2026
&ocp {
2127
P9_24_pinmux { status = "disabled"; };
2228
P9_26_pinmux { status = "disabled"; };
2329
};
2430

2531
&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
2635
status = "okay";
2736
};

src/arm/BONE-UART2-00A0.dts

+9
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,26 @@
1111
/dts-v1/;
1212
/plugin/;
1313

14+
/*
15+
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16+
*/
1417
&{/chosen} {
1518
overlays {
1619
BONE-UART2-00A0 = __TIMESTAMP__;
1720
};
1821
};
1922

23+
/*
24+
* Free up the pins used by the cape from the pinmux helpers.
25+
*/
2026
&ocp {
2127
P9_21_pinmux { status = "disabled"; };
2228
P9_22_pinmux { status = "disabled"; };
2329
};
2430

2531
&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
2635
status = "okay";
2736
};

src/arm/BONE-UART3-00A0.dts

+9
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,25 @@
1111
/dts-v1/;
1212
/plugin/;
1313

14+
/*
15+
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16+
*/
1417
&{/chosen} {
1518
overlays {
1619
BONE-UART3-00A0 = __TIMESTAMP__;
1720
};
1821
};
1922

23+
/*
24+
* Free up the pins used by the cape from the pinmux helpers.
25+
*/
2026
&ocp {
2127
P9_42_pinmux { status = "disabled"; };
2228
};
2329

2430
&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
2534
status = "okay";
2635
};

src/arm/BONE-UART4-00A0.dts

+9
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,26 @@
1111
/dts-v1/;
1212
/plugin/;
1313

14+
/*
15+
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16+
*/
1417
&{/chosen} {
1518
overlays {
1619
BONE-UART4-00A0 = __TIMESTAMP__;
1720
};
1821
};
1922

23+
/*
24+
* Free up the pins used by the cape from the pinmux helpers.
25+
*/
2026
&ocp {
2127
P9_13_pinmux { status = "disabled"; };
2228
P9_11_pinmux { status = "disabled"; };
2329
};
2430

2531
&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
2635
status = "okay";
2736
};

src/arm/BONE-UART5-00A0.dts

+9
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,26 @@
1111
/dts-v1/;
1212
/plugin/;
1313

14+
/*
15+
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
16+
*/
1417
&{/chosen} {
1518
overlays {
1619
BONE-UART5-00A0 = __TIMESTAMP__;
1720
};
1821
};
1922

23+
/*
24+
* Free up the pins used by the cape from the pinmux helpers.
25+
*/
2026
&ocp {
2127
P9_37_pinmux { status = "disabled"; };
2228
P9_38_pinmux { status = "disabled"; };
2329
};
2430

2531
&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
2635
status = "okay";
2736
};

0 commit comments

Comments
 (0)