Stefan Roese wrote:
> On Friday 28 December 2007, Sean MacLennan wrote:
>
>> I have an FPGA which uses external int 1, which is interrupt 24 on UIC0.
>> I tried the following entry in various places:
>>
>> FPGA0: fpga {
>> compatible = "pika,fpga";
>> interrupts =
On Friday 28 December 2007, Sean MacLennan wrote:
> I have an FPGA which uses external int 1, which is interrupt 24 on UIC0.
> I tried the following entry in various places:
>
> FPGA0: fpga {
> compatible = "pika,fpga";
> interrupts = <18 4>;
Is the interrupt level
I have an FPGA which uses external int 1, which is interrupt 24 on UIC0.
I tried the following entry in various places:
FPGA0: fpga {
compatible = "pika,fpga";
interrupts = <18 4>;
interrupt-parent = <&UIC0>;
};
Any hints, or is this the wrong