0001 // SPDX-License-Identifier: GPL-2.0
0002
0003 /dts-v1/;
0004
0005 #include "loongson64g-package.dtsi"
0006 #include "ls7a-pch.dtsi"
0007
0008 / {
0009 compatible = "loongson,loongson64g-4core-ls7a";
0010 };
0011
0012 &package0 {
0013 htvec: interrupt-controller@efdfb000080 {
0014 compatible = "loongson,htvec-1.0";
0015 reg = <0xefd 0xfb000080 0x40>;
0016 interrupt-controller;
0017 #interrupt-cells = <1>;
0018
0019 interrupt-parent = <&liointc>;
0020 interrupts = <24 IRQ_TYPE_LEVEL_HIGH>,
0021 <25 IRQ_TYPE_LEVEL_HIGH>,
0022 <26 IRQ_TYPE_LEVEL_HIGH>,
0023 <27 IRQ_TYPE_LEVEL_HIGH>,
0024 <28 IRQ_TYPE_LEVEL_HIGH>,
0025 <29 IRQ_TYPE_LEVEL_HIGH>,
0026 <30 IRQ_TYPE_LEVEL_HIGH>,
0027 <31 IRQ_TYPE_LEVEL_HIGH>;
0028 };
0029 };
0030
0031 &pch {
0032 msi: msi-controller@2ff00000 {
0033 compatible = "loongson,pch-msi-1.0";
0034 reg = <0 0x2ff00000 0 0x8>;
0035 interrupt-controller;
0036 msi-controller;
0037 loongson,msi-base-vec = <64>;
0038 loongson,msi-num-vecs = <192>;
0039 interrupt-parent = <&htvec>;
0040 };
0041 };