summaryrefslogtreecommitdiff
path: root/zephyr/program/it8xxx2_evb/BUILD.py
blob: ee89c753907a83af7a4ebdf26ab69050fe1ba302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2021 The ChromiumOS Authors
# 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="it81302bx",
    dts_overlays=[
        "adc.dts",
        "fan.dts",
        "gpio.dts",
        "i2c.dts",
        "interrupts.dts",
        "pwm.dts",
    ],
)