summaryrefslogtreecommitdiff
path: root/board/brask/i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* brask: modify gpio.inc and i2c.cZhuohao Lee2021-08-251-12/+12
| | | | | | | | | | | | | | | This patch modifies the gpio.in and i2c.c based on the brask rev0818 schematics. Since pins' name are changed, the board.c and usbc_config.c are changed to avoid the build error. BUG=b:191637086 BRANCH=None TEST=make BOARD=brask Change-Id: If20fccac4543611bbcea067abbf91638ac4d66b3 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3114498 Reviewed-by: Boris Mittelberg <bmbm@google.com>
* Brask: Initial the baseboard and boardZhuohao Lee2021-08-251-0/+78
The baseboard/brask and board/brask are copied from the brya. Two difference are make: 1. change BASEBOARD to brask in the build.mk to point to the brask. 2. move the generated-gpio.inc to the gpio.inc BUG=b:191637086 BRANCH=None TEST=Build passed with: 1.make BOARD=brask 2.make buildall Change-Id: I57439cffa770b3e838f372f60ed1670ac0b435d8 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3115806 Reviewed-by: Boris Mittelberg <bmbm@google.com> Reviewed-by: caveh jalali <caveh@chromium.org>