Searched +full:cygnus +full:- +full:ccm +full:- +full:gpio (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2014-2017 Broadcom7 * This file contains the Broadcom Iproc GPIO driver that supports 38 * GPIO controllers on Iproc including the ASIU GPIO controller, the9 * chipCommonG GPIO controller, and the always-on GPIO controller. Basic13 * It provides the functionality where pins from the GPIO can be14 * individually muxed to GPIO function, if individual pad19 #include <linux/gpio/driver.h>30 #include <linux/pinctrl/pinconf-generic.h>34 #include "../pinctrl-utils.h"[all …]
33 #include <dt-bindings/interrupt-controller/arm-gic.h>34 #include <dt-bindings/interrupt-controller/irq.h>35 #include <dt-bindings/clock/bcm-cygnus.h>38 #address-cells = <1>;39 #size-cells = <1>;40 compatible = "brcm,cygnus";41 model = "Broadcom Cygnus SoC";42 interrupt-parent = <&gic>;54 #address-cells = <1>;55 #size-cells = <0>;[all …]