diff options
| author | Timur Tabi <timur@freescale.com> | 2010-10-07 15:36:42 -0400 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-14 01:53:10 -0400 |
| commit | 6341efe4b9bd1e1f9c0d0d6ec57fa77949c88bb1 (patch) | |
| tree | e693b56f5ebb399dc87fd5f8f926fdc4fd9a41f5 | |
| parent | 3c4b76449b4efc1a1cbd0cade09486bbc8b56401 (diff) | |
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>
| -rw-r--r-- | arch/powerpc/boot/dts/p1022ds.dts | 11 |
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 @@ | |||
| 148 | label = "reserved-nand"; | 148 | label = "reserved-nand"; |
| 149 | }; | 149 | }; |
| 150 | }; | 150 | }; |
| 151 | |||
| 152 | board-control@3,0 { | ||
| 153 | compatible = "fsl,p1022ds-pixis"; | ||
| 154 | reg = <3 0 0x30>; | ||
| 155 | interrupt-parent = <&mpic>; | ||
| 156 | /* | ||
| 157 | * IRQ8 is generated if the "EVENT" switch is pressed | ||
| 158 | * and PX_CTL[EVESEL] is set to 00. | ||
| 159 | */ | ||
| 160 | interrupts = <8 8>; | ||
| 161 | }; | ||
| 151 | }; | 162 | }; |
| 152 | 163 | ||
| 153 | soc@fffe00000 { | 164 | soc@fffe00000 { |
