blob: 825344dceb1f765281df30fcb8b0f8adf6375999 [file] [edit]
/*
* Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
component Serial {
hardware;
provides IOPort serial;
emits Irq4 serial_irq;
attribute string serial_attributes = "0x3f8:0x3ff";
attribute string serial_irq_irq_type = "isa";
attribute int serial_irq_irq_ioapic = 0;
attribute int serial_irq_irq_ioapic_pin = 4;
attribute int serial_irq_irq_vector = 4;
}