summaryrefslogtreecommitdiff
path: root/board/max32660-eval/board.c
blob: 15a856ab4ef0abf28c50f8b6c8010ba2f775dcc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright 2019 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.
 */

/* MAX32660 EvalKit Board Specific Configuration */

#include "i2c.h"
#include "board.h"
#include "console.h"
#include "ec_commands.h"
#include "gpio.h"
#include "hooks.h"
#include "timer.h"
#include "registers.h"
#include "util.h"
#include "gpio_list.h"

#define CPRINTS(format, args...) cprints(CC_SYSTEM, format, ##args)

/* I2C ports */
const struct i2c_port_t i2c_ports[] = {};

const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);