Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sw/device/devicetree/mocha.S

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions sw/device/devicetree/mocha.dts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@
};

plic: interrupt-controller@48000000 {
// Compatible with the standard and SiFive PLIC memory layout
compatible = "lowrisc,opentitan-plic",
"sifive,plic-1.0.0"; // Compatible with the SiFive PLIC memory layout
"sifive,plic-1.0.0";
interrupt-controller;
#address-cells = <0>;
#interrupt-cells = <1>;
reg = <0x0 0x48000000 0x0 0x4000000>;
interrupts-extended = <&cpu0intc 9>, // S-mode external interrupt
<&cpu0intc 11>; // M-mode external interrupt
interrupts-extended = <&cpu0intc 11>, // Context 0: M-mode external interrupt
<&cpu0intc 9>; // Context 1: S-mode external interrupt
riscv,ndev = <32>;
};

Expand Down