A59 -V1.1版本提交
This commit is contained in:
@ -147,7 +147,7 @@ static xPinGroup_t pin_groups[] = {
|
||||
{.groupid = PGRP_I2C1, .pins_num = 2, .pins = {{50, 1}, {51, 1}}},
|
||||
{.groupid = PGRP_LCD_TTL_CH0, .pins_num = 28,
|
||||
/* de clk vynsc hsync */
|
||||
.pins = {{88, 1}, {89, 1, PAD_DRIVE_2MA}, {90, 1}, {91, 1},
|
||||
.pins = {{88, 1}, {89, 1, PAD_DRIVE_2MA}, {90, 0}, {91, 0},
|
||||
{64, 1}, {65, 1}, {66, 1}, {67, 1}, {68, 1}, {69, 1}, {70, 1}, {71, 1}, /* B0-B7 */
|
||||
{72, 1}, {73, 1}, {74, 1}, {75, 1}, {76, 1}, {77, 1}, {78, 1}, {79, 1}, /* G0-G7 */
|
||||
{80, 1}, {81, 1}, {82, 1}, {83, 1}, {84, 1}, {85, 1}, {86, 1}, {87, 1},}}, /* R0-R7 */
|
||||
@ -316,6 +316,7 @@ void vPinctrlSetup(void)
|
||||
#endif
|
||||
pinctrl_set_group(PGRP_ITU_CH1_INV);
|
||||
pinctrl_set_group(PGRP_CAN0_CH0);
|
||||
|
||||
|
||||
#ifdef AUDIO_REPLAY
|
||||
#if (AUDIO_REPLAY_I2S == I2S_ID1)
|
||||
|
Reference in New Issue
Block a user