/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm958625-meraki-kingpin.dtsi | 20 gpios = <&gpioa 6 GPIO_ACTIVE_LOW>; 32 gpios = <&gpioa 19 GPIO_ACTIVE_LOW>; 40 gpios = <&gpioa 18 GPIO_ACTIVE_LOW>; 48 gpios = <&gpioa 24 GPIO_ACTIVE_LOW>; 56 gpios = <&gpioa 20 GPIO_ACTIVE_LOW>; 64 gpios = <&gpioa 26 GPIO_ACTIVE_LOW>; 72 gpios = <&gpioa 25 GPIO_ACTIVE_LOW>; 80 gpios = <&gpioa 28 GPIO_ACTIVE_LOW>; 88 gpios = <&gpioa 27 GPIO_ACTIVE_LOW>; 96 gpios = <&gpioa 30 GPIO_ACTIVE_LOW>; [all …]
|
H A D | bcm958625-meraki-alamo.dtsi | 19 gpios = <&gpioa 8 GPIO_ACTIVE_LOW>; 31 gpios = <&gpioa 25 GPIO_ACTIVE_LOW>; 39 gpios = <&gpioa 24 GPIO_ACTIVE_LOW>; 47 gpios = <&gpioa 27 GPIO_ACTIVE_LOW>; 55 gpios = <&gpioa 26 GPIO_ACTIVE_LOW>; 62 gpios = <&gpioa 3 GPIO_ACTIVE_HIGH>; 69 gpios = <&gpioa 31 GPIO_ACTIVE_HIGH>;
|
H A D | bcm958625hr.dts | 53 gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; 61 mod-def0-gpios = <&gpioa 28 GPIO_ACTIVE_LOW>; 62 los-gpios = <&gpioa 24 GPIO_ACTIVE_HIGH>; 63 tx-fault-gpios = <&gpioa 30 GPIO_ACTIVE_HIGH>; 64 tx-disable-gpios = <&gpioa 26 GPIO_ACTIVE_HIGH>;
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-viperboard.c | 63 struct gpio_chip gpioa; /* gpio a related things */ member 72 /* gpioa sampling clock module parameter */ 397 vb_gpio->gpioa.label = "viperboard gpio a"; in vprbrd_gpio_probe() 398 vb_gpio->gpioa.parent = &pdev->dev; in vprbrd_gpio_probe() 399 vb_gpio->gpioa.owner = THIS_MODULE; in vprbrd_gpio_probe() 400 vb_gpio->gpioa.base = -1; in vprbrd_gpio_probe() 401 vb_gpio->gpioa.ngpio = 16; in vprbrd_gpio_probe() 402 vb_gpio->gpioa.can_sleep = true; in vprbrd_gpio_probe() 403 vb_gpio->gpioa.set = vprbrd_gpioa_set; in vprbrd_gpio_probe() 404 vb_gpio->gpioa.get = vprbrd_gpioa_get; in vprbrd_gpio_probe() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | abilis,tb10x-iomux.txt | 25 - GPIO ports: gpioa, gpiob, gpioc, gpiod, gpioe, gpiof, gpiog, 56 abilis,function = "gpioa"; 72 gpioa: gpio@ff140000 { 79 gpio-ranges-group-names = "gpioa";
|
H A D | st,stm32-pinctrl.yaml | 96 - GPIOA 227 gpioa: gpio@0 { 232 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOA)>; 233 st,bank-name = "GPIOA";
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157a-iot-box.dts | 29 wakeup-gpios = <&gpioa 12 GPIO_ACTIVE_LOW>; 30 reset-gpios = <&gpioa 11 GPIO_ACTIVE_LOW>; 59 cts-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
|
H A D | stm32mp151a-prtt1a.dts | 24 interrupts-extended = <&gpioa 4 IRQ_TYPE_LEVEL_LOW>; 25 reset-gpios = <&gpioa 3 GPIO_ACTIVE_LOW>;
|
H A D | stm32mp157c-lxa-tac-gen2.dts | 119 gpios = <&gpioa 15 GPIO_ACTIVE_HIGH>; 124 &gpioa { 151 reset-gpios = <&gpioa 4 GPIO_ACTIVE_HIGH>;
|
H A D | stm32mp151a-prtt1c.dts | 43 &gpioa 2 GPIO_ACTIVE_HIGH>; 78 &gpioa { 111 interrupts-extended = <&gpioa 4 IRQ_TYPE_LEVEL_LOW>; 112 reset-gpios = <&gpioa 3 GPIO_ACTIVE_LOW>; 274 cs-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
|
H A D | stm32mp151a-prtt1s.dts | 58 interrupts-extended = <&gpioa 4 IRQ_TYPE_LEVEL_LOW>; 59 reset-gpios = <&gpioa 3 GPIO_ACTIVE_LOW>;
|
H A D | stm32mp151a-prtt1l.dtsi | 28 gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; 34 gpios = <&gpioa 14 GPIO_ACTIVE_LOW>; 49 &gpioa 2 GPIO_ACTIVE_HIGH>;
|
H A D | stm32f429-disco.dts | 90 gpios = <&gpioa 0 0>; 121 interrupt-parent = <&gpioa>; 186 interrupt-parent = <&gpioa>;
|
H A D | stm32mp157a-stinger96.dtsi | 37 gpios = <&gpioa 13 GPIO_ACTIVE_HIGH>; 73 gpios = <&gpioa 8 GPIO_ACTIVE_HIGH>; 108 interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
|
H A D | stm32mp157c-emstamp-argon.dtsi | 77 gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; 84 gpios = <&gpioa 14 GPIO_ACTIVE_LOW>; 162 snps,reset-gpio = <&gpioa 1 GPIO_ACTIVE_LOW>; 211 interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
|
/openbmc/u-boot/board/aspeed/slt_ast2600/ |
H A D | slt_ast2600.c | 53 * GPIOA[1:0] -> MDC3 & MDIO3 in board_init() 54 * GPIOA[3:2] -> MDC4 & MDIO4 in board_init() 61 /* GPIOA[3:0] and GPIOB[5:4] */ in board_init()
|
/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/ |
H A D | ams,ccs811.yaml | 48 reset-gpios = <&gpioa 11 GPIO_ACTIVE_LOW>; 49 wakeup-gpios = <&gpioa 12 GPIO_ACTIVE_LOW>;
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | gpio-charger.yaml | 89 charge-current-limit-gpios = <&gpioA 11 GPIO_ACTIVE_HIGH>, 90 <&gpioA 12 GPIO_ACTIVE_HIGH>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stm32mp157-u-boot.dtsi | 8 gpio0 = &gpioa; 78 &gpioa {
|
H A D | stm32mp157c-ed1-u-boot.dtsi | 22 gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; 27 gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;
|
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_syscfg-test.c | 208 /* GPIOA is the default source for EXTI lines 0 to 15 */ in test_interrupt() 268 /* GPIOA is the default source for EXTI lines 0 to 15 */ in test_irq_gpio_multiplexer() 270 /* Check that setting rising pin GPIOA[0] generates an irq */ in test_irq_gpio_multiplexer() 289 /* Check that setting rising pin GPIOA[0] doesn't generate an irq */ in test_irq_gpio_multiplexer()
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | st,stm32-rcc.txt | 50 /* Gated clock, AHB1 bit 0 (GPIOA) */ 52 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOA)>
|
/openbmc/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-aggregator.rst | 37 [<gpioA>] [<gpiochipB> <offsets>] ... 41 "<gpioA>" ...
|
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
H A D | st,stm32-pinctrl.txt | 52 gpioa: gpio@40020000 { 57 st,bank-name = "GPIOA";
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,stm32-rcc.txt | 57 /* Gated clock, AHB1 bit 0 (GPIOA) */ 59 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(GPIOA)>
|