/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-g5.dtsi | 7 compatible = "aspeed,ast2500"; 61 compatible = "aspeed,ast2500-fmc"; 92 compatible = "aspeed,ast2500-spi"; 115 compatible = "aspeed,ast2500-spi"; 143 compatible = "aspeed,ast2500-cvic", "aspeed,cvic"; 150 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 158 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 166 compatible = "aspeed,ast2500-ehci", "generic-ehci"; 176 compatible = "aspeed,ast2500-ehci", "generic-ehci"; 186 compatible = "aspeed,ast2500-uhci", "generic-uhci"; [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_aspeed_ast2500.py | 16 'images/ast2500-evb/buildroot-2023.11/flash.img'), 20 self.set_machine('ast2500-evb') 27 'ast2500-evb login:') 42 … 'https://github.com/AspeedTech-BMC/openbmc/releases/download/v08.06/ast2500-default-obmc.tar.gz', 46 self.set_machine('ast2500-evb') 53 self.workdir + '/ast2500-default/image-bmc') 55 self.wait_for_console_pattern('ast2500-default login:')
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2500-u-boot.dtsi | 1 #include <dt-bindings/clock/ast2500-clock.h> 2 #include <dt-bindings/reset/ast2500-reset.h> 4 #include "ast2500.dtsi" 8 compatible = "aspeed,ast2500-scu"; 17 compatible = "aspeed,ast2500-reset"; 24 compatible = "aspeed,ast2500-sdrammc";
|
H A D | ast2500.dtsi | 9 compatible = "aspeed,ast2500"; 64 compatible = "aspeed,ast2500-fmc"; 91 compatible = "aspeed,ast2500-spi"; 112 compatible = "aspeed,ast2500-spi"; 137 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 145 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 173 compatible = "aspeed,ast2500-uhci", "generic-uhci"; 207 compatible = "aspeed,ast2500-gfx", "syscon"; 213 compatible = "aspeed,ast2500-adc"; 237 compatible = "aspeed,sdhci-ast2500"; [all …]
|
H A D | ast2500-evb.dts | 3 #include "ast2500-u-boot.dtsi" 6 model = "AST2500 EVB"; 7 compatible = "aspeed,ast2500-evb", "aspeed,ast2500";
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | aspeed,ast2500-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/aspeed,ast2500-pinctrl.yaml# 7 title: ASPEED AST2500 Pin Controller 17 "aspeed,ast2500-scu", "syscon", "simple-mfd" 25 const: aspeed,ast2500-pinctrl 37 0: compatible with "aspeed,ast2500-gfx", "syscon" 38 1: compatible with "aspeed,ast2500-lpc", "syscon" 230 compatible = "aspeed,ast2500-scu", "syscon", "simple-mfd"; 240 compatible = "aspeed,ast2500-pinctrl";
|
/openbmc/u-boot/arch/arm/mach-aspeed/ |
H A D | Kconfig | 26 bool "Support Aspeed AST2500 SoC" 30 The Aspeed AST2500 is a ARM-based SoC with arm1176 CPU. 63 The Aspeed AST2400 and AST2500 include a built-in Super I/O 72 bool "Enable AST2500 hardware debug UART" 75 The Aspeed AST2500 include a hardware-supported, UART-based 110 source "arch/arm/mach-aspeed/ast2500/Kconfig"
|
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/ |
H A D | README.md | 1 ASPEED AST2500 Evaluation Board 4 This is the ASPEED AST2500 evaluation board layer. 5 The AST2500 is an ARM, service management SOC made by ASPEED. More information 6 about the AST2500 can be found
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
H A D | Kconfig | 7 prompt "AST2500 target select" 12 bool "EVB-AST2500" 14 Evb-AST2500 is Aspeed evaluation board for AST2500 chip.
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_smc-test.c | 90 data->s = qtest_initf("-machine ast2500-evb " in test_ast2500_evb() 103 qtest_add_data_func("/ast2500/smc/read_jedec", in test_ast2500_evb() 105 qtest_add_data_func("/ast2500/smc/erase_sector", in test_ast2500_evb() 107 qtest_add_data_func("/ast2500/smc/erase_all", in test_ast2500_evb() 109 qtest_add_data_func("/ast2500/smc/write_page", in test_ast2500_evb() 111 qtest_add_data_func("/ast2500/smc/read_page_mem", in test_ast2500_evb() 113 qtest_add_data_func("/ast2500/smc/write_page_mem", in test_ast2500_evb() 115 qtest_add_data_func("/ast2500/smc/read_status_reg", in test_ast2500_evb() 117 qtest_add_data_func("/ast2500/smc/write_page_qpi", in test_ast2500_evb()
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | aspeed,sdhci.yaml | 27 - aspeed,ast2500-sd-controller 51 - aspeed,ast2500-sdhci 85 compatible = "aspeed,ast2500-sd-controller"; 93 compatible = "aspeed,ast2500-sdhci"; 101 compatible = "aspeed,ast2500-sdhci";
|
/openbmc/linux/Documentation/devicetree/bindings/misc/ |
H A D | aspeed,ast2400-cvic.yaml | 13 The Aspeed AST2400 and AST2500 SoCs have a controller that provides interrupts 19 The AST2500 also supports a software generated interrupt. 26 - aspeed,ast2500-cvic 56 compatible = "aspeed,ast2500-cvic", "aspeed,cvic";
|
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/ |
H A D | layer.conf | 4 BBFILE_COLLECTIONS += "evb-ast2500" 5 BBFILE_PATTERN_evb-ast2500 = "" 7 LAYERSERIES_COMPAT_evb-ast2500 = "scarthgap styhead"
|
/openbmc/openbmc/meta-aspeed/conf/machine/ |
H A D | evb-ast2500.conf | 1 KERNEL_DEVICETREE = "aspeed/aspeed-ast2500-evb.dtb" 4 UBOOT_DEVICETREE = "ast2500-evb" 6 require conf/machine/include/ast2500.inc
|
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/ |
H A D | evb-ast2500.conf | 1 KERNEL_DEVICETREE = "aspeed/aspeed-ast2500-evb.dtb" 4 UBOOT_DEVICETREE = "ast2500-evb" 6 require conf/machine/include/ast2500.inc
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | 0002-spl-host-console-handle.patch | 9 Handswitch in the adaptor card connected to AST2500 GPIOs as below, 51 arch/arm/mach-aspeed/ast2500/platform.S | 69 ++++++++++++++++++++++--- 54 diff --git a/arch/arm/mach-aspeed/ast2500/platform.S b/arch/arm/mach-aspeed/ast2500/platform.S 56 --- a/arch/arm/mach-aspeed/ast2500/platform.S 57 +++ b/arch/arm/mach-aspeed/ast2500/platform.S
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | 8250.yaml | 26 const: aspeed,ast2500-vuart 61 - const: aspeed,ast2500-vuart 200 Phandle to aspeed,ast2500-scu compatible syscon alongside register 203 applicable to aspeed,ast2500-vuart. 210 The VUART LPC address. Only applicable to aspeed,ast2500-vuart. 219 applicable to aspeed,ast2500-vuart. 254 compatible = "aspeed,ast2500-vuart";
|
/openbmc/linux/Documentation/devicetree/bindings/fsi/ |
H A D | fsi-master-ast-cf.txt | 8 "aspeed,ast2500-cf-fsi-master" for an AST2500 based system 18 AST2400 and 1M aligned on AST2500 25 compatible = "aspeed,ast2500-cf-fsi-master", "fsi-master";
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | aspeed,sgpio.yaml | 13 This SGPIO controller is for ASPEED AST2400, AST2500 and AST2600 SoC, 15 AST2500/AST2400 have one sgpio master with 80 pins. Each of the Serial 28 - aspeed,ast2500-sgpio 69 compatible = "aspeed,ast2500-sgpio";
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | faraday,ftgmac100.yaml | 22 - aspeed,ast2500-mac 36 - description: RMII RCLK gate for AST2500/2600 79 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100"; 86 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
|
/openbmc/u-boot/drivers/pinctrl/aspeed/ |
H A D | Kconfig | 6 Support pin multiplexing control on Aspeed ast2500 SoC. The driver uses 11 bool "Aspeed AST2500 pin control driver" 15 Support pin multiplexing control on Aspeed ast2500 SoC. The driver uses
|
/openbmc/openbmc/meta-ibm/meta-genesis3/conf/machine/ |
H A D | genesis3.conf | 2 KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2500-evb.dtb" 8 UBOOT_DEVICETREE = "ast2500-evb" 20 require conf/machine/include/ast2500.inc
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | aspeed-wdt.txt | 6 - "aspeed,ast2500-wdt" 43 Optional properties for AST2500-compatible watchdogs: 50 Optional properties for AST2500- and AST2600-compatible watchdogs: 52 the watchdog timer expires. On AST2500 this should be a
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | aspeed-pwm-tacho.txt | 1 ASPEED AST2400/AST2500 PWM and Fan Tacho controller device driver 23 "aspeed,ast2500-pwm-tacho" for AST2500. 57 compatible = "aspeed,ast2500-pwm-tacho";
|
/openbmc/openbmc/meta-quanta/meta-f0b/conf/machine/ |
H A D | f0b.conf | 3 # The device tree of F0B is not ready yet, temporarily replace it with aspeed-ast2500-evb.dtb 4 KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2500-evb.dtb" 21 require conf/machine/include/ast2500.inc
|