From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 73409DDE0A for ; Sat, 29 Dec 2007 05:13:40 +1100 (EST) Message-ID: <47753CD3.3000209@pikatech.com> Date: Fri, 28 Dec 2007 13:13:39 -0500 From: Sean MacLennan MIME-Version: 1.0 To: linuxppc-dev@ozlabs.org Subject: External int in dts Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 way to enable an external int? Cheers, Sean