Searched full:ast2600 (Results 1 – 25 of 41) sorted by relevance
12
/Linux-v5.10/arch/arm/boot/dts/ |
D | aspeed-g6.dtsi | 6 #include <dt-bindings/clock/ast2600-clock.h> 10 compatible = "aspeed,ast2600"; 45 enable-method = "aspeed,ast2600-smp"; 96 compatible = "aspeed,ast2600-fmc"; 125 compatible = "aspeed,ast2600-spi"; 147 compatible = "aspeed,ast2600-spi"; 171 compatible = "aspeed,ast2600-mdio"; 181 compatible = "aspeed,ast2600-mdio"; 191 compatible = "aspeed,ast2600-mdio"; 201 compatible = "aspeed,ast2600-mdio"; [all …]
|
D | aspeed-ast2600-evb.dts | 9 model = "AST2600 EVB"; 10 compatible = "aspeed,ast2600";
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | aspeed,ast2600-mdio.yaml | 4 $id: http://devicetree.org/schemas/net/aspeed,ast2600-mdio.yaml# 7 title: ASPEED AST2600 MDIO Controller 13 The ASPEED AST2600 MDIO controller is the third iteration of ASPEED's MDIO 22 const: aspeed,ast2600-mdio 38 compatible = "aspeed,ast2600-mdio";
|
D | ftgmac100.txt | 12 - "aspeed,ast2600-mac" 28 IP clock, and optionally an RMII RCLK gate for the AST2500/AST2600. The
|
/Linux-v5.10/Documentation/devicetree/bindings/fsi/ |
D | fsi-master-aspeed.txt | 1 Device-tree bindings for AST2600 FSI master 4 The AST2600 contains two identical FSI masters. They share a clock and have a 8 - compatible: "aspeed,ast2600-fsi-master" 25 compatible = "aspeed,ast2600-fsi-master", "fsi-master";
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | aspeed,ast2600-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/aspeed,ast2600-pinctrl.yaml# 7 title: ASPEED AST2600 Pin Controller 17 "aspeed,ast2600-scu", "syscon", "simple-mfd" 24 const: aspeed,ast2600-pinctrl 94 compatible = "aspeed,ast2600-scu", "syscon", "simple-mfd";
|
/Linux-v5.10/Documentation/devicetree/bindings/rtc/ |
D | rtc-aspeed.txt | 8 * aspeed,ast2600-rtc for the ast2600
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | aspeed,ast2xxx-scu-ic.txt | 6 "aspeed,ast2600-scu-ic0" or 7 "aspeed,ast2600-scu-ic1"
|
/Linux-v5.10/Documentation/devicetree/bindings/gpio/ |
D | gpio-aspeed.txt | 6 or "aspeed,ast2600-gpio". 23 when there are multiple GPIO controllers on a SoC (ast2600).
|
/Linux-v5.10/arch/arm/mach-aspeed/ |
D | platsmp.c | 40 secboot_node = of_find_compatible_node(NULL, NULL, "aspeed,ast2600-smpmem"); in aspeed_g6_smp_prepare_cpus() 61 CPU_METHOD_OF_DECLARE(aspeed_smp, "aspeed,ast2600-smp", &aspeed_smp_ops);
|
D | Kconfig | 43 Say yes if you intend to run on an Aspeed ast2600 or similar
|
/Linux-v5.10/Documentation/devicetree/bindings/mmc/ |
D | aspeed,sdhci.yaml | 28 - aspeed,ast2600-sd-controller 51 - aspeed,ast2600-sdhci
|
/Linux-v5.10/Documentation/devicetree/bindings/usb/ |
D | aspeed,usb-vhub.yaml | 20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream 28 - aspeed,ast2600-usb-vhub
|
/Linux-v5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
D | Kconfig | 8 AST2600 family SoCs supporting the "vHub" functionality and USB2.0
|
/Linux-v5.10/drivers/irqchip/ |
D | irq-aspeed-scu-ic.c | 236 IRQCHIP_DECLARE(ast2600_scu_ic0, "aspeed,ast2600-scu-ic0", 238 IRQCHIP_DECLARE(ast2600_scu_ic1, "aspeed,ast2600-scu-ic1",
|
/Linux-v5.10/drivers/net/mdio/ |
D | Kconfig | 56 controllers found in the ASPEED AST2600 SoC. This is a driver for the 61 AST2500 SoCs, so say N if AST2600 support is not required.
|
/Linux-v5.10/drivers/watchdog/ |
D | aspeed_wdt.c | 37 { .compatible = "aspeed,ast2600-wdt", .data = &ast2500_config }, 280 * - ast2600 always runs at 1MHz in aspeed_wdt_probe() 324 (of_device_is_compatible(np, "aspeed,ast2600-wdt"))) { in aspeed_wdt_probe()
|
/Linux-v5.10/Documentation/devicetree/bindings/timer/ |
D | faraday,fttmr010.txt | 14 "aspeed,ast2600-timer"
|
/Linux-v5.10/Documentation/devicetree/bindings/media/ |
D | aspeed-video.txt | 9 "aspeed,ast2600-video-engine"
|
/Linux-v5.10/drivers/clocksource/ |
D | timer-fttmr010.c | 41 * Control register set to clear for ast2600 only. 459 TIMER_OF_DECLARE(ast2600, "aspeed,ast2600-timer", ast2600_timer_init);
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-aspeed.txt | 9 or "aspeed,ast2600-i2c-bus"
|
/Linux-v5.10/Documentation/devicetree/bindings/watchdog/ |
D | aspeed-wdt.txt | 7 - "aspeed,ast2600-wdt"
|
/Linux-v5.10/drivers/clk/ |
D | clk-ast2600.c | 5 #define pr_fmt(fmt) "clk-ast2600: " fmt 14 #include <dt-bindings/clock/ast2600-clock.h> 660 { .compatible = "aspeed,ast2600-scu" }, 667 .name = "ast2600-clk", 800 CLK_OF_DECLARE_DRIVER(aspeed_cc_g6, "aspeed,ast2600-scu", aspeed_g6_cc_init);
|
/Linux-v5.10/drivers/mmc/host/ |
D | sdhci-of-aspeed.c | 236 { .compatible = "aspeed,ast2600-sdhci", }, 313 { .compatible = "aspeed,ast2600-sd-controller", },
|
/Linux-v5.10/drivers/fsi/ |
D | Kconfig | 61 in the AST2600.
|
12