2020-12-12 03:17:34 +01:00
|
|
|
# Copyright (c) 2020 Antony Pavlov <antonynpavlov@gmail.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: MIPS CPU interrupt controller
|
|
|
|
|
|
|
|
compatible: "mti,cpu-intc"
|
|
|
|
|
|
|
|
include: [interrupt-controller.yaml, base.yaml]
|
|
|
|
|
|
|
|
properties:
|
|
|
|
"#interrupt-cells":
|
2023-01-03 20:21:25 +01:00
|
|
|
const: 1
|
2020-12-12 03:17:34 +01:00
|
|
|
|
|
|
|
interrupt-cells:
|
|
|
|
- irq
|