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

register_npcx_project(
    "volteer",
    zephyr_board="volteer",
    dts_overlays=[
        "bb_retimer.dts",
        "cbi_eeprom.dts",
        "fan.dts",
        "gpio.dts",
        "keyboard.dts",
        "motionsense.dts",
        "pwm.dts",
        "pwm_leds.dts",
        "usbc.dts",
    ],
)