From 8db663e74fa709153c477db1043f082cc17966ba Mon Sep 17 00:00:00 2001 From: Dan Smathers Date: Fri, 9 Feb 2024 18:11:28 -0700 Subject: [PATCH] remove inaccurate DTS entry from CLIC spec. AIA and PLIC specs do not contain DTS entries. However, Spike model does. appending this DTS entry issue spike issue #242 Closing. Removing inaccurate DTS entry currently in the CLIC spec. Signed-off-by: Dan Smathers --- clic.adoc | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/clic.adoc b/clic.adoc index ca57a78..436715d 100644 --- a/clic.adoc +++ b/clic.adoc @@ -38,7 +38,7 @@ :stem: latexmath :description: RISC-V Core-Local Interrupt Controller :company: RISC-V.org -:revdate: 02/05/2024 +:revdate: 02/09/2024 :revnumber: 0.9-draft :revremark: This document is in the Development state. Assume anything can change. See https://wiki.riscv.org/display/HOME/Specification+States :url-riscv: http://riscv.org @@ -133,6 +133,7 @@ Creative Commons Attribution 4.0 International License. [source] ---- Date Description +02/09/2024 issue #91 - Removed incorrect DTS entry. Moving DTS entry task to spike issue #242 instead of being in CLIC spec. 02/05/2024 issue #367 - clicintip/ie clarification 12/19/2023 issue #303 - Clarify behavior of CSRs when switching between CLIC and CLINT modes 10/10/2023 issue #307 - NUM_INTERRUPT parameter text cleanup @@ -3154,32 +3155,6 @@ ID Interrupt [appendix] == Appendix -=== Prototype DTS Entry -Modified from Example at https://elinux.org/Device_Tree_Usage - -[source] ----- -/dts-v1/; - -/ { - ... - - interrupt-parent = <&intc>; - - ... - - intc: interrupt-controller@MCLICBASE { - compatible = "xxx,xxx"; - reg = ; - interrupt-controller; - #interrupt-cells = ; - }; - - ... - -}; ----- - [[bibliography]] == Bibliography