Lines Matching +full:ls2080a +full:- +full:gpio
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/fsl,qoriq-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale MPC512x/MPC8xxx/QorIQ/Layerscape GPIO controller
10 - Frank Li <[email protected]>
15 - enum:
16 - fsl,mpc5121-gpio
17 - fsl,mpc5125-gpio
18 - fsl,mpc8314-gpio
19 - fsl,mpc8349-gpio
20 - fsl,mpc8572-gpio
21 - fsl,mpc8610-gpio
22 - fsl,pq3-gpio
23 - items:
24 - enum:
25 - fsl,ls1021a-gpio
26 - fsl,ls1028a-gpio
27 - fsl,ls1043a-gpio
28 - fsl,ls1046a-gpio
29 - fsl,ls1088a-gpio
30 - fsl,ls2080a-gpio
31 - const: fsl,qoriq-gpio
39 "#gpio-cells":
42 gpio-controller: true
44 interrupt-controller: true
46 "#interrupt-cells":
49 gpio-line-names:
53 little-endian:
56 GPIO registers are used as little endian. If not
60 - compatible
61 - reg
62 - interrupts
63 - "#gpio-cells"
68 - |
69 gpio@1100 {
70 compatible = "fsl,mpc5125-gpio";
73 gpio-controller;
74 #gpio-cells = <2>;
77 - |
78 #include <dt-bindings/interrupt-controller/arm-gic.h>
79 gpio@2300000 {
80 compatible = "fsl,ls2080a-gpio", "fsl,qoriq-gpio";
83 little-endian;
84 gpio-controller;
85 #gpio-cells = <2>;
86 interrupt-controller;
87 #interrupt-cells = <2>;