mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
thead-dt-for-v6.14: T-HEAD Devicetrees for v6.14
Add mailbox node for the T-Head TH1520 RISC-V SoC. The mailbox bindings and driver were already merged in v6.13:b2cf36e4a2("dt-bindings: mailbox: Add thead,th1520-mailbox bindings")5d4d263e1c("mailbox: Introduce support for T-head TH1520 Mailbox driver") Signed-off-by: Drew Fustini <drew@pdp7.com> -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQSy8G7QpEpV9aCf6Lbb7CzD2SixDAUCZ3HTaQAKCRDb7CzD2Six DFB8AP4qH+AyfcGfn+1xVIkyO/2isqp0Prl6FnQygNSbzkOxqAD/d5OJO9ie11kg 8y5AyxfHuB9X4Op7DFR7UPKv7059Awk= =9M4R -----END PGP SIGNATURE----- Merge tag 'thead-dt-for-v6.14' of https://github.com/pdp7/linux into soc/dt thead-dt-for-v6.14: T-HEAD Devicetrees for v6.14 Add mailbox node for the T-Head TH1520 RISC-V SoC. The mailbox bindings and driver were already merged in v6.13:b2cf36e4a2("dt-bindings: mailbox: Add thead,th1520-mailbox bindings")5d4d263e1c("mailbox: Introduce support for T-head TH1520 Mailbox driver") Signed-off-by: Drew Fustini <drew@pdp7.com> * tag 'thead-dt-for-v6.14' of https://github.com/pdp7/linux: riscv: dts: thead: Add mailbox node
This commit is contained in:
commit
9b4856c939
|
|
@ -599,6 +599,22 @@ timer7: timer@ffffc3303c {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
mbox_910t: mailbox@ffffc38000 {
|
||||
compatible = "thead,th1520-mbox";
|
||||
reg = <0xff 0xffc38000 0x0 0x6000>,
|
||||
<0xff 0xffc40000 0x0 0x6000>,
|
||||
<0xff 0xffc4c000 0x0 0x2000>,
|
||||
<0xff 0xffc54000 0x0 0x2000>;
|
||||
reg-names = "local", "remote-icu0", "remote-icu1", "remote-icu2";
|
||||
clocks = <&clk CLK_MBOX0>, <&clk CLK_MBOX1>, <&clk CLK_MBOX2>,
|
||||
<&clk CLK_MBOX3>;
|
||||
clock-names = "clk-local", "clk-remote-icu0", "clk-remote-icu1",
|
||||
"clk-remote-icu2";
|
||||
interrupt-parent = <&plic>;
|
||||
interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#mbox-cells = <1>;
|
||||
};
|
||||
|
||||
gpio@fffff41000 {
|
||||
compatible = "snps,dw-apb-gpio";
|
||||
reg = <0xff 0xfff41000 0x0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user