/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Cortina systems Gemini SoC 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/clock/cortina,gemini-clock.h> 8 #include <dt-bindings/reset/cortina,gemini-reset.h> 9 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 16 compatible = "simple-bus"; 17 interrupt-parent = <&intcon>; [all …]
|
H A D | gemini-sl93512r.dts | 1 // SPDX-License-Identifier: GPL-2.0 4 * Gemini reference design, also initially called 5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor. 9 /dts-v1/; 11 #include "gemini.dtsi" 12 #include <dt-bindings/input/input.h> 15 model = "Storlink Semiconductor Gemini324 EV-Board / Storm Semiconductor SL93512R_BRD"; 16 compatible = "storlink,gemini324", "storm,sl93512r", "cortina,gemini"; 17 #address-cells = <1>; 18 #size-cells = <1>; [all …]
|
H A D | gemini-sq201.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include "gemini.dtsi" 9 #include <dt-bindings/input/input.h> 13 compatible = "itian,sq201", "cortina,gemini"; 14 #address-cells = <1>; 15 #size-cells = <1>; 24 stdout-path = &uart0; 28 compatible = "gpio-keys"; 30 button-setup { [all …]
|
H A D | gemini-wbd111.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Wiliboard WBD-111 6 /dts-v1/; 8 #include "gemini.dtsi" 9 #include <dt-bindings/input/input.h> 12 model = "Wiliboard WBD-111"; 13 compatible = "wiligear,wiliboard-wbd111", "cortina,gemini"; 14 #address-cells = <1>; 15 #size-cells = <1>; 25 stdout-path = &uart0; [all …]
|
H A D | gemini-wbd222.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Wiliboard WBD-222 6 /dts-v1/; 8 #include "gemini.dtsi" 9 #include <dt-bindings/input/input.h> 12 model = "Wiliboard WBD-222"; 13 compatible = "wiligear,wiliboard-wbd222", "cortina,gemini"; 14 #address-cells = <1>; 15 #size-cells = <1>; 24 stdout-path = &uart0; [all …]
|
H A D | gemini-dlink-dir-685.dts | 2 * Device Tree file for D-Link DIR-685 Xtreme N Storage Router 5 /dts-v1/; 7 #include "gemini.dtsi" 8 #include <dt-bindings/input/input.h> 11 model = "D-Link DIR-685 Xtreme N Storage Router"; 12 compatible = "dlink,dir-685", "cortina,gemini"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 /* 128 MB SDRAM in 2 x Hynix HY5DU121622DTP-D43 */ 24 stdout-path = "uart0:19200n8"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | faraday,ftpci100.txt | 1 Faraday Technology FTPCI100 PCI Host Bridge 3 This PCI bridge is found inside that Cortina Systems Gemini SoC platform and 5 plain and dual PCI. The plain version embeds a cascading interrupt controller 9 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday 14 - compatible: ranging from specific to generic, should be one of 15 "cortina,gemini-pci", "faraday,ftpci100" 16 "cortina,gemini-pci-dual", "faraday,ftpci100-dual" 18 "faraday,ftpci100-dual" 19 - reg: memory base and size for the host bridge 20 - #address-cells: set to <3> [all …]
|
H A D | faraday,ftpci100.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/faraday,ftpci100.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Faraday Technology FTPCI100 PCI Host Bridge 10 - Linus Walleij <linus.walleij@linaro.org> 13 This PCI bridge is found inside that Cortina Systems Gemini SoC platform and 15 plain and dual PCI. The plain version embeds a cascading interrupt controller 18 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday 21 The plain variant has 128MiB of non-prefetchable memory space, whereas the [all …]
|
/freebsd/sys/dev/ichiic/ |
H A D | ig4_pci.c | 58 #include <dev/pci/pcivar.h> 59 #include <dev/pci/pcireg.h> 192 { PCI_CHIP_LYNXPT_LP_I2C_1, "Intel Lynx Point-LP I2C Controller-1", IG4_HASWELL}, 193 { PCI_CHIP_LYNXPT_LP_I2C_2, "Intel Lynx Point-LP I2C Controller-2", IG4_HASWELL}, 200 { PCI_CHIP_SKYLAKE_I2C_0, "Intel Sunrise Point-LP I2C Controller-0", IG4_SKYLAKE}, 201 { PCI_CHIP_SKYLAKE_I2C_1, "Intel Sunrise Point-LP I2C Controller-1", IG4_SKYLAKE}, 202 { PCI_CHIP_SKYLAKE_I2C_2, "Intel Sunrise Point-LP I2C Controller-2", IG4_SKYLAKE}, 203 { PCI_CHIP_SKYLAKE_I2C_3, "Intel Sunrise Point-LP I2C Controller-3", IG4_SKYLAKE}, 204 { PCI_CHIP_SKYLAKE_I2C_4, "Intel Sunrise Point-LP I2C Controller-4", IG4_SKYLAKE}, 205 { PCI_CHIP_SKYLAKE_I2C_5, "Intel Sunrise Point-LP I2C Controller-5", IG4_SKYLAKE}, [all …]
|
/freebsd/sys/dev/uart/ |
H A D | uart_bus_pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 38 #include <dev/pci/pcivar.h> 39 #include <dev/pci/pcireg.h> 92 { 0x103c, 0x1048, 0x103c, 0x1227, "HP Diva Serial [GSP] UART - Powerbar SP2", 100 "ASIX AX99100 PCIe 1/2/3/4-port RS-232/422/485", 0x10 }, 101 { 0x1282, 0x6585, 0xffff, 0, "Davicom 56PDV PCI Modem", 0x10 }, 103 { 0x131f, 0x1000, 0xffff, 0, "Siig CyberSerial (1-port) 16550", 0x18 }, 104 { 0x131f, 0x1001, 0xffff, 0, "Siig CyberSerial (1-port) 16650", 0x18 }, 105 { 0x131f, 0x1002, 0xffff, 0, "Siig CyberSerial (1-port) 16850", 0x18 }, [all …]
|
/freebsd/sys/dev/ichsmb/ |
H A D | ichsmb_pci.c | 1 /*- 24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 59 #include <dev/pci/pcivar.h> 60 #include <dev/pci/pcireg.h> 67 /* PCI unique identifiers */ 172 PCI_DESCR("Intel Lynx Point-LP SMBus controller") }, 176 PCI_DESCR("Intel Wildcat Point-LP SMBus controller") }, 186 PCI_DESCR("Intel Sunrise Point-H SMBus controller") }, 188 PCI_DESCR("Intel Sunrise Point-LP SMBus controller") }, 210 PCI_DESCR("Intel Gemini Lake SMBus controller") }, [all …]
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdacc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> 43 #include <dev/sound/pci/hda/hda_reg.h> 44 #include <dev/sound/pci/hda/hdac.h> 63 #define hdacc_lock(codec) snd_mtxlock((codec)->lock) 64 #define hdacc_unlock(codec) snd_mtxunlock((codec)->lock) 65 #define hdacc_lockassert(codec) snd_mtxassert((codec)->lock) 123 { HDA_CODEC_ALC660, 0, "Realtek ALC660-VD" }, 138 { HDA_CODEC_ALC861VD, 0, "Realtek ALC861-VD" }, [all …]
|
H A D | hdac.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> 40 #include <dev/pci/pcireg.h> 41 #include <dev/pci/pcivar.h> 47 #include <dev/sound/pci/hda/hdac_private.h> 48 #include <dev/sound/pci/hd [all...] |
/freebsd/sys/dev/ahci/ |
H A D | ahci_pci.c | 1 /*- 2 * Copyright (c) 2009-2012 Alexander Motin <mav@FreeBSD.org> 44 #include <dev/pci/pcivar.h> 45 #include <dev/pci/pcireg.h> 78 {0x78001022, 0x00, "AMD Hudson-2", 0}, 79 {0x78011022, 0x00, "AMD Hudson-2", 0}, 80 {0x78021022, 0x00, "AMD Hudson-2", 0}, 81 {0x78031022, 0x00, "AMD Hudson-2", 0}, 82 {0x78041022, 0x00, "AMD Hudson-2", 0}, 139 {0x3b298086, 0x00, "Intel Ibex Peak-M", 0}, [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_pciids.h | 5 * Generated by gen-drm_pciids from: 8 * o the PCI ID repository (http://pciids.sourceforge.net/) 10 * See tools/tools/drm/gen-drm_pciids. 23 {0x8086, 0x7123, 0, "Intel i810-DC100 GMCH"}, \ 123 {0x105D, 0x2339, IMAGINE_128_2, "Imagine 128-II"}, \ 140 {0x1002, 0x4C42, 0, "3D Rage LT Pro AGP-133"}, \ 141 {0x1002, 0x4C44, 0, "3D Rage LT Pro AGP-66"}, \ 152 {0x102B, 0x0520, MGA_CARD_TYPE_G200, "Matrox G200 (PCI)"}, \ 237 {0x10DE, 0x0173, NV10, "NVidia GeForce4 MX 440-SE"}, \ 257 {0x10DE, 0x018C, NV10, "NVidia Quadro NVS 50 PCI"}, \ [all …]
|
/freebsd/sys/dev/usb/controller/ |
H A D | xhci_pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2010-2022 Hans Petter Selasky 87 DRIVER_MODULE(xhci, pci, xhci_pci_driver, NULL, NULL); 167 return ("Intel Gemini Lake USB 3.0 controller"); in xhci_pci_match() 169 return ("Intel Ice Lake-LP USB 3.1 controller"); in xhci_pci_match() 171 return ("Intel Tiger Lake-H USB 3.2 controller"); in xhci_pci_match() 173 return ("Intel Alder Lake-P Thunderbolt 4 USB controller"); in xhci_pci_match() 189 return ("Intel Tiger Lake-LP Thunderbolt 4 USB controller"); in xhci_pci_match() 191 return ("Intel Tiger Lake-H Thunderbolt 4 USB controller"); in xhci_pci_match() [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 2 # List of PCI ID's 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge [all …]
|
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-12-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|