Searched full:ast2700 (Results  1 – 11 of 11) sorted by relevance
| /linux/Documentation/devicetree/bindings/mailbox/ | 
| H A D | aspeed,ast2700-mailbox.yaml | 4 $id: http://devicetree.org/schemas/mailbox/aspeed,ast2700-mailbox.yaml#7 title: ASPEED AST2700 mailbox controller
 13   ASPEED AST2700 has multiple processors that need to communicate with each
 31     const: aspeed,ast2700-mailbox
 63         compatible = "aspeed,ast2700-mailbox";
 
 | 
| /linux/Documentation/devicetree/bindings/interrupt-controller/ | 
| H A D | aspeed,ast2500-scu-ic.yaml | 19       - aspeed,ast2700-scu-ic020       - aspeed,ast2700-scu-ic1
 21       - aspeed,ast2700-scu-ic2
 22       - aspeed,ast2700-scu-ic3
 
 | 
| /linux/drivers/irqchip/ | 
| H A D | irq-aspeed-scu-ic.c | 45 	SCU_VARIANT("aspeed,ast2700-scu-ic0",	0, GENMASK(3, 0),	4, 0x00, 0x04),46 	SCU_VARIANT("aspeed,ast2700-scu-ic1",	0, GENMASK(3, 0),	4, 0x00, 0x04),
 47 	SCU_VARIANT("aspeed,ast2700-scu-ic2",	0, GENMASK(3, 0),	4, 0x04, 0x00),
 48 	SCU_VARIANT("aspeed,ast2700-scu-ic3",	0, GENMASK(1, 0),	2, 0x04, 0x00),
 188 	.name			= "ast2700-scu-ic",
 291 IRQCHIP_DECLARE(ast2700_scu_ic0, "aspeed,ast2700-scu-ic0", aspeed_scu_ic_of_init);
 292 IRQCHIP_DECLARE(ast2700_scu_ic1, "aspeed,ast2700-scu-ic1", aspeed_scu_ic_of_init);
 293 IRQCHIP_DECLARE(ast2700_scu_ic2, "aspeed,ast2700-scu-ic2", aspeed_scu_ic_of_init);
 294 IRQCHIP_DECLARE(ast2700_scu_ic3, "aspeed,ast2700-scu-ic3", aspeed_scu_ic_of_init);
 
 | 
| H A D | irq-aspeed-intc.c | 139 IRQCHIP_DECLARE(ast2700_intc_ic, "aspeed,ast2700-intc-ic", aspeed_intc_ic_of_init);
 | 
| /linux/drivers/mailbox/ | 
| H A D | ast2700-mailbox.c | 219 	{ .compatible = "aspeed,ast2700-mailbox", .data = &ast2700_dev_data },226 		.name = "ast2700-mailbox",
 234 MODULE_DESCRIPTION("ASPEED AST2700 IPC driver");
 
 | 
| /linux/Documentation/devicetree/bindings/fsi/ | 
| H A D | aspeed,ast2600-fsi-master.yaml | 20       - aspeed,ast2700-fsi-master109             compatible = "aspeed,ast2700-fsi-master";
 
 | 
| /linux/include/dt-bindings/reset/ | 
| H A D | aspeed,ast2700-scu.h | 3  * Device Tree binding constants for AST2700 reset controller.
 | 
| /linux/include/dt-bindings/clock/ | 
| H A D | aspeed,ast2700-scu.h | 3  * Device Tree binding constants for AST2700 clock controller.
 | 
| /linux/drivers/reset/ | 
| H A D | Kconfig | 30 	  This enables the reset controller driver for AST2700.
 | 
| H A D | reset-aspeed.c | 14 #include <dt-bindings/reset/aspeed,ast2700-scu.h>
 | 
| /linux/drivers/gpio/ | 
| H A D | gpio-aspeed.c | 1284 	 * ast2700 has two controllers one with 212 GPIOs and one with 16 GPIOs.1302 	{ .compatible = "aspeed,ast2700-gpio", .data = &ast2700_config, },
 
 |