Home
last modified time | relevance | path

Searched +full:ns2 +full:- +full:pinmux (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,ns2-pinmux.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/brcm,ns2-pinmux.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ray Jui <rjui@broadcom.com>
11 - Scott Branden <sbranden@broadcom.com>
15 const: brcm,ns2-pinmux
24 - $ref: /schemas/pinctrl/pincfg-node.yaml#
25 - $ref: /schemas/pinctrl/pinmux-node.yaml#
67 bias-disable: true
[all …]
/linux/arch/arm64/boot/dts/broadcom/northstar2/
H A Dns2.dtsi35 #include <dt-bindings/interrupt-controller/arm-gic.h>
36 #include <dt-bindings/clock/bcm-ns2.h>
39 compatible = "brcm,ns2";
40 interrupt-parent = <&gic>;
41 #address-cells = <2>;
42 #size-cells = <2>;
45 #address-cells = <2>;
46 #size-cells = <0>;
50 compatible = "arm,cortex-a57";
52 enable-method = "psci";
[all …]
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-ns2-mux.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * based PINMUX configuration. The PWM is functional only when the
16 #include <linux/pinctrl/pinconf-generic.h>
19 #include <linux/pinctrl/pinmux.h>
22 #include "../pinctrl-utils.h"
139 * @pull_shift: pull-up/pull-down control bit shift in the register
182 NS2_PIN_DESC(0, "mfio_0", -1, 0, 0, 0, 0, 0),
183 NS2_PIN_DESC(1, "mfio_1", -1, 0, 0, 0, 0, 0),
184 NS2_PIN_DESC(2, "mfio_2", -1, 0, 0, 0, 0, 0),
185 NS2_PIN_DESC(3, "mfio_3", -1, 0, 0, 0, 0, 0),
[all …]