;--------------------------------------------------------------------------------------------------------- ; 说明: 脚本中的字符串区分大小写,用户可以修改"="后面的数值,但是不要修改前面的字符串 ; 描述gpio的形式:Port:端口+组内序号<功能分配><内部电阻状态><驱动能力><输出电平状态> ;--------------------------------------------------------------------------------------------------------- ;---------------------------------------------------------------------------------- ;i2c configuration ;---------------------------------------------------------------------------------- [twi0] twi0_scl = port:PE04<8><1> twi0_sda = port:PE05<8><1> ;[twi1] ;twi1_scl = port:PA06<4><1><0> ;twi1_sda = port:PA07<4><1><0> ;[twi2] ;twi2_scl = port:PH05<4><1> ;twi2_sda = port:PH06<4><1> ;[twi3] ;twi3_scl = port:PI03<4><1> ;twi3_sda = port:PI04<4><1> ;[twi4] ;twi4_scl = port:PI01<4><1> ;twi4_sda = port:PI02<4><1> ;---------------------------------------------------------------------------------- ;uart configuration ;---------------------------------------------------------------------------------- ;[uart0] ;uart_tx = port:PB08<5><1> ;uart_rx = port:PB09<5><1> ;[uart1] ;uart_tx = port:PB10<5><1> ;uart_rx = port:PB11<5><1> ;[uart2] ;uart_tx = port:PH05<5><1> ;uart_rx = port:PH06<5><1> [uart3] uart_tx = port:PE00<7><1> uart_rx = port:PE01<7><1> [sensor0] used0 = 1 reset0 = port:PE10<1><1> pwdn0 = port:PF01<1><1> mclk0 = port:PE13<5><1> mclk_id0 = 1 name0 = "sc202csr_mipi" twi_addr0 = 0x20 twi_id0 = 0 addr_width0 = 16 data_width0 = 8 [sensor1] used1 = 1 reset1 = port:PE11<1><1> pwdn1 = port:PF02<1><1> mclk1 = port:PE13<5><1> mclk_id1 = 1 name1 = "sc202csi_mipi" twi_addr1 = 0x6c twi_id1 = 0 addr_width1 = 16 data_width1 = 8