Files
foc/l4/conf/examples/arm-rv.io
2013-01-11 17:00:47 +01:00

15 lines
189 B
Io

hw-root
{
NIC => new Device()
{
.hid = "smsc911x";
new-res Mmio(0x4e000000 .. 0x4e000fff);
new-res Irq(60);
}
}
l4lx => new System_bus()
{
NIC => wrap(hw-root.NIC);
}