]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/AD7298.asi
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / Dsdt / AD7298.asi
diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/AD7298.asi b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/AD7298.asi
deleted file mode 100644 (file)
index ea59fb0..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/** @file\r
-Analog devices AD7298 ADC.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-Device(ADC1)\r
-{\r
-    Name(_HID, "INT3494") // Galileo Version 1 Low-Speed ADC.\r
-    Name(_CID, "INT3494")\r
-    Name(RBUF, ResourceTemplate()\r
-    {\r
-        // SPI0: mode 2, 4Mhz, 16-bit data length\r
-        SpiSerialBus (0x0000, PolarityLow, FourWireMode, 16, ControllerInitiated, 4000000, ClockPolarityHigh, ClockPhaseFirst, "\\_SB_.PCI0.SPI0",0x00, ResourceConsumer, ,)\r
-\r
-        // GPIO<0> is SPI0_CS_N\r
-        GpioIO(Shared, PullDefault, 0, 0, IoRestrictionNone, "\\_SB.PCI0.GIP0.GPO_", 0, ResourceConsumer, , ) {QUARK_GPIO0_MAPPING}\r
-    })\r
-    Method(_CRS, 0x0, NotSerialized)\r
-    {\r
-        Return(RBUF)\r
-    }\r
-    Method(_STA, 0x0, NotSerialized)\r
-    {\r
-        //\r
-        // Only Galileo platform has this device.\r
-        // EFI_PLATFORM_TYPE enum value Galileo = 6.\r
-        //\r
-        If(LNotEqual(PTYP, 6))\r
-        {\r
-          return (0)\r
-        }\r
-        Return(0xf)\r
-    }\r
-}\r