summaryrefslogtreecommitdiff
path: root/src/soc/intel/elkhartlake/acpi/tsn_glan.asl
blob: eb5fed89fe3bb8e0ebe95d3a0611c2217651a99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* SPDX-License-Identifier: GPL-2.0-only */

/* Intel PCH TSN Ethernet Controller 0:1e.4 */

Device(GTSN) {
	Name(_ADR, 0x001E0004)
	OperationRegion(TSRT,PCI_Config,0x00,0x100)
	Field(TSRT,AnyAcc,NoLock,Preserve)
	{
		DVID, 16,
		Offset(0x10),
		TADL,  32,
		TADH,  32,
	}
}

/* Intel PSE TSN Ethernet Controller #1 0:1d.1 */

Device(OTN0) {
	Name(_ADR, 0x001D0001)
	OperationRegion(TSRT,PCI_Config,0x00,0x100)
	Field(TSRT,AnyAcc,NoLock,Preserve)
	{
		DVID, 16,
		Offset(0x10),
		TADL,  32,
		TADH,  32,
	}
}

/* Intel PSE TSN Ethernet Controller #2 0:1d.2 */

Device(OTN1) {
	Name(_ADR, 0x001D0002)
	OperationRegion(TSRT,PCI_Config,0x00,0x100)
	Field(TSRT,AnyAcc,NoLock,Preserve)
	{
		DVID, 16,
		Offset(0x10),
		TADL,  32,
		TADH,  32,
	}
}