mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 10:36:54 +00:00
arm64: dts: zynqmp: Add DDRC node
Add ddrc memory controller node in dts. The size mentioned in dts is 0x30000, because we need to access DDR_QOS INTR registers located at 0xFD090208 from this driver. Signed-off-by: Manish Narani <manish.narani@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
1696acf44e
commit
e7abd89466
@ -355,6 +355,13 @@
|
|||||||
xlnx,bus-width = <64>;
|
xlnx,bus-width = <64>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mc: memory-controller@fd070000 {
|
||||||
|
compatible = "xlnx,zynqmp-ddrc-2.40a";
|
||||||
|
reg = <0x0 0xfd070000 0x0 0x30000>;
|
||||||
|
interrupt-parent = <&gic>;
|
||||||
|
interrupts = <0 112 4>;
|
||||||
|
};
|
||||||
|
|
||||||
gem0: ethernet@ff0b0000 {
|
gem0: ethernet@ff0b0000 {
|
||||||
compatible = "cdns,zynqmp-gem", "cdns,gem";
|
compatible = "cdns,zynqmp-gem", "cdns,gem";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user