drivers: interrupt_controller: litex: add prefix
add litex prefix to its interupt controller. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
b9a7c18ce4
commit
c8fda13b4c
4 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ config SWERV_PIC
|
|||
config VEXRISCV_LITEX_IRQ
|
||||
bool "VexRiscv LiteX Interrupt controller"
|
||||
default y
|
||||
depends on DT_HAS_VEXRISCV_INTC0_ENABLED
|
||||
depends on DT_HAS_LITEX_VEXRISCV_INTC0_ENABLED
|
||||
help
|
||||
IRQ implementation for LiteX VexRiscv
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define DT_DRV_COMPAT vexriscv_intc0
|
||||
#define DT_DRV_COMPAT litex_vexriscv_intc0
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/arch/cpu.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
description: LiteX VexRiscV interrupt controller
|
||||
|
||||
compatible: "vexriscv-intc0"
|
||||
compatible: "litex,vexriscv-intc0"
|
||||
|
||||
include: [interrupt-controller.yaml, base.yaml]
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
compatible = "litex,vexriscv";
|
||||
ranges;
|
||||
intc0: interrupt-controller@bc0 {
|
||||
compatible = "vexriscv-intc0";
|
||||
compatible = "litex,vexriscv-intc0";
|
||||
#address-cells = <0>;
|
||||
#interrupt-cells = <2>;
|
||||
interrupt-controller;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue