1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel Vadot/dts-v1/;
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot#include "loongson64c-package.dtsi"
6*c66ec88fSEmmanuel Vadot#include "rs780e-pch.dtsi"
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel Vadot/ {
9*c66ec88fSEmmanuel Vadot	compatible = "loongson,loongson64c-4core-rs780e";
10*c66ec88fSEmmanuel Vadot};
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadot&package0 {
13*c66ec88fSEmmanuel Vadot	htpic: interrupt-controller@efdfb000080 {
14*c66ec88fSEmmanuel Vadot		compatible = "loongson,htpic-1.0";
15*c66ec88fSEmmanuel Vadot		reg = <0xefd 0xfb000080 0x40>;
16*c66ec88fSEmmanuel Vadot		interrupt-controller;
17*c66ec88fSEmmanuel Vadot		#interrupt-cells = <1>;
18*c66ec88fSEmmanuel Vadot
19*c66ec88fSEmmanuel Vadot		interrupt-parent = <&liointc>;
20*c66ec88fSEmmanuel Vadot		interrupts = <24 IRQ_TYPE_LEVEL_HIGH>,
21*c66ec88fSEmmanuel Vadot				<25 IRQ_TYPE_LEVEL_HIGH>,
22*c66ec88fSEmmanuel Vadot				<26 IRQ_TYPE_LEVEL_HIGH>,
23*c66ec88fSEmmanuel Vadot				<27 IRQ_TYPE_LEVEL_HIGH>;
24*c66ec88fSEmmanuel Vadot	};
25*c66ec88fSEmmanuel Vadot};
26