Searched +full:s900 +full:- +full:dma (Results 1 – 4 of 4) sorted by relevance
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/actions,s900-cmu.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/reset/actions,s900-reset.h>12 compatible = "actions,s900";13 interrupt-parent = <&gic>;14 #address-cells = <2>;15 #size-cells = <2>;18 #address-cells = <2>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/actions,s700-cmu.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/power/owl-s700-powergate.h>9 #include <dt-bindings/reset/actions,s700-reset.h>13 interrupt-parent = <&gic>;14 #address-cells = <2>;15 #size-cells = <2>;18 #address-cells = <2>;19 #size-cells = <0>;[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/dma/owl-dma.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Actions Semi Owl SoCs DMA controller10 The OWL DMA is a general-purpose direct memory access controller capable of11 supporting 10 independent DMA channels for the Actions Semi S700 SoC and 1212 independent DMA channels for the S500 and S900 SoC variants.15 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>18 - $ref: dma-controller.yaml#[all …]
1 * Actions Semi Owl SoCs DMA controller3 This binding follows the generic DMA bindings defined in dma.txt.6 - compatible: Should be "actions,s900-dma".7 - reg: Should contain DMA registers location and length.8 - interrupts: Should contain 4 interrupts shared by all channel.9 - #dma-cells: Must be <1>. Used to represent the number of integer11 - dma-channels: Physical channels supported.12 - dma-requests: Number of DMA request signals supported by the controller.13 Refer to Documentation/devicetree/bindings/dma/dma.txt14 - clocks: Phandle and Specifier of the clock feeding the DMA controller.[all …]