/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | Makefile | 19 at91-qil_a9260.dtb \ 28 at91-sam9_l9260.dtb \ 31 at91-foxg20.dtb \ 32 at91-kizbox.dtb \ 33 at91-lmu5000.dtb \ 43 at91-ariag25.dtb \ 44 at91-ariettag25.dtb \ 45 at91-cosino_mega2560.dtb \ 46 at91-kizboxmini-base.dtb \ 47 at91-kizboxmini-mb.dtb \ [all …]
|
H A D | at91-dvk_som60.dts | 3 * at91-dvk_som60.dts - Device Tree file for the DVK SOM60 board 10 #include "at91-som60.dtsi" 11 #include "at91-dvk_su60_somc.dtsi" 12 #include "at91-dvk_su60_somc_lcm.dtsi"
|
H A D | sama5d3_uart.dtsi | 9 #include <dt-bindings/pinctrl/at91.h> 11 #include <dt-bindings/clock/at91.h> 12 #include <dt-bindings/mfd/at91-usart.h>
|
H A D | at91-kizbox2-2.dts | 3 * at91-kizbox2-2.dts - Device Tree file for the Kizbox2 with 12 #include "at91-kizbox2-common.dtsi"
|
H A D | at91-kizboxmini-base.dts | 3 * at91-kizboxmini-base.dts - Device Tree file for Overkiz Kizbox mini 11 #include "at91-kizboxmini-common.dtsi"
|
H A D | sama5d3_tcb1.dtsi | 9 #include <dt-bindings/pinctrl/at91.h> 11 #include <dt-bindings/clock/at91.h>
|
H A D | at91-wb45n.dts | 3 * at91-wb45n.dts - Device Tree file for WB45NBT board 9 #include "at91-wb45n.dtsi"
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | microchip.rst | 2 ARM Microchip SoCs (aka AT91) 12 product line is historically named "AT91" or "at91" throughout the Linux kernel 15 git branches/tags and email subject always contain this "at91" sub-string. 18 AT91 SoCs 201 Linux kernel mach directory: arch/arm/mach-at91 202 MAINTAINERS entry is: "ARM/Microchip (AT91) SoC support" 205 Device Tree for AT91 SoCs and boards 207 All AT91 SoCs are converted to Device Tree. Since Linux 3.19, these products 211 Device Tree files and Device Tree bindings that apply to AT91 SoCs and boards are 212 considered as "Unstable". To be completely clear, any at91 binding can change at [all …]
|
/openbmc/u-boot/drivers/clk/at91/ |
H A D | Kconfig | 2 bool "AT91 clock drivers" 6 This option is used to enable the AT91 clock driver. 7 The driver supports the AT91 clock generator, including 23 This option is used to enable the AT91 UTMI PLL clock 42 This option is used to enable the AT91 H32MX matrixes 52 This option is used to enable the AT91 generic clock
|
/openbmc/linux/arch/arm/mach-at91/ |
H A D | pm.h | 3 * AT91 Power Management 13 #include <soc/at91/at91sam9_ddrsdr.h> 14 #include <soc/at91/at91sam9_sdramc.h> 15 #include <soc/at91/sama7-ddr.h> 16 #include <soc/at91/sama7-sfrbu.h>
|
H A D | pm.c | 3 * arch/arm/mach-at91/pm.c 4 * AT91 Power Management 35 * struct at91_pm_bu - AT91 power management backup unit data structure 89 * struct at91_pm_quirk_eth - AT91 PM Ethernet quirks 107 * struct at91_pm_quirks - AT91 PM quirks 115 * struct at91_soc_pm - AT91 SoC power management data structure 287 pr_err("AT91: PM: no ULP1 wakeup sources found!"); in at91_pm_config_ws() 396 pr_err("AT91: PM: Ethernet cannot resume from WoL!"); in at91_pm_config_quirks() 438 pr_err("AT91: PM: failed to enable %s clocks\n", in at91_pm_config_quirks() 499 pr_err("AT91: PM - Suspend-to-RAM with USB still active\n"); in at91_pm_verify_clocks() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | atmel,at91-usart.yaml | 5 $id: http://devicetree.org/schemas/serial/atmel,at91-usart.yaml# 66 <AT91_USART_MODE_SERIAL> for USART (found in dt-bindings/mfd/at91-usart.h). 129 #include <dt-bindings/mfd/at91-usart.h> 130 #include <dt-bindings/dma/at91.h> 153 #include <dt-bindings/mfd/at91-usart.h> 154 #include <dt-bindings/dma/at91.h> 175 #include <dt-bindings/mfd/at91-usart.h> 176 #include <dt-bindings/dma/at91.h>
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | Kconfig | 119 bool "AT91 pinctrl driver" 122 This option is to enable the AT91 pinctrl driver for AT91 PIO 125 AT91 PIO controller is a combined gpio-controller, pin-mux and 135 bool "AT91 PIO4 pinctrl driver" 138 This option is to enable the AT91 pinctrl driver for AT91 PIO4
|
H A D | Makefile | 6 obj-$(CONFIG_PINCTRL_AT91) += pinctrl-at91.o 7 obj-$(CONFIG_PINCTRL_AT91PIO4) += pinctrl-at91-pio4.o
|
/openbmc/u-boot/include/configs/ |
H A D | sama5d2_xplained.h | 12 #include "at91-sama5_common.h" 34 #define CONFIG_BOOTCOMMAND "fatload mmc " CONFIG_ENV_FAT_DEVICE_AND_PART " 0x21000000 at91-sama5d2_… 43 #define CONFIG_BOOTCOMMAND "ext4load mmc 0:1 0x21000000 /boot/at91-sama5d2_xplained.dtb; " \
|
/openbmc/linux/drivers/mfd/ |
H A D | at91-usart.c | 3 * Driver for AT91 USART 11 #include <dt-bindings/mfd/at91-usart.h> 67 MODULE_DESCRIPTION("AT91 USART MFD driver");
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | atmel,at91-pinctrl.txt | 1 * Atmel AT91 Pinmux Controller 3 The AT91 Pinmux Controller, enables the IC 14 Atmel AT91 pin configuration node is a node of a group of pins which can be 109 1. We have pin function node defined under at91 controller node to represent 113 For example, Linux at91 pinctrl driver takes the function node's name
|
/openbmc/u-boot/arch/arm/mach-at91/ |
H A D | Kconfig | 59 prompt "Atmel AT91 board select" 264 default "at91" 298 default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS 299 default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7A
|
/openbmc/linux/drivers/power/reset/ |
H A D | Makefile | 3 obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o 4 obj-$(CONFIG_POWER_RESET_AT91_RESET) += at91-reset.o 5 obj-$(CONFIG_POWER_RESET_AT91_SAMA5D2_SHDWC) += at91-sama5d2_shdwc.o
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | Makefile | 41 obj-$(CONFIG_I2C_AT91) += i2c-at91.o 42 i2c-at91-objs := i2c-at91-core.o i2c-at91-master.o 44 i2c-at91-objs += i2c-at91-slave.o
|
H A D | i2c-at91-core.c | 3 * i2c Support for Atmel's AT91 Two-Wire Interface (TWI) 26 #include "i2c-at91.h" 230 snprintf(dev->adapter.name, sizeof(dev->adapter.name), "AT91"); in at91_twi_probe() 265 dev_info(dev->dev, "AT91 i2c bus driver (hw version: %#x).\n", in at91_twi_probe() 360 MODULE_DESCRIPTION("I2C (TWI) driver for Atmel AT91");
|
/openbmc/linux/sound/soc/atmel/ |
H A D | atmel-pcm.h | 3 * at91-pcm.h - ALSA PCM interface for the Atmel AT91 SoC. 10 * Based on at91-pcm. by:
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3_tcb1.dtsi | 10 #include <dt-bindings/pinctrl/at91.h> 12 #include <dt-bindings/clock/at91.h>
|
/openbmc/u-boot/drivers/watchdog/ |
H A D | Kconfig | 136 bool "AT91 watchdog timer support" 140 some AT91 devices. 143 bool "AT91 watchdog timeout specified"
|
/openbmc/linux/Documentation/devicetree/bindings/rng/ |
H A D | atmel,at91-trng.yaml | 4 $id: http://devicetree.org/schemas/rng/atmel,at91-trng.yaml# 7 title: Atmel AT91 True Random Number Generator
|