boards: beagle: pocketbeagle_2: Add P2.9 and P2.11 GPIO pinmux
- Define pinmux for using P2.9 and P2.11 as MCU_GPIOs. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
parent
24f9ca7178
commit
b07629660f
1 changed files with 10 additions and 0 deletions
|
@ -14,4 +14,14 @@
|
|||
mcu_uart0_tx_default: mcu_uart0_tx_default {
|
||||
pinmux = <K3_PINMUX(0x0018, PIN_OUTPUT, MUX_MODE_0)>;
|
||||
};
|
||||
|
||||
P2_09_D4_gpio: P2-09-D4-gpio-pins {
|
||||
/* (D4) MCU_MCAN1_RX.MCU_GPIO0_16 */
|
||||
pinmux = <K3_PINMUX(0x0040, PIN_INPUT, MUX_MODE_7)>;
|
||||
};
|
||||
|
||||
P2_11_E5_gpio: P2-11-E5-gpio-pins {
|
||||
/* (E5) MCU_MCAN1_TX.MCU_GPIO0_15 */
|
||||
pinmux = <K3_PINMUX(0x003c, PIN_INPUT, MUX_MODE_7)>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue