mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / intel / elkhartlake / acpi / tsn_glan.asl
blobeb5fed89fe3bb8e0ebe95d3a0611c2217651a99e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Intel PCH TSN Ethernet Controller 0:1e.4 */
5 Device(GTSN) {
6         Name(_ADR, 0x001E0004)
7         OperationRegion(TSRT,PCI_Config,0x00,0x100)
8         Field(TSRT,AnyAcc,NoLock,Preserve)
9         {
10                 DVID, 16,
11                 Offset(0x10),
12                 TADL,  32,
13                 TADH,  32,
14         }
17 /* Intel PSE TSN Ethernet Controller #1 0:1d.1 */
19 Device(OTN0) {
20         Name(_ADR, 0x001D0001)
21         OperationRegion(TSRT,PCI_Config,0x00,0x100)
22         Field(TSRT,AnyAcc,NoLock,Preserve)
23         {
24                 DVID, 16,
25                 Offset(0x10),
26                 TADL,  32,
27                 TADH,  32,
28         }
31 /* Intel PSE TSN Ethernet Controller #2 0:1d.2 */
33 Device(OTN1) {
34         Name(_ADR, 0x001D0002)
35         OperationRegion(TSRT,PCI_Config,0x00,0x100)
36         Field(TSRT,AnyAcc,NoLock,Preserve)
37         {
38                 DVID, 16,
39                 Offset(0x10),
40                 TADL,  32,
41                 TADH,  32,
42         }