mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
14f643d1a2
Add Apollo Lake ASL files, taken from coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>
22 lines
296 B
Text
22 lines
296 B
Text
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2016 Intel Corporation
|
|
*/
|
|
|
|
/* PCIe Ports */
|
|
|
|
Device (RP01)
|
|
{
|
|
Name (_ADR, 0x00140000)
|
|
Name (_DDN, "PCIe-B 0")
|
|
|
|
#include "pcie_port.asl"
|
|
}
|
|
|
|
Device (RP03)
|
|
{
|
|
Name (_ADR, 0x00130000)
|
|
Name (_DDN, "PCIe-A 0")
|
|
|
|
#include "pcie_port.asl"
|
|
}
|