summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/BUILD.py
blob: 2f4b87886bc85567a79652e1ff5dc2fddbec910a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2021 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.

"""Define zmake projects for it8xxx2_evb."""

register_raw_project(
    project_name="it8xxx2_evb",
    zephyr_board="it8xxx2",
    dts_overlays=[
        "adc.dts",
        "fan.dts",
        "gpio.dts",
        "i2c.dts",
        "interrupts.dts",
        "pwm.dts",
    ],
)