Add P8.28 pin for rs485 ena

parent 6535c179
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
"P9.15", /* Relay 2 */ "P9.15", /* Relay 2 */
"P9.23", /* Relay 3 */ "P9.23", /* Relay 3 */
"P8.9", /* Relay 4 */ "P8.9", /* Relay 4 */
"P8.28", /* RS485 ENA */
/* References: /* References:
https://github.com/derekmolloy/boneDeviceTree/blob/master/docs/BeagleboneBlackP8HeaderTable.pdf https://github.com/derekmolloy/boneDeviceTree/blob/master/docs/BeagleboneBlackP8HeaderTable.pdf
...@@ -60,6 +61,7 @@ ...@@ -60,6 +61,7 @@
0x1a4 0x07 /* OUTPUT MODE7, pulldown */ 0x1a4 0x07 /* OUTPUT MODE7, pulldown */
0x1b4 0x07 /* OUTPUT MODE7, pulldown */ 0x1b4 0x07 /* OUTPUT MODE7, pulldown */
0x164 0x07 /* OUTPUT MODE7, pulldown */ 0x164 0x07 /* OUTPUT MODE7, pulldown */
0x0e8 0x07 /* OUTPUT MODE7, pulldown */
>; >;
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment