mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
arm64: dts: exynosautov9: add pdma0 device tree node
Add an ARM pl330 dma controller DT node as pdma0. Signed-off-by: Chanho Park <chanho61.park@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220701015226.32781-4-chanho61.park@samsung.com
This commit is contained in:
parent
4e112c7b5d
commit
358ab0d11d
|
|
@ -266,6 +266,16 @@ gic: interrupt-controller@10101000 {
|
|||
IRQ_TYPE_LEVEL_HIGH)>;
|
||||
};
|
||||
|
||||
pdma0: dma-controller@1b2e0000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x1b2e0000 0x1000>;
|
||||
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cmu_busmc CLK_GOUT_BUSMC_PDMA0_PCLK>;
|
||||
clock-names = "apb_pclk";
|
||||
arm,pl330-broken-no-flushp;
|
||||
#dma-cells = <1>;
|
||||
};
|
||||
|
||||
pinctrl_alive: pinctrl@10450000 {
|
||||
compatible = "samsung,exynosautov9-pinctrl";
|
||||
reg = <0x10450000 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user