/linux/arch/sh/boards/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 2 menu "Board support" 12 depends on !SH_DEVICE_TREE 24 bool "J-Core SoC" 28 depends on CPU_J2 31 J-Core SoC, including interrupt controllers and timers. 37 depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ 42 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. 47 depends on CPU_SUBTYPE_SH7206 50 evaluation board. [all …]
|
/linux/arch/powerpc/platforms/44x/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 depends on 44x 12 depends on 44x 17 This option enables support for the IBM PPC440EP evaluation board. 21 depends on 44x 29 This option enables support for the APM APM821xx Evaluation board. 33 depends on 44x 39 This option enables support for the IBM PPC440GP evaluation board. 43 depends on 44x 47 This option enables support for the ACube Sam440ep board. [all …]
|
/linux/sound/soc/intel/avs/boards/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 depends on SND_SOC_INTEL_AVS 12 used if your system depends on old card names, for example having 16 tristate "da7219 I2S board" 17 depends on I2C 18 depends on MFD_INTEL_LPSS || COMPILE_TEST 26 tristate "DMIC generic board" 34 tristate "es8336 I2S board" 35 depends on X86 && I2C 36 depends on MFD_INTEL_LPSS || COMPILE_TEST [all …]
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-helper-board.h | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 30 * Helper functions to abstract board specific data about 31 * network ports from the rest of the cvmx-helper files. 37 #include <asm/octeon/cvmx-helper.h> 58 #define CVMX_HELPER_BOARD_MGMT_IPD_PORT -10 62 * port. A result of -1 means there isn't a MII capable PHY 63 * connected to this port. On chips supporting multiple MII 66 * This function must be modified for every new Octeon board. [all …]
|
/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-board.c | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 30 * Helper functions to abstract board specific data about 31 * network ports from the rest of the cvmx-helper files. 36 #include <asm/octeon/cvmx-bootinfo.h> 38 #include <asm/octeon/cvmx-config.h> 40 #include <asm/octeon/cvmx-helper.h> 41 #include <asm/octeon/cvmx-helper-util.h> 42 #include <asm/octeon/cvmx-helper-board.h> [all …]
|
/linux/drivers/mtd/maps/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 depends on MTD!=n 4 depends on HAS_IOMEM 7 bool "Support non-linear mappings of flash chips" 14 depends on MTD_CFI || MTD_JEDECPROBE || MTD_ROM || MTD_RAM || MTD_LPDDR 19 the physical address and size of the flash chips on your 20 particular board as well as the bus width, either statically 21 with config options or at run-time. 28 depends on MTD_PHYSMAP 32 physmap configuration options are done via your board's [all …]
|
/linux/arch/mips/bcm63xx/boards/ |
H A D | board_bcm963xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 34 static struct board_info board; variable 60 .default_trigger= "default-on", 85 .name = "96328avng::ppp-fail", 93 .default_trigger = "default-on", 96 .name = "96328avng::power-fail", 143 .name = "ppp-fail", 151 .default_trigger = "default-on", 185 .name = "ppp-fail", 193 .default_trigger = "default-on", [all …]
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | cirrus,lochnagar.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cirrus Logic Lochnagar Audio Development Board 10 - patches@opensource.cirrus.com 13 Lochnagar is an evaluation and development board for Cirrus Logic 15 Logic devices on mini-cards, as well as allowing connection of various 25 [1] Clock : ../clock/clock-bindings.txt 28 [2] include/dt-bindings/clock/lochnagar.h 36 - cirrus,lochnagar1-clk [all …]
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon_boards.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2007-2012 Solarflare Communications Inc. 15 /* Macros for unpacking the board revision */ 21 /* Board types */ 27 /* Board temperature is about 15°C above ambient when air flow is 29 * depending on the PHY specifications but the critical temperature 42 * Support for LM87 sensor chip used on several boards 90 struct falcon_board *board = falcon_board(efx); in ef4_init_lm87() local 91 struct i2c_client *client = i2c_new_client_device(&board->i2c_adap, info); in ef4_init_lm87() 97 /* Read-to-clear alarm/interrupt status */ in ef4_init_lm87() [all …]
|
/linux/Documentation/arch/sh/ |
H A D | new-machine.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Adding a new board to LinuxSH 7 Paul Mundt <lethal@linux-sh.org> 18 of the board-specific code (with the exception of stboards) ended up 19 in arch/sh/kernel/ directly, with board-specific headers ending up in 20 include/asm-sh/. For the new kernel, things are broken out by board type, 24 Board-specific code:: 27 |-- arch 28 | `-- sh 29 | `-- boards [all …]
|
/linux/drivers/comedi/drivers/ |
H A D | cb_pcimdda.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Computer Boards PCIM-DDA06-16 Comedi driver 7 * COMEDI - Linux Control and Measurement Device Interface 12 * Description: Measurement Computing PCIM-DDA06-16 13 * Devices: [Measurement Computing] PCIM-DDA06-16 (cb_pcimdda) 18 * All features of the PCIM-DDA06-16 board are supported. 19 * This board has 6 16-bit AO channels, and the usual 8255 DIO setup. 21 * This board does not support commands. 23 * The board has a peculiar way of specifying AO gain/range settings -- You have 24 * 1 jumper bank on the card, which either makes all 6 AO channels either [all …]
|
/linux/Documentation/arch/arm/google/ |
H A D | chromebook-boot-flow.rst | 1 .. SPDX-License-Identifier: GPL-2.0 16 - Board name, specified at depthcharge_ compile time. This is $(BOARD) below. 17 - Board revision number, determined at runtime (perhaps by reading GPIO 19 - SKU number, read from GPIO strappings at boot time. This is $(SKU) below. 23 - google,$(BOARD)-rev$(REV)-sku$(SKU) 24 - google,$(BOARD)-rev$(REV) 25 - google,$(BOARD)-sku$(SKU) 26 - google,$(BOARD) 31 Note that for some boards there may be extra board-specific logic to inject 41 As an example, if we're on board "lazor", rev 4, SKU 0 and we have two device [all …]
|
/linux/sound/soc/atmel/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 depends on HAS_IOMEM 19 depends on ATMEL_SSC 24 in PDC mode configured using audio-graph-card in device-tree. 28 depends on ATMEL_SSC 33 in DMA mode configured using audio-graph-card in device-tree. 36 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board" 37 depends on ARCH_AT91 || COMPILE_TEST 38 depends on ATMEL_SSC && I2C 42 Say Y if you want to add support for SoC audio on WM8731-based [all …]
|
/linux/arch/arm/mach-ep93xx/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "EP93xx-based" 4 depends on ATAGS 5 depends on ARCH_MULTI_V4T 7 depends on CPU_LITTLE_ENDIAN 43 Logic EDB9301 Evaluation Board. 50 Logic EDB9302 Evaluation Board. 57 Logic EDB9302A Evaluation Board. 64 Logic EDB9307 Evaluation Board. 71 Logic EDB9307A Evaluation Board. [all …]
|
/linux/arch/arm/boot/dts/synaptics/ |
H A D | berlin2cd-valve-steamlink.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 19 gpio-restart { 20 compatible = "gpio-restart"; 22 active-delay = <100>; 23 inactive-delay = <10>; 24 wait-delay = <100>; 30 cpu-supply = <&vcpu>; 31 operating-points = < [all …]
|
/linux/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 8 * Copyright (C) 1992 - 1997, 1999, 2000 Silicon Graphics, Inc. 17 * components found on the BOARDs. 23 * will depend on the format of the data structures in this file. In 38 #define MAX_ROUTER_PORTS (6) /* Max. number of ports on a router */ 71 * Some IMPORTANT OFFSETS. These are the offsets on all NODES. 85 /* lboard_t->brd_flags fields */ 99 /* klinfo->flags fields */ 108 #define IS_CONSOLE_IOC3(i) ((((klinfo_t *)i)->flags) & KLINFO_INSTALL) 162 (KL_CONFIG_HDR(_nasid)->ch_board_info) 164 (KL_CONFIG_HDR(_nasid)->ch_board_info = (_off)) [all …]
|
/linux/arch/mips/generic/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 Select this from your board if the board must use a legacy, non-UHI, 16 Select this from your board if the board uses the YAMON bootloader 18 YAMON-provided environment variables into a device tree properties. 20 comment "Legacy (non-UHI/non-FIT) Boards" 23 bool "Support MIPS SEAD-3 boards" 27 Enable this to include support for booting on MIPS SEAD-3 FPGA-based 31 depends on LEGACY_BOARD_SEAD3 35 depends on LEGACY_BOARD_SEAD3=n 56 Enable this to include the FDT for the MIPS Boston development board [all …]
|
/linux/Documentation/arch/arm/spear/ |
H A D | overview.rst | 6 ------------ 11 The ST Microelectronics SPEAr range of ARM9/CortexA9 System-on-Chip CPUs are 19 - SPEAr3XX (3XX SOC series, based on ARM9) 20 - SPEAr300 (SOC) 21 - SPEAr300 Evaluation Board 22 - SPEAr310 (SOC) 23 - SPEAr310 Evaluation Board 24 - SPEAr320 (SOC) 25 - SPEAr320 Evaluation Board 26 - SPEAr6XX (6XX SOC series, based on ARM9) [all …]
|
/linux/Documentation/spi/ |
H A D | spi-lm70llp.rst | 2 spi_lm70llp : LM70-LLP parport-to-SPI adapter 5 Supported board/chip: 7 * National Semiconductor LM70 LLP evaluation board 15 ----------- 17 temperature sensor evaluation board to the kernel's SPI core subsystem. 21 In effect, this driver turns the parallel port interface on the eval board 27 -------------------- 28 The schematic for this particular board (the LM70EVAL-LLP) is 29 available (on page 4) here: 31 https://download.datasheets.com/pdfs/documentation/nat/kit&board/lm70llpevalmanual.pdf [all …]
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | ac5x-rd-carrier-cn9131.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Device tree for the AC5X RD Type 7 Com Express carrier board, 6 * Utilizing the CN913x COM Express CPU module board. 7 * This specific carrier board in this mode of operation (external) 12 * board), and connect via an external cable a kit 14 * mounted on top of an interposer kit. 19 * When the board boots in the external CPU mode, the internal CPU is disabled, 20 * and only the switch portion of the SOC acts as a PCIe end-point, Hence there 23 * There is no CPU booting in this mode on the carrier, only on the 25 * What runs the Linux is the CN9131 on the COM Express CPU module, [all …]
|
/linux/drivers/staging/gpib/lpvo_usb_gpib/ |
H A D | lpvo_usb_gpib.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * of Florence, Italy) to support in linux-gpib the open usb-gpib adapter * 6 * implemented at the University of Ljubljana (lpvo.fe.uni-lj.si/gpib) * 44 * in the following table with proper <Vendor-id>, <Product-id>. 48 * and /usr/local/etc/udev/rules.d/99-lpvo_usb_gpib.rules. 70 * On the fly: echo {0,1,2} > /sys/modules/lpvo_usb_gpib/parameters/debug 78 dev_dbg(board->gpib_dev, format, ## __VA_ARGS__); } \ 85 /* standard and extended command sets of the usb-gpib adapter */ 151 #define GPIB_DEV (((struct usb_gpib_priv *)board->private_data)->dev) 153 static void show_status(struct gpib_board *board) in show_status() argument [all …]
|
/linux/Documentation/admin-guide/ |
H A D | devices.txt | 1 0 Unnamed devices (e.g. non-device mounts) 7 2 = /dev/kmem OBSOLETE - replaced by /proc/kcore 11 6 = /dev/core OBSOLETE - replaced by /proc/kcore 12 7 = /dev/full Returns ENOSPC on write 18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore 31 2 char Pseudo-TTY masters 37 Pseudo-tty's are named as follows: 40 the 1st through 16th series of 16 pseudo-ttys each, and 44 These are the old-style (BSD) PTY devices; Unix98 45 devices are on major 128 and above and use the PTY [all …]
|
/linux/drivers/dma/stm32/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 Enable support for the on-chip DMA controller on STMicroelectronics 14 If you have a board based on STM32 SoC with such DMA controller 19 depends on STM32_DMA 21 Enable support for the on-chip DMA multiplexer on STMicroelectronics 23 If you have a board based on STM32 SoC with such DMA multiplexer 28 depends on OF 32 Enable support for the on-chip MDMA controller on STMicroelectronics 34 If you have a board based on STM32 SoC with such DMA controller 42 Enable support for the on-chip DMA3 controller on STMicroelectronics [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-i2c-devices-turris-omnia-mcu | 5 Description: (RO) Contains board revision number. 7 Only available if board information is burned in the MCU (older 8 revisions have board information burned in the ATSHA204-A chip). 20 Only available if board information is burned in the MCU (older 21 revisions have board information burned in the ATSHA204-A chip). 29 Description: (RW) The front button on the Turris Omnia router can be 30 configured either to change the intensity of all the LEDs on the 35 - ``mcu`` makes the button press event be handled by the MCU to 37 - ``cpu`` makes the button press event be handled by the CPU. 47 low power mode. The router can be powered on by pressing the [all …]
|
/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-cht-match.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * soc-acpi-intel-cht-match.c - tables and support for CHT ACPI enumeration. 9 #include <sound/soc-acpi.h> 10 #include <sound/soc-acpi-intel-match.h> 35 .drv_name = "cht-bsw-rt5645", 37 .board = "cht-bsw", 38 .sof_tplg_filename = "sof-cht-rt5645.tplg", 79 * The Lenovo Yoga Tab 3 Pro YT3-X90, with Android factory OS has a buggy DSDT 84 /* Lenovo Yoga Tab 3 Pro YT3-X90, codec missing from DSDT */ 87 DMI_MATCH(DMI_PRODUCT_VERSION, "Blade3-10A-001"), [all …]
|