]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynq: Add missing OCM node
authorMichal Simek <michal.simek@xilinx.com>
Tue, 7 Jan 2020 09:13:05 +0000 (10:13 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2021 15:52:36 +0000 (16:52 +0100)
This patch is sync with Linux kernel where ocmc node is present.
Linux driver should be changed to different style and this node will likely
be remove in future.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
State: pending

arch/arm/dts/zynq-7000.dtsi

index fbdc70d687f1074e7a350b31142db51462b453ad..0cc3f84b37dd482e3baaea92252cb35f1f88ec5d 100644 (file)
                        reg = <0xf8006000 0x1000>;
                };
 
+               ocmc: ocmc@f800c000 {
+                       compatible = "xlnx,zynq-ocmc-1.0";
+                       interrupt-parent = <&intc>;
+                       interrupts = <0 3 4>;
+                       reg = <0xf800c000 0x1000>;
+               };
+
                uart0: serial@e0000000 {
                        compatible = "xlnx,xuartps", "cdns,uart-r1p8";
                        status = "disabled";