Skip to content

Commit

Permalink
powerpc/85xx: add ngPIXIS FPGA device tree node to the P1022DS board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Timur Tabi authored and Kumar Gala committed Oct 14, 2010
1 parent 3c4b764 commit 6341efe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/powerpc/boot/dts/p1022ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6341efe

Please sign in to comment.