coreboot-libre-fam15h-rdimm/3rdparty/chromeec/board/atlas_ish/gpio.inc

16 lines
504 B
PHP
Raw Permalink Normal View History

2024-03-04 11:14:53 +01:00
/* -*- mode:c -*-
*
* Copyright 2018 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Trackpad interrupt pin */
/*TODO: touchpad driver is not in gerrit yet, so comment out this for now */
/*GPIO_INT(TOUCHPAD_INT, PIN(1), GPIO_INT_F_FALLING, touchpad_event)*/
/* Those are used by common code, don't change*/
UNIMPLEMENTED(ENTERING_RW)
UNIMPLEMENTED(ISH_I2C0_SDA)
UNIMPLEMENTED(ISH_I2C0_SCL)