1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/serial/ingenic,uart.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ingenic SoCs UART controller devicetree bindings
10 - Paul Cercueil <paul@crapouillou.net>
13 - $ref: /schemas/serial.yaml#
17 pattern: "^serial@[0-9a-f]+$"
30 - const: ingenic,jz4760-uart
32 - const: ingenic,jz4725b-uart
33 - const: ingenic,jz4740-uart
43 - description: Baud clock
44 - description: UART module clock
53 - description: DMA controller phandle and request line for RX
54 - description: DMA controller phandle and request line for TX
70 unevaluatedProperties: false
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";
79 reg = <0x10032000 0x100>;
81 interrupt-parent = <&intc>;
84 clocks = <&ext>, <&cgu JZ4780_CLK_UART2>;
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>;