summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/BUILD.py
blob: 8e7936f12feb28f64eb6059ff58144cd1d8f77ed (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
25
# 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 lazor."""

register_npcx_project(
    project_name="lazor",
    zephyr_board="npcx7",
    dts_overlays=[
        "adc.dts",
        "battery.dts",
        "display.dts",
        "gpio.dts",
        "i2c.dts",
        "host_interface_npcx.dts",
        "interrupts.dts",
        "keyboard.dts",
        "led.dts",
        "motionsense.dts",
        "pwm_led.dts",
        "usbc.dts",
        "default_gpio_pinctrl.dts",
    ],
)