Searched +full:ast2500 +full:- +full:sgpio (Results  1 – 6 of 6) sorted by relevance
| /linux/Documentation/devicetree/bindings/gpio/ | 
| H A D | aspeed,sgpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/gpio/aspeed,sgpio.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Aspeed SGPIO controller
 10   - Andrew Jeffery <andrew@aj.id.au>
 13   This SGPIO controller is for ASPEED AST2400, AST2500 and AST2600 SoC,
 14   AST2600 have two sgpio master one with 128 pins another one with 80 pins,
 15   AST2500/AST2400 have one sgpio master with 80 pins. Each of the Serial
 17   - Support interrupt option for each input port and various interrupt
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/aspeed/ | 
| H A D | aspeed-bmc-vegman-sx20.dts | 1 // SPDX-License-Identifier: GPL-2.0+3 /dts-v1/;
 5 #include "aspeed-bmc-vegman.dtsi"
 9 	compatible = "yadro,vegman-sx20-bmc", "aspeed,ast2500";
 14 	gpio-line-names =
 15 …/*A0-A7*/	"CHASSIS_INTRUSION","CASE_OPEN_FAULT_RST","","","SPEAKER_BMC","FM_FORCE_BMC_UPDATE","","…
 16 	/*B0-B7*/	"","","","","","","","",
 17 	/*C0-C7*/	"","","","","","","","",
 18 	/*D0-D7*/	"","","","","","","","",
 19 	/*E0-E7*/	"RESET_BUTTON","RESET_OUT","POWER_BUTTON","POWER_OUT","","","","",
 [all …]
 
 | 
| H A D | aspeed-bmc-vegman-n110.dts | 1 // SPDX-License-Identifier: GPL-2.0+3 /dts-v1/;
 5 #include "aspeed-bmc-vegman.dtsi"
 9 	compatible = "yadro,vegman-n110-bmc", "aspeed,ast2500";
 14 	gpio-line-names =
 15 …/*A0-A7*/	"CHASSIS_INTRUSION","CASE_OPEN_FAULT_RST","","","SPEAKER_BMC","FM_FORCE_BMC_UPDATE","","…
 16 	/*B0-B7*/	"","","","","","","","",
 17 	/*C0-C7*/	"","","","","","","","",
 18 	/*D0-D7*/	"","","","","","","","",
 19 	/*E0-E7*/	"RESET_BUTTON","RESET_OUT","POWER_BUTTON","POWER_OUT","","","","",
 [all …]
 
 | 
| H A D | aspeed-bmc-tyan-s7106.dts | 1 // SPDX-License-Identifier: GPL-2.0+2 /dts-v1/;
 4 #include "aspeed-g5.dtsi"
 5 #include <dt-bindings/gpio/aspeed-gpio.h>
 6 #include <dt-bindings/interrupt-controller/irq.h>
 10 	compatible = "tyan,s7106-bmc", "aspeed,ast2500";
 13 		stdout-path = &uart5;
 22 	reserved-memory {
 23 		#address-cells = <1>;
 24 		#size-cells = <1>;
 [all …]
 
 | 
| /linux/drivers/gpio/ | 
| H A D | gpio-aspeed-sgpio.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later111 		return gpio->base + bank->val_regs + GPIO_VAL_VALUE;  in bank_reg()
 113 		return gpio->base + bank->rdata_reg;  in bank_reg()
 115 		return gpio->base + bank->irq_regs + GPIO_IRQ_ENABLE;  in bank_reg()
 117 		return gpio->base + bank->irq_regs + GPIO_IRQ_TYPE0;  in bank_reg()
 119 		return gpio->base + bank->irq_regs + GPIO_IRQ_TYPE1;  in bank_reg()
 121 		return gpio->base + bank->irq_regs + GPIO_IRQ_TYPE2;  in bank_reg()
 123 		return gpio->base + bank->irq_regs + GPIO_IRQ_STATUS;  in bank_reg()
 125 		return gpio->base + bank->tolerance_regs;  in bank_reg()
 177 	guard(raw_spinlock_irqsave)(&gpio->lock);  in aspeed_sgpio_get()
 [all …]
 
 | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only50 	  this symbol, but new drivers should use the generic gpio-regmap
 60 	  non-sleeping contexts.  They can make bitbanged serial protocols
 81 	  numberspace-based functionalities of the sysfs interface.
 137 	  Enables support for the idio-16 library functions. The idio-16 library
 139 	  ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16.
 141 	  If built as a module its name will be gpio-idio-16.
 147 	tristate "GPIO driver for 74xx-ICs with MMIO access"
 151 	  Say yes here to support GPIO functionality for 74xx-compatible ICs
 166 	  If driver is built as a module it will be called gpio-altera.
 [all …]
 
 |