Lines Matching +full:msc313 +full:- +full:gpio
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/gpio/mstar,msc313-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MStar/SigmaStar GPIO controller
10 - Daniel Palmer <daniel@thingy.jp>
14 pattern: "^gpio@[0-9a-f]+$"
18 - mstar,msc313-gpio
19 - sstar,ssd20xd-gpio
24 gpio-controller: true
26 "#gpio-cells":
29 gpio-ranges: true
31 interrupt-controller: true
33 "#interrupt-cells":
37 - compatible
38 - reg
39 - gpio-controller
40 - "#gpio-cells"
41 - interrupt-controller
42 - "#interrupt-cells"
47 - |
48 #include <dt-bindings/gpio/msc313-gpio.h>
50 gpio: gpio@207800 {
51 compatible = "mstar,msc313-gpio";
52 #gpio-cells = <2>;
54 gpio-controller;
55 gpio-ranges = <&pinctrl 0 36 22>,
58 #interrupt-cells = <2>;
59 interrupt-controller;
60 interrupt-parent = <&intc_fiq>;