Home
last modified time | relevance | path

Searched +full:at91sam9g20 +full:- +full:i2c (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91sam9g20.dtsi1 // 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 Dat91-foxg20.dts1 // 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 Dusb_a9g20_common.dtsi1 // 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 {
H A Dat91sam9g20ek_common.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * at91sam9g20ek_common.dtsi - Device Tree file for Atmel at91sam9g20ek board
5 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7 #include "at91sam9g20.dtsi"
8 #include <dt-bindings/input/input.h>
14 stdout-path = "serial0:115200n8";
23 clock-frequency = <32768>;
27 clock-frequency = <18432000>;
50 pinctrl_board_mmc0_slot1: mmc0_slot1-board {
63 compatible = "atmel,tcb-timer";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-at91.txt1 I2C for Atmel platforms
4 - compatible : Must be one of:
5 "atmel,at91rm9200-i2c",
6 "atmel,at91sam9261-i2c",
7 "atmel,at91sam9260-i2c",
8 "atmel,at91sam9g20-i2c",
9 "atmel,at91sam9g10-i2c",
10 "atmel,at91sam9x5-i2c",
11 "atmel,sama5d4-i2c",
12 "atmel,sama5d2-i2c",
[all …]
H A Datmel,at91sam-i2c.yaml1 # 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 …]