Lines Matching +full:jz4780 +full:- +full:dma
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Paul Cercueil <paul@crapouillou.net>
13 - $ref: /schemas/serial.yaml#
17 pattern: "^serial@[0-9a-f]+$"
21 - enum:
22 - ingenic,jz4740-uart
23 - ingenic,jz4760-uart
24 - ingenic,jz4780-uart
25 - ingenic,x1000-uart
26 - items:
27 - enum:
28 - ingenic,jz4770-uart
29 - ingenic,jz4775-uart
30 - const: ingenic,jz4760-uart
31 - items:
32 - const: ingenic,jz4725b-uart
33 - const: ingenic,jz4740-uart
43 - description: Baud clock
44 - description: UART module clock
46 clock-names:
48 - const: baud
49 - const: module
53 - description: DMA controller phandle and request line for RX
54 - description: DMA controller phandle and request line for TX
56 dma-names:
58 - const: rx
59 - const: tx
62 - compatible
63 - reg
64 - interrupts
65 - clocks
66 - clock-names
67 - dmas
68 - dma-names
73 - |
74 #include <dt-bindings/clock/jz4780-cgu.h>
75 #include <dt-bindings/dma/jz4780-dma.h>
76 #include <dt-bindings/gpio/gpio.h>
78 compatible = "ingenic,jz4780-uart";
81 interrupt-parent = <&intc>;
85 clock-names = "baud", "module";
87 dmas = <&dma JZ4780_DMA_UART2_RX 0xffffffff>,
88 <&dma JZ4780_DMA_UART2_TX 0xffffffff>;
89 dma-names = "rx", "tx";
92 compatible = "brcm,bcm4330-bt";
93 reset-gpios = <&gpf 8 GPIO_ACTIVE_HIGH>;
94 vcc-supply = <&wlan0_power>;
95 device-wakeup-gpios = <&gpf 5 GPIO_ACTIVE_HIGH>;
96 host-wakeup-gpios = <&gpf 6 GPIO_ACTIVE_HIGH>;
97 shutdown-gpios = <&gpf 4 GPIO_ACTIVE_LOW>;