Searched +full:en7523 +full:- +full:gpio (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/gpio/airoha,en7523-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Airoha EN7523 GPIO controller10 - John Crispin <john@phrozen.org>13 Airoha's GPIO controller on their ARM EN7523 SoCs consists of two banks of 3218 pattern: "^gpio@[0-9a-f]+$"22 - const: airoha,en7523-gpio31 "#gpio-cells":[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 #include <dt-bindings/interrupt-controller/irq.h>4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/gpio/gpio.h>6 #include <dt-bindings/clock/en7523-clk.h>9 interrupt-parent = <&gic>;10 #address-cells = <1>;11 #size-cells = <1>;13 reserved-memory {14 #address-cells = <1>;[all …]