修改引脚的编号、状态、功能和物理引脚号

This commit is contained in:
2023-12-25 13:23:24 +08:00
parent 8238f46ccf
commit c9f90ff906
3 changed files with 28 additions and 28 deletions

View File

@@ -2627,7 +2627,7 @@ int isOrangePi(void)
/* Support: OrangePi zero */
char *OrangePi_string = "sun50iw9";
#elif CONFIG_BLUEBERRY
/* Support: OrangePi zero */
/* Support: Blueberry */
char *OrangePi_string = "sun50iw9";
#elif (defined CONFIG_ORANGEPI_RK3399 || defined CONFIG_ORANGEPI_4 || defined CONFIG_ORANGEPI_4_LTS || defined CONFIG_ORANGEPI_800)
/* Support: OrangePi RK3399 */

View File

@@ -90,7 +90,7 @@
#define GPIO_PWM_OP (0x0300A000)
#endif
/*********** OrangePi H616 *************/
/*********** BLUEBERRY H616 *************/
#if CONFIG_BLUEBERRY
#define GPIOA_BASE (0x0300B000)
#define GPIO_NUM (0x40)