Path: blob/master/Documentation/devicetree/bindings/dma/nxp,lpc3220-dmamux.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/dma/nxp,lpc3220-dmamux.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: DMA multiplexer for LPC32XX SoC (DMA request router)78maintainers:9- J.M.B. Downing <jonathan.downing@nautel.com>10- Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>1112allOf:13- $ref: dma-router.yaml#1415properties:16compatible:17const: nxp,lpc3220-dmamux1819reg:20maxItems: 12122dma-masters:23description: phandle to a dma node compatible with arm,pl08024maxItems: 12526"#dma-cells":27const: 328description: |29First two cells same as for device pointed in dma-masters.30Third cell represents mux value for the request.3132required:33- compatible34- reg35- dma-masters3637additionalProperties: false3839examples:40- |41dma-router@7c {42compatible = "nxp,lpc3220-dmamux";43reg = <0x7c 0x8>;44dma-masters = <&dma>;45#dma-cells = <3>;46};4748...495051