Home
last modified time | relevance | path

Searched +full:gpio +full:- +full:r1p02 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/gpio/
H A Dcdns,gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/cdns,gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cadence GPIO Controller
10 - Jan Kotas <jank@cadence.com>
15 - const: cdns,gpio-r1p02
16 - items:
17 - enum:
18 - axiado,ax3000-gpio
[all …]
/linux/arch/arm64/boot/dts/axiado/
H A Dax3000.dtsi1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (c) 2021-25 Axiado Corporation (or its affiliates). All rights reserved.
6 /dts-v1/;
8 #include <dt-bindings/interrupt-controller/irq.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 /memreserve/ 0x3c0013a0 0x00000008; /* cpu-release-addr */
14 interrupt-parent = <&gic500>;
15 #address-cells = <2>;
16 #size-cells = <2>;
19 #address-cells = <2>;
[all …]
/linux/drivers/gpio/
H A Dgpio-cadence.c1 // SPDX-License-Identifier: GPL-2.0
4 * Copyright 2017-2018 Cadence
8 * Boris Brezillon <boris.brezillon@free-electrons.com>
13 #include <linux/gpio/driver.h>
15 #include <linux/gpio/generic.h>
44 guard(gpio_generic_lock)(&cgpio->gen_gc); in cdns_gpio_request()
46 iowrite32(ioread32(cgpio->regs + CDNS_GPIO_BYPASS_MODE) & ~BIT(offset), in cdns_gpio_request()
47 cgpio->regs + CDNS_GPIO_BYPASS_MODE); in cdns_gpio_request()
56 guard(gpio_generic_lock)(&cgpio->gen_gc); in cdns_gpio_free()
58 iowrite32(ioread32(cgpio->regs + CDNS_GPIO_BYPASS_MODE) | in cdns_gpio_free()
[all …]