Searched +full:at91sam9g20 +full:- +full:i2c (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9g20.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC 5 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11 model = "Atmel AT91SAM9G20 family SoC"; 12 compatible = "atmel,at91sam9g20"; 23 compatible = "mmio-sram"; 25 #address-cells = <1>; 26 #size-cells = <1>; 32 i2c0: i2c@fffac000 { 33 compatible = "atmel,at91sam9g20-i2c"; [all …]
|
H A D | at91-foxg20.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * at91-foxg20.dts - Device Tree file for Acme Systems FoxG20 board 5 * Based on DT files for at91sam9g20ek evaluation board (AT91SAM9G20 SoC) 9 /dts-v1/; 10 #include "at91sam9g20.dtsi" 14 compatible = "acme,foxg20", "atmel,at91sam9g20", "atmel,at91sam9"; 26 clock-frequency = <32768>; 30 clock-frequency = <18432000>; 38 compatible = "atmel,tcb-timer"; 43 compatible = "atmel,tcb-timer"; [all …]
|
H A D | usb_a9g20_common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board 5 * Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8 #include "at91sam9g20.dtsi" 14 stdout-path = "serial0:115200n8"; 21 i2c-gpio-0 {
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | atmel,at91sam-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/i2c/atmel,at91sam-i2c.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: I2C for Atmel/Microchip platforms 11 - Alexandre Belloni <alexandre.belloni@bootlin.com> 16 - items: 17 - enum: 18 - atmel,at91rm9200-i2c 19 - atmel,at91sam9261-i2c [all …]
|
/linux/sound/soc/atmel/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "SoC Audio for the Atmel System-on-Chip" 31 in PDC mode configured using audio-graph-card in device-tree. 40 in DMA mode configured using audio-graph-card in device-tree. 43 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board" 45 depends on ATMEL_SSC && I2C 49 Say Y if you want to add support for SoC audio on WM8731-based 50 AT91sam9g20 evaluation board. 55 depends on ATMEL_SSC && I2C 63 tristate "SoC Audio support for WM8731-based at91sam9x5 board" [all …]
|