X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/8c2d8730fa84bd3a821f431e23d750627654ade3..c1c3ce50488e3c30d8696c12cd63068d964c5bd5:/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py diff --git a/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py b/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py index f0cadcd..3fa00d0 100644 --- a/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py +++ b/src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py @@ -6,13 +6,10 @@ from adafruit_blinka.microcontroller.generic_linux.sysfs_pin import Pin -GPIO1_A1 = Pin(33) -GPIO1_A4 = Pin(36) GPIO1_A7 = Pin(39) GPIO1_B0 = Pin(40) GPIO1_B1 = Pin(41) GPIO1_B2 = Pin(42) -GPIO1_C4 = Pin(52) GPIO2_A0 = Pin(64) GPIO2_A1 = Pin(65) GPIO2_A7 = Pin(71) @@ -21,10 +18,12 @@ GPIO2_B1 = Pin(73) GPIO2_B2 = Pin(74) GPIO2_B3 = Pin(75) GPIO2_B4 = Pin(76) -GPIO2_D3 = Pin(91) -GPIO2_D4 = Pin(92) GPIO3_C0 = Pin(112) +GPIO4_A3 = Pin(131) +GPIO4_A4 = Pin(132) GPIO4_A5 = Pin(133) +GPIO4_A6 = Pin(134) +GPIO4_A7 = Pin(135) GPIO4_C2 = Pin(146) GPIO4_C3 = Pin(147) GPIO4_C4 = Pin(148) @@ -72,10 +71,7 @@ i2cPorts = ( spiPorts = ((1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO),) # SysFS pwm outputs, pwm channel and pin in first tuple -pwmOuts = ( - ((0, 0), PWM0), - ((1, 0), PWM1), -) +pwmOuts = (((0, 0), PWM0),) # SysFS analog inputs, Ordered as analog analogInId, device, and channel analogIns = ((ADC_IN0, 0, 0),)