Home
last modified time | relevance | path

Searched +full:ar9132 +full:- +full:gpio (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/src/mips/qca/
H A Dar9132.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/clock/ath79-clk.h>
5 compatible = "qca,ar9132";
7 #address-cells = <1>;
8 #size-cells = <1>;
11 #address-cells = <1>;
12 #size-cells = <0>;
22 cpuintc: interrupt-controller {
23 compatible = "qca,ar9132-cpu-intc", "qca,ar7100-cpu-intc";
25 interrupt-controller;
[all …]
H A Dar9132_tl_wr1043nd_v1.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
7 #include "ar9132.dtsi"
10 compatible = "tplink,tl-wr1043nd-v1", "qca,ar9132";
11 model = "TP-Link TL-WR1043ND Version 1";
19 compatible = "fixed-clock";
20 #clock-cells = <0>;
21 clock-frequency = <40000000>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dqca,ar7100-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/qca,ar7100-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Atheros AR7xxx/AR9xxx GPIO controller
10 - Alban Bedel <albeu@free.fr>
15 - items:
16 - const: qca,ar9132-gpio
17 - const: qca,ar7100-gpio
18 - enum:
[all …]
H A Dgpio-ath79.txt1 Binding for Qualcomm Atheros AR7xxx/AR9xxx GPIO controller
4 - compatible: has to be "qca,<soctype>-gpio" and one of the following
6 - "qca,ar7100-gpio"
7 - "qca,ar9340-gpio"
8 - reg: Base address and size of the controllers memory area
9 - gpio-controller : Marks the device node as a GPIO controller.
10 - #gpio-cells : Should be two. The first cell is the pin number and the
12 - ngpios: Should be set to the number of GPIOs available on the SoC.
15 - interrupts: Interrupt specifier for the controllers interrupt.
16 - interrupt-controller : Identifies the node as an interrupt controller
[all …]