[U-Boot] [PATCH 5/5] arm: dts: socfpga: stratix10: update pdma
tien.fong.chee at intel.com
tien.fong.chee at intel.com
Thu May 31 08:08:54 UTC 2018
From: Tien Fong Chee <tien.fong.chee at intel.com>
Update pdma properties for Stratix 10
Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
---
arch/arm/dts/socfpga_stratix10.dtsi | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/arch/arm/dts/socfpga_stratix10.dtsi b/arch/arm/dts/socfpga_stratix10.dtsi
index ccd3f32..311ba09 100644
--- a/arch/arm/dts/socfpga_stratix10.dtsi
+++ b/arch/arm/dts/socfpga_stratix10.dtsi
@@ -82,6 +82,26 @@
ranges = <0 0 0 0xffffffff>;
u-boot,dm-pre-reloc;
+ amba {
+ u-boot,dm-pre-reloc;
+ compatible = "arm,amba-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ pdma: pdma at ffda0000 {
+ u-boot,dm-pre-reloc;
+ compatible = "arm,pl330", "arm,dma330";
+ reg = <0xffda0000 0x2000>;
+ #dma-cells = <1>;
+ #dma-channels = <8>;
+ #dma-requests = <32>;
+ dma-max-burst-size = <2>;
+ dma-burst-size = <2>;
+ dma-burst-length = <16>;
+ };
+ };
+
clkmgr at ffd1000 {
compatible = "altr,clk-mgr";
reg = <0xffd10000 0x1000>;
--
2.2.0
More information about the U-Boot
mailing list