Searched +full:gpio +full:- +full:r1p02 (Results 1 – 3 of 3) sorted by relevance
1 # 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 Controller10 - Jan Kotas <jank@cadence.com>15 - const: cdns,gpio-r1p0216 - items:17 - enum:18 - axiado,ax3000-gpio[all …]
1 // 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 …]
1 // SPDX-License-Identifier: GPL-2.04 * Copyright 2017-2018 Cadence8 * 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 …]