Skip to content
Snippets Groups Projects
Commit 23a99ad1 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

pbb: Add pbb debug_cable signal to hog

Also merge bootselect and UART_TXEN for pbb, but untested.
BCS 746-001288
parent 3b8c6758
No related branches found
No related tags found
1 merge request!111pbb: Add pbb debug_cable signal to hog
Pipeline #55964 passed with stage
in 8 seconds
......@@ -21,6 +21,15 @@
&iomuxc {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hog_1>;
pinctrl_hog_1: hoggrp-1 {
fsl,pins = <
MX8MP_IOMUXC_SAI5_RXD2__GPIO3_IO23 0x00000016 // DEBUG_CABLE on pbb for Plus, No Pulldown, has external pulldown on pbb
MX8MP_IOMUXC_SAI1_RXD7__GPIO4_IO09 0x00000156 // SW bootselect on PBB, requires pull up
MX8MP_IOMUXC_SAI2_RXC__GPIO4_IO22 0x00000116 // UART1_TXEN on PBB, Pulldown to keep RS485 disabled on pbb during boot
>;
};
pinctrl_eqos: eqosgrp {
fsl,pins = <
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment