diff options
Diffstat (limited to 'arch/riscv/dts/light-a-val.dts')
-rw-r--r-- | arch/riscv/dts/light-a-val.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv/dts/light-a-val.dts b/arch/riscv/dts/light-a-val.dts index bbc0f27f..227f5a29 100644 --- a/arch/riscv/dts/light-a-val.dts +++ b/arch/riscv/dts/light-a-val.dts @@ -39,6 +39,12 @@ ranges; u-boot,dm-pre-reloc; + intc: interrupt-controller@ffd8000000 { + compatible = "riscv,plic0"; + reg = <0xff 0xd8000000 0x0 0x04000000>; + status = "disabled"; + }; + dummy_apb: apb-clock { compatible = "fixed-clock"; clock-frequency = <62500000>; |