Searched +full:xgene +full:- +full:gpio +full:- +full:sb (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/apm,xgene-gpio-sb.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: APM X-Gene Standby GPIO controller10 - Khuong Dinh <khuong@os.amperecomputing.com>13 This is a gpio controller in the standby domain. It also supports interrupt in16 +-----------------+17 | X-Gene standby |18 | GPIO controller +------ GPIO_0[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * AppliedMicro X-Gene SoC GPIO-Standby Driver23 #include <linux/gpio/driver.h>25 #include "gpiolib-acpi.h"42 * struct xgene_gpio_sb - GPIO-Standby private data structure.43 * @gc: memory-mapped GPIO controllers.44 * @regs: GPIO register base offset45 * @irq_domain: GPIO interrupt domain46 * @irq_start: GPIO pin that start support interrupt47 * @nirq: Number of GPIO pins that supports interrupt[all …]
1 # SPDX-License-Identifier: GPL-2.02 # generic gpio support: platform drivers, dedicated expander chips, etc4 ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG6 obj-$(CONFIG_GPIOLIB) += gpiolib.o7 obj-$(CONFIG_GPIOLIB) += gpiolib-devres.o8 obj-$(CONFIG_GPIOLIB_LEGACY) += gpiolib-legacy.o9 obj-$(CONFIG_OF_GPIO) += gpiolib-of.o10 obj-$(CONFIG_GPIO_CDEV) += gpiolib-cdev.o11 obj-$(CONFIG_GPIO_SYSFS) += gpiolib-sysfs.o12 obj-$(CONFIG_GPIO_ACPI) += gpiolib-acpi.o[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * dts file for AppliedMicro (APM) X-Gene Storm SOC9 compatible = "apm,xgene-storm";10 interrupt-parent = <&gic>;11 #address-cells = <2>;12 #size-cells = <2>;15 #address-cells = <2>;16 #size-cells = <0>;22 enable-method = "spin-table";23 cpu-release-addr = <0x1 0x0000fff8>;[all …]