summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/dts
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2015-02-26 02:05:45 +0000
committerjchandra <jchandra@FreeBSD.org>2015-02-26 02:05:45 +0000
commit00251f90bcb81d7d54b7e22b013d6c9d499c0950 (patch)
treec5d8de5851136a813231fd93ee714a2fb3616127 /sys/boot/fdt/dts
parent05a9f93ae4647ad953724a6a110bf7dc945bab98 (diff)
downloadFreeBSD-src-00251f90bcb81d7d54b7e22b013d6c9d499c0950.zip
FreeBSD-src-00251f90bcb81d7d54b7e22b013d6c9d499c0950.tar.gz
Add netlogic,xlp-pic as interrupt controller for XLP
Add an empty driver for netlogic,xlp-pic to ensure that the device tree is correct and has an interrupt controller.
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r--sys/boot/fdt/dts/mips/xlp-basic.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/mips/xlp-basic.dts b/sys/boot/fdt/dts/mips/xlp-basic.dts
index a66c11d..18cb04c 100644
--- a/sys/boot/fdt/dts/mips/xlp-basic.dts
+++ b/sys/boot/fdt/dts/mips/xlp-basic.dts
@@ -47,12 +47,21 @@
ranges = <0x0 0x18000000 0x04000000>;
bus-frequency = <0>;
+ pic: pic@4000 {
+ compatible = "netlogic,xlp-pic";
+ interrupt-controller;
+ #address-cells = <0>;
+ #interrupt-cells = <1>;
+ reg = <0x4000 0x200>;
+ };
+
serial0: serial@30100 {
compatible = "ns16550";
reg = <0x30100 0x200>;
reg-shift = <2>;
current-speed = <115200>;
clock-frequency = <133000000>;
+ interrupt-parent = <&pic>;
interrupts = <9>;
};
OpenPOWER on IntegriCloud