On 23 April 2012 00:31, Peter Chubb <peter.ch...@nicta.com.au> wrote:
> Board support for Kyoto Micro's KZM-ARM11-01, an evaluation board built
> around the FreeScale i.MX31.

> +    if (serial_hds[3]) {
> +        serial_mm_init(address_space_mem, KZM_FPGA, 0,
> +                       qdev_get_gpio_in(dev, 52),
> +                       14745600, serial_hds[3],
> +                       DEVICE_NATIVE_ENDIAN);
> +    }
> +    if (serial_hds[2]) { /* touchscreen */
> +        serial_mm_init(address_space_mem, KZM_FPGA+0x10, 0,
> +                       qdev_get_gpio_in(dev, 52),
> +                       14745600, serial_hds[2],
> +                       DEVICE_NATIVE_ENDIAN);
> +    }

Are these two devices really on the same IRQ?

-- PMM

Reply via email to