summaryrefslogtreecommitdiff
path: root/board/icarus/gpio.inc
Commit message (Collapse)AuthorAgeFilesLines
* Cozmo: support factory keyboard test.Sue Chen2021-06-231-0/+5
| | | | | | | | | | | | | | | | | | | | | connector-to-GPIO map: {-1, -1}, {GPIO_KSO_H, 4}, {GPIO_KSO_H, 0}, {GPIO_KSO_H, 1}, {GPIO_KSO_H, 3}, {GPIO_KSO_H, 2}, {-1, -1}, {-1, -1}, {GPIO_KSO_L, 5}, {GPIO_KSO_L, 6}, {-1, -1}, {GPIO_KSO_L, 3}, {GPIO_KSO_L, 2}, {GPIO_KSI, 0}, {GPIO_KSO_L, 1}, {GPIO_KSO_L, 4}, {GPIO_KSI, 3}, {GPIO_KSI, 2}, {GPIO_KSO_L, 0}, {GPIO_KSI, 5}, {GPIO_KSI, 4}, {GPIO_KSO_L, 7}, {GPIO_KSI, 6}, {GPIO_KSI, 7}, {GPIO_KSI, 1}, {-1, -1}, {GPIO_KSO_H, 5}, {-1, -1}, {GPIO_KSO_H, 6}, {-1, -1}, {-1, -1}, BUG=none BRANCH=icarus TEST=`ectool kbfactorytest` PASS. Signed-off-by: Sue Chen <sue.chen@quanta.corp-partner.google.com> Change-Id: Ifc22d87f84ce86dee6f68b33a2a9a2964f71170f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2936262 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
* Cozmo: Remove motion sensorsSue Chen2021-04-061-2/+1
| | | | | | | | | | | | | For Cozmo is clamshell, it doesn't have motion sensors. BUG=b:183454206 BRANCH=icarus TEST=make BOARD=icarus Signed-off-by: Sue Chen <sue.chen@quanta.corp-partner.google.com> Change-Id: I3da637bdc5a5ea4a11e1b715fdd8bff030e388b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2799331 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
* Cozmo: Remove tablet mode relative functionSue Chen2021-03-301-2/+1
| | | | | | | | | | | | | | For Cozmo is clamshell, it doesn't need tablet mode function. BUG=b:183454206 BRANCH=icarus TEST=make sure the DUT doesn't change to tablet mode while the TABLET_MODE_L is low. Signed-off-by: Sue Chen <sue.chen@quanta.corp-partner.google.com> Change-Id: I74b5d35b69a19c6fb99ee94ba7ff4e81b94dee35 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2784339 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
* board/icarus: initial it81202 based boardDino Li2021-03-031-85/+104
| | | | | | | | | | | | | | | | This change is based on jacuzzi's board code and modified for it81202. BUG=b:180668427 BRANCH=none TEST=- Booted to kernel. - Battery charging/discharging works fine. - LEDs works fine. Change-Id: Ie6e7763fe7bd652ae87e69ddbba08c5022b0818c Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2706663 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
* icarus: Initial EC imageDino Li2021-03-031-0/+126
Create the initial EC image for the icarus variant by copying the jacuzzi reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.5.0). BUG=b:180668427 BRANCH=None TEST=make BOARD=icarus Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Change-Id: I87556495d0b85c7a6b617bade3ec6433a2daa1ce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2719403 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org>