mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
23 lines
296 B
Text
23 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"
|
||
|
}
|