Searched +full:jz4770 +full:- +full:spi (Results 1 – 6 of 6) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/spi/ |
D | ingenic,spi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/ingenic,spi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Ingenic SoCs SPI controller 10 - Artur Rojek <contact@artur-rojek.eu> 11 - Paul Cercueil <paul@crapouillou.net> 14 - $ref: /schemas/spi/spi-controller.yaml# 19 - enum: 20 - ingenic,jz4750-spi [all …]
|
/linux-6.8/arch/mips/boot/dts/ingenic/ |
D | jz4780.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ingenic,jz4780-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 4 #include <dt-bindings/dma/jz4780-dma.h> 7 #address-cells = <1>; 8 #size-cells = <1>; 12 #address-cells = <1>; 13 #size-cells = <0>; 17 compatible = "ingenic,xburst-fpu1.0-mxu1.1"; 21 clock-names = "cpu"; [all …]
|
D | gcw0.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "jz4770.dtsi" 5 #include <dt-bindings/clock/ingenic,tcu.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/iio/adc/ingenic,adc.h> 9 #include <dt-bindings/input/input.h> 12 compatible = "gcw,zero", "ingenic,jz4770"; 29 stdout-path = "serial2:57600n8"; 33 compatible = "regulator-fixed"; [all …]
|
/linux-6.8/sound/soc/codecs/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 # Helper to resolve issues with configs that have SPI enabled but I2C 5 # setting - SPI can't be modular so that case doesn't need to be covered. 447 tristate "Analog Devices ADAU1372 CODEC (SPI)" 448 depends on SPI 472 tristate "Analog Devices AU1761 CODEC - I2C" 478 tristate "Analog Devices AU1761 CODEC - SPI" 479 depends on SPI 515 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter" 521 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode" [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 snd-soc-88pm860x-objs := 88pm860x-codec.o 3 snd-soc-ab8500-codec-objs := ab8500-codec.o 4 snd-soc-ac97-objs := ac97.o 5 snd-soc-ad1836-objs := ad1836.o 6 snd-soc-ad193x-objs := ad193x.o 7 snd-soc-ad193x-spi-objs := ad193x-spi.o 8 snd-soc-ad193x-i2c-objs := ad193x-i2c.o 9 snd-soc-ad1980-objs := ad1980.o 10 snd-soc-ad73311-objs := ad73311.o [all …]
|
/linux-6.8/drivers/mmc/host/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 94 implements a hardware byte swapper using a 32-bit datum. 123 disabled, it will steal the MMC cards away - rendering them 482 MOXA provides one multi-functional card reader which can 483 be found on some embedded hardware such as UC-7112-LX. 534 of Alcor Micro PCI-E card reader 628 tristate "MMC/SD/SDIO over SPI" 633 Some systems access MMC/SD/SDIO cards using a SPI controller 639 If unsure, or if your system has no SPI master driver, say N. 678 tristate "DMA for SDHI SD/SDIO controllers using SYS-DMAC" [all …]
|