aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/p1022ds.dts
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-10-07 14:36:42 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-10-14 00:53:10 -0500
commit6341efe4b9bd1e1f9c0d0d6ec57fa77949c88bb1 (patch)
treee693b56f5ebb399dc87fd5f8f926fdc4fd9a41f5 /arch/powerpc/boot/dts/p1022ds.dts
parentpowerpc: Fix compile error with paca code on ppc64e (diff)
downloadlinux-dev-6341efe4b9bd1e1f9c0d0d6ec57fa77949c88bb1.tar.xz
linux-dev-6341efe4b9bd1e1f9c0d0d6ec57fa77949c88bb1.zip
powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board
The device tree for Freescale's P1022DS reference board is missing the node for the ngPIXIS FPGA. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/p1022ds.dts')
-rw-r--r--arch/powerpc/boot/dts/p1022ds.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1022ds.dts b/arch/powerpc/boot/dts/p1022ds.dts
index 8bcb10b92677..2bbecbb4cbf9 100644
--- a/arch/powerpc/boot/dts/p1022ds.dts
+++ b/arch/powerpc/boot/dts/p1022ds.dts
@@ -148,6 +148,17 @@
label = "reserved-nand";
};
};
+
+ board-control@3,0 {
+ compatible = "fsl,p1022ds-pixis";
+ reg = <3 0 0x30>;
+ interrupt-parent = <&mpic>;
+ /*
+ * IRQ8 is generated if the "EVENT" switch is pressed
+ * and PX_CTL[EVESEL] is set to 00.
+ */
+ interrupts = <8 8>;
+ };
};
soc@fffe00000 {