mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 16:55:22 +00:00
This commit is about it8xxx2 platform device tree. Add driver's binding files, and one device tree as sample. Signed-off-by: Cheryl Su <cheryl.su@ite.com.tw>
16 lines
293 B
YAML
16 lines
293 B
YAML
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ITE Interrupt controller
|
|
compatible: "ite,it8xxx2-intc"
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupt-cells:
|
|
- irq
|
|
- flags
|