Skip to content

Commit

Permalink
add reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
lorforlinux committed Jun 21, 2020
1 parent 9270e39 commit f39718d
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/arm/BONE-UART1-00A0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,26 @@
/dts-v1/;
/plugin/;

/*
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
*/
&{/chosen} {
overlays {
BONE-UART1-00A0 = __TIMESTAMP__;
};
};

/*
* Free up the pins used by the cape from the pinmux helpers.
*/
&ocp {
P9_24_pinmux { status = "disabled"; };
P9_26_pinmux { status = "disabled"; };
};

&bone_uart_1 {
// See these files for more info
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
status = "okay";
};
9 changes: 9 additions & 0 deletions src/arm/BONE-UART2-00A0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,26 @@
/dts-v1/;
/plugin/;

/*
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
*/
&{/chosen} {
overlays {
BONE-UART2-00A0 = __TIMESTAMP__;
};
};

/*
* Free up the pins used by the cape from the pinmux helpers.
*/
&ocp {
P9_21_pinmux { status = "disabled"; };
P9_22_pinmux { status = "disabled"; };
};

&bone_uart_2 {
// See these files for more info
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
status = "okay";
};
9 changes: 9 additions & 0 deletions src/arm/BONE-UART3-00A0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,25 @@
/dts-v1/;
/plugin/;

/*
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
*/
&{/chosen} {
overlays {
BONE-UART3-00A0 = __TIMESTAMP__;
};
};

/*
* Free up the pins used by the cape from the pinmux helpers.
*/
&ocp {
P9_42_pinmux { status = "disabled"; };
};

&bone_uart_3 {
// See these files for more info
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
status = "okay";
};
9 changes: 9 additions & 0 deletions src/arm/BONE-UART4-00A0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,26 @@
/dts-v1/;
/plugin/;

/*
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
*/
&{/chosen} {
overlays {
BONE-UART4-00A0 = __TIMESTAMP__;
};
};

/*
* Free up the pins used by the cape from the pinmux helpers.
*/
&ocp {
P9_13_pinmux { status = "disabled"; };
P9_11_pinmux { status = "disabled"; };
};

&bone_uart_4 {
// See these files for more info
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
status = "okay";
};
9 changes: 9 additions & 0 deletions src/arm/BONE-UART5-00A0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,26 @@
/dts-v1/;
/plugin/;

/*
* Helper to show loaded overlays under: /proc/device-tree/chosen/overlays/
*/
&{/chosen} {
overlays {
BONE-UART5-00A0 = __TIMESTAMP__;
};
};

/*
* Free up the pins used by the cape from the pinmux helpers.
*/
&ocp {
P9_37_pinmux { status = "disabled"; };
P9_38_pinmux { status = "disabled"; };
};

&bone_uart_5 {
// See these files for more info
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbai-bone-buses.dtsi
// https://github.com/beagleboard/BeagleBoard-DeviceTrees/src/arm/bbb-bone-buses.dtsi
status = "okay";
};

0 comments on commit f39718d

Please sign in to comment.