Home
last modified time | relevance | path

Searched +full:sama5d2 +full:- +full:xplained (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/
H A DKconfig46 config SAMA5D2 config
118 bool "Atmel AT91SAM9M10G45-EK board"
128 bool "Mini-box picosam9g45 board"
133 bool "Atmel AT91SAM9N12-EK board"
144 bool "Atmel AT91SAM9X5-EK board"
151 bool "SAMA5D2 PTC EK board"
153 select SAMA5D2
157 bool "SAMA5D2 Xplained board"
160 select SAMA5D2
170 The SAMA5D27 SOM1 embeds SAMA5D2 SiP(System in Package),
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dat91-sama5d2_xplained.dts1 /dts-v1/;
2 #include "sama5d2.dtsi"
3 #include "sama5d2-pinfunc.h"
6 model = "Atmel SAMA5D2 Xplained";
7 compatible = "atmel,sama5d2-xplained", "atmel,sama5d2", "atmel,sama5";
10 u-boot,dm-pre-reloc;
11 stdout-path = &uart1;
16 pinctrl-names = "default";
17 pinctrl-0 = <&pinctrl_onewire_tm_default>;
28 num-ports = <3>;
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Datmel,sama5d2-classd.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-classd.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Nicolas Ferre <nicolas.ferre@microchip.com>
12 - Alexandre Belloni <alexandre.belloni@bootlin.com>
13 - Claudiu Beznea <claudiu.beznea@microchip.com>
21 const: atmel,sama5d2-classd
32 dma-names:
38 clock-names:
[all …]
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama5d2_xplained.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * at91-sama5d2_xplained.dts - Device Tree file for SAMA5D2 Xplained board
8 /dts-v1/;
9 #include "sama5d2.dtsi"
10 #include "sama5d2-pinfunc.h"
11 #include <dt-bindings/mfd/atmel-flexcom.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/input/input.h>
14 #include <dt-bindings/regulator/active-semi,8945a-regulator.h>
17 model = "Atmel SAMA5D2 Xplained";
[all …]
/openbmc/u-boot/include/configs/
H A Dsama5d2_xplained.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Configuration file for the SAMA5D2 Xplained Board.
12 #include "at91-sama5_common.h"
22 (CONFIG_SYS_SDRAM_BASE + 16 * 1024 - GENERATED_GBL_DATA_SIZE)
31 /* bootstrap + u-boot + env in sd card */
34 #define CONFIG_BOOTCOMMAND "fatload mmc " CONFIG_ENV_FAT_DEVICE_AND_PART " 0x21000000 at91-sama5d2_…
36 "bootz 0x22000000 - 0x21000000"
40 /* bootstrap + u-boot + env in sd card, but kernel + dtb in eMMC */
43 #define CONFIG_BOOTCOMMAND "ext4load mmc 0:1 0x21000000 /boot/at91-sama5d2_xplained.dtb; " \
45 "bootz 0x22000000 - 0x21000000"
[all …]