The PINMUX of Kamino18 is divided into MCU and ARM two domains. The PINMUX in ARM domain will be clear when system enter sleep state and it will be re-setup in u-boot-spl.bin when system resume from sleep state.(The detail will be illustrated in the chapter 4.1)...
void LedIfConfig(void) {GPIOBank6Pin12PinMuxSetup(); GPIODirModeSet(SOC_GPIO_0_REGS, 109, GPIO_DIR_OUTPUT);} void LedToggle(void) { if(ledState == 0) ledState = 1; else ledState = 0; GPIOPinWrite(SOC_GPIO_0_REGS, 109, ...
The pinmux configuration file provides pinmux and GPIO configuration information. The typical format for this data is register address and data, as a pair. MB1 allows writes to the pinmux and GPIO address range from the pinmux configuration table. The pinmux configuration f...
This patch adds missing pinmux setup for 4 GPIO signals used on the Beagle xM: - USB hub reset (gpio_56) - P8 USB hub reset (gpio_63) - DVI enable (gpio_129) - P8 DVI enable (gpio_170) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj Loading...
1.1. ARM Domain PINMUX Setup ARM domain has 52 pins(id)which can be setup. Every pin has its own functions accordingly as the below table: idfunction0function1function2function3function4function5 0 BTDAT00 PD2PORT00 1 BTDAT01 PD2PORT01 2 BTDAT02 PD2PORT02 3 BTDAT03 PD2PORT03 ...
GPIOBank6Pin12PinMuxSetup ./main.obj error #10234-D: unresolved symbols remain error #10010: errors encountered during linking; "led3.out" not built >> Compilation failure gmake: *** [led3.out] Error 1 gmake: Target `all' n...
1.1. MCU Domain PINMUX Setup MCU domain has 34 pins(id)which can be setup. Every pin has its own functions accordingly as the below table: idfunction0function1function2function3function4 1 POWERDOWN PD1PORT01 2 UART0RX PD1PORT02 3 UART0TX PD1PORT03 4 OTPAVDDEN PD1PORT04 5 ...