Lines Matching +full:mips +full:- +full:gic
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sergio Paracuellos <sergio.paracuellos@gmail.com>
13 The ralink palmbus controller can be found in all ralink MIPS
19 pattern: "^palmbus(@[0-9a-f]+)?$"
21 "#address-cells":
24 "#size-cells":
36 # All other properties should be child nodes with unit-address and 'reg'
37 "@[0-9a-f]+$":
44 - reg
47 - compatible
48 - reg
49 - "#address-cells"
50 - "#size-cells"
51 - ranges
56 - |
57 #include <dt-bindings/interrupt-controller/mips-gic.h>
58 #include <dt-bindings/interrupt-controller/irq.h>
62 #address-cells = <1>;
63 #size-cells = <1>;
67 #gpio-cells = <2>;
68 #interrupt-cells = <2>;
69 compatible = "mediatek,mt7621-gpio";
70 gpio-controller;
71 gpio-ranges = <&pinctrl 0 0 95>;
72 interrupt-controller;
74 interrupt-parent = <&gic>;