Skip to content

Commit

Permalink
riscv: dts: thead: Add XuanTie TH1520 Mailbox device node
Browse files Browse the repository at this point in the history
Add nodes for the XuanTie TH1520 Mailbox

Signed-off-by: Fugang Duan <[email protected]>
  • Loading branch information
tekkamanninja authored and Esther Z committed May 24, 2024
1 parent 04bbf4f commit 0fef32a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/riscv/boot/dts/thead/th1520.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,24 @@
};
};

mbox_910t: mbox@ffffc38000 {
compatible = "xuantie,th1520-mbox";
reg = <0xff 0xffc38000 0x0 0x4000>,
<0xff 0xffc44000 0x0 0x1000>,
<0xff 0xffc4c000 0x0 0x1000>,
<0xff 0xffc54000 0x0 0x1000>;
reg-names = "local_base",
"remote_icu0",
"remote_icu1",
"remote_icu2";
interrupt-controller;
interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&apb_clk>;
clock-names = "ipg";
icu_cpu_id = <0>;
#mbox-cells = <2>;
};

adc: adc@0xfffff51000 {
compatible = "thead,th1520-adc";
reg = <0xff 0xfff51000 0x0 0x1000>;
Expand Down

0 comments on commit 0fef32a

Please sign in to comment.