Done with sed and God Lines. Only done for C-like code for now. Change-Id: I482715c166ccf5d2f3cc25118d25b07dbfd6650a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40219 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
83 lines
1.2 KiB
Plaintext
83 lines
1.2 KiB
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* This file is part of the coreboot project. */
|
|
|
|
/* Intel Serial IO Devices */
|
|
|
|
Device (I2C0)
|
|
{
|
|
Name (_ADR, 0x00150000)
|
|
Name (_DDN, "Serial IO I2C Controller 0")
|
|
}
|
|
|
|
Device (I2C1)
|
|
{
|
|
Name (_ADR, 0x00150001)
|
|
Name (_DDN, "Serial IO I2C Controller 1")
|
|
}
|
|
|
|
Device (I2C2)
|
|
{
|
|
Name (_ADR, 0x00150002)
|
|
Name (_DDN, "Serial IO I2C Controller 2")
|
|
}
|
|
|
|
Device (I2C3)
|
|
{
|
|
Name (_ADR, 0x00150003)
|
|
Name (_DDN, "Serial IO I2C Controller 3")
|
|
}
|
|
|
|
Device (I2C4)
|
|
{
|
|
Name (_ADR, 0x00190000)
|
|
Name (_DDN, "Serial IO I2C Controller 4")
|
|
}
|
|
|
|
Device (I2C5)
|
|
{
|
|
Name (_ADR, 0x00190001)
|
|
Name (_DDN, "Serial IO I2C Controller 5")
|
|
}
|
|
|
|
Device (SPI0)
|
|
{
|
|
Name (_ADR, 0x001e0002)
|
|
Name (_DDN, "Serial IO SPI Controller 0")
|
|
}
|
|
|
|
Device (SPI1)
|
|
{
|
|
Name (_ADR, 0x001e0003)
|
|
Name (_DDN, "Serial IO SPI Controller 1")
|
|
}
|
|
|
|
Device (SPI2)
|
|
{
|
|
Name (_ADR, 0x00120006)
|
|
Name (_DDN, "Serial IO SPI Controller 2")
|
|
}
|
|
|
|
Device (SPI3)
|
|
{
|
|
Name (_ADR, 0x00130000)
|
|
Name (_DDN, "Serial IO SPI Controller 3")
|
|
}
|
|
|
|
Device (UAR0)
|
|
{
|
|
Name (_ADR, 0x001e0000)
|
|
Name (_DDN, "Serial IO UART Controller 0")
|
|
}
|
|
|
|
Device (UAR1)
|
|
{
|
|
Name (_ADR, 0x001e0001)
|
|
Name (_DDN, "Serial IO UART Controller 1")
|
|
}
|
|
|
|
Device (UAR2)
|
|
{
|
|
Name (_ADR, 0x00190002)
|
|
Name (_DDN, "Serial IO UART Controller 2")
|
|
}
|