Lines Matching +full:bcm6318 +full:- +full:pinctrl
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/gpio/brcm,bcm6345-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Álvaro Fernández Rojas <noltari@gmail.com>
11 - Jonas Gorski <jonas.gorski@gmail.com>
14 Bindings for Broadcom's BCM63xx memory-mapped GPIO controllers.
17 are the only ones which don't need a pinctrl driver.
19 BCM6338 have 8-bit data and dirout registers, where GPIO state can be read
21 BCM6345 have 16-bit data and dirout registers, where GPIO state can be read
23 BCM6318, BCM6328, BCM6358, BCM6362, BCM6368 and BCM63268 have 32-bit data
30 - brcm,bcm6318-gpio
31 - brcm,bcm6328-gpio
32 - brcm,bcm6345-gpio
33 - brcm,bcm6358-gpio
34 - brcm,bcm6362-gpio
35 - brcm,bcm6368-gpio
36 - brcm,bcm63268-gpio
38 gpio-controller: true
40 "#gpio-cells":
43 gpio-ranges:
46 native-endian: true
51 reg-names:
53 - const: dirout
54 - const: dat
57 - compatible
58 - reg
59 - reg-names
60 - gpio-controller
61 - '#gpio-cells'
66 - |
68 compatible = "brcm,bcm6345-gpio";
69 reg-names = "dirout", "dat";
71 native-endian;
73 gpio-controller;
74 #gpio-cells = <2>;
77 - |
79 compatible = "brcm,bcm63268-gpio";
80 reg-names = "dirout", "dat";
83 gpio-controller;
84 gpio-ranges = <&pinctrl 0 0 52>;
85 #gpio-cells = <2>;