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>
This commit is contained in:
parent
3c4b76449b
commit
6341efe4b9
|
@ -148,6 +148,17 @@
|
||||||
label = "reserved-nand";
|
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 {
|
soc@fffe00000 {
|
||||||
|
|
Loading…
Reference in New Issue